You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ab...@apache.org on 2021/04/28 21:53:29 UTC

[kafka] branch 2.6 updated: Bump to 2.6.3-SNAPSHOT in missing files (#10607)

This is an automated email from the ASF dual-hosted git repository.

ableegoldman pushed a commit to branch 2.6
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.6 by this push:
     new f0690ed  Bump to 2.6.3-SNAPSHOT in missing files (#10607)
f0690ed is described below

commit f0690eded074e31ba3d88b52a078729856f3e0c3
Author: A. Sophie Blee-Goldman <so...@confluent.io>
AuthorDate: Wed Apr 28 14:52:12 2021 -0700

    Bump to 2.6.3-SNAPSHOT in missing files (#10607)
---
 docs/js/templateData.js | 2 +-
 kafka-merge-pr.py       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/js/templateData.js b/docs/js/templateData.js
index 33d92c7..f065dbf 100644
--- a/docs/js/templateData.js
+++ b/docs/js/templateData.js
@@ -19,6 +19,6 @@ limitations under the License.
 var context={
     "version": "26",
     "dotVersion": "2.6",
-    "fullDotVersion": "2.6.2-SNAPSHOT",
+    "fullDotVersion": "2.6.3-SNAPSHOT",
     "scalaVersion": "2.13"
 };
diff --git a/kafka-merge-pr.py b/kafka-merge-pr.py
index fede9a3..7d6e744 100755
--- a/kafka-merge-pr.py
+++ b/kafka-merge-pr.py
@@ -70,7 +70,7 @@ TEMP_BRANCH_PREFIX = "PR_TOOL"
 
 DEV_BRANCH_NAME = "trunk"
 
-DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "2.6.2-SNAPSHOT")
+DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "2.6.3-SNAPSHOT")
 
 def get_json(url):
     try: