This is an automated email from the ASF dual-hosted git repository.
guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1f3cb6c MINOR: Bump js template to 2.2 (#6086)
1f3cb6c is described below
commit 1f3cb6c4efbbd648aa2b91370bfea2041a7c413a
Author: Guozhang Wang <[email protected]>
AuthorDate: Sun Jan 6 17:50:25 2019 -0800
MINOR: Bump js template to 2.2 (#6086)
Bump js template to 2.2; update gradle.properties
Reviewers: Jason Gustafson <[email protected]>
---
docs/js/templateData.js | 6 +++---
gradle.properties | 5 +++--
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/docs/js/templateData.js b/docs/js/templateData.js
index f40542b..60da84b 100644
--- a/docs/js/templateData.js
+++ b/docs/js/templateData.js
@@ -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"
};
diff --git a/gradle.properties b/gradle.properties
index d63d3e3..4e43635 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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