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

cmccabe pushed a commit to annotated tag 2.1.1-rc1
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 6679800433c329deb7d82fa51e94f8b5f65919b9
Author: Colin P. Mccabe <cmcc...@confluent.io>
AuthorDate: Sat Jan 26 17:52:41 2019 -0800

    Bump version to 2.1.1
---
 gradle.properties                                              |  2 +-
 streams/quickstart/java/pom.xml                                |  2 +-
 .../java/src/main/resources/archetype-resources/pom.xml        |  2 +-
 streams/quickstart/pom.xml                                     |  2 +-
 tests/kafkatest/__init__.py                                    | 10 +++++-----
 tests/kafkatest/version.py                                     |  2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 837601a..2abe9d1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,7 +19,7 @@ group=org.apache.kafka
 #  - tests/kafkatest/__init__.py,
 #  - tests/kafkatest/version.py (variable DEV_VERSION)
 #  - kafka-merge-pr.py.
-version=2.1.1-SNAPSHOT
+version=2.1.1
 scalaVersion=2.11.12
 task=build
 org.gradle.jvmargs=-Xmx1024m -Xss2m
diff --git a/streams/quickstart/java/pom.xml b/streams/quickstart/java/pom.xml
index 0b4c235..44754e6 100644
--- a/streams/quickstart/java/pom.xml
+++ b/streams/quickstart/java/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kafka</groupId>
         <artifactId>streams-quickstart</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git 
a/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml 
b/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
index 06acec9..37a7459 100644
--- a/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
+++ b/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <kafka.version>2.1.1-SNAPSHOT</kafka.version>
+        <kafka.version>2.1.1</kafka.version>
         <slf4j.version>1.7.7</slf4j.version>
         <log4j.version>1.2.17</log4j.version>
     </properties>
diff --git a/streams/quickstart/pom.xml b/streams/quickstart/pom.xml
index 4dd3406..7c2d48f 100644
--- a/streams/quickstart/pom.xml
+++ b/streams/quickstart/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.kafka</groupId>
     <artifactId>streams-quickstart</artifactId>
     <packaging>pom</packaging>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1</version>
 
     <name>Kafka Streams :: Quickstart</name>
 
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index eb6e26b..c729d56 100644
--- a/tests/kafkatest/__init__.py
+++ b/tests/kafkatest/__init__.py
@@ -15,11 +15,11 @@
 
 # This determines the version of kafkatest that can be published to PyPi and 
installed with pip
 #
-# Note that in development, this version name can't follow Kafka's convention 
of having a trailing "-SNAPSHOT"
+# Note that in
 # due to python version naming restrictions, which are enforced by python 
packaging tools
-# (see  https://www.python.org/dev/peps/pep-0440/)
+# (see  https://www.python.org
 #
-# Instead, in development branches, the version should have a suffix of the 
form ".devN"
+# Instead, in
 #
-# For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be 
something like "1.0.0.dev0"
-__version__ = '2.1.1.dev0'
+# For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be 
something like "1.0.0
+__version__ = '2.1.1'
diff --git a/tests/kafkatest/version.py b/tests/kafkatest/version.py
index 676ab96..629dec0 100644
--- a/tests/kafkatest/version.py
+++ b/tests/kafkatest/version.py
@@ -60,7 +60,7 @@ def get_version(node=None):
         return DEV_BRANCH
 
 DEV_BRANCH = KafkaVersion("dev")
-DEV_VERSION = KafkaVersion("2.1.0-SNAPSHOT")
+DEV_VERSION = KafkaVersion("2.1.1-SNAPSHOT")
 
 # 0.8.2.x versions
 V_0_8_2_1 = KafkaVersion("0.8.2.1")

Reply via email to