Skip to content

Commit

Permalink
MINOR: Bump js template to 2.2 (apache#6086)
Browse files Browse the repository at this point in the history
Bump js template to 2.2; update gradle.properties

Reviewers: Jason Gustafson <[email protected]>
  • Loading branch information
guozhangwang authored Jan 7, 2019
1 parent b6d1450 commit 1f3cb6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/js/templateData.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ limitations under the License.

// Define variables for doc templates
var context={
"version": "21",
"dotVersion": "2.1",
"fullDotVersion": "2.1.0",
"version": "22",
"dotVersion": "2.2",
"fullDotVersion": "2.2.0",
"scalaVersion": "2.12"
};
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
group=org.apache.kafka
# NOTE: When you change this version number, you should also make sure to update
# the version numbers in
# - tests/kafkatest/__init__.py,
# - docs/js/templateData.js
# - tests/kafkatest/__init__.py
# - tests/kafkatest/version.py (variable DEV_VERSION)
# - kafka-merge-pr.py.
# - kafka-merge-pr.py
version=2.2.0-SNAPSHOT
scalaVersion=2.12.7
task=build
Expand Down

0 comments on commit 1f3cb6c

Please sign in to comment.