You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2019/06/05 00:14:03 UTC

[kafka] annotated tag 2.3.0-rc1 created (now ffeaa02)

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

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


      at ffeaa02  (tag)
 tagging 47066f6a9f314d9b885ebd481bb800d993895533 (commit)
 replaces 0.8.0-beta1
      by Colin P. Mccabe
      on Tue Jun 4 16:04:20 2019 -0700

- Log -----------------------------------------------------------------
2.3.0-rc1
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 47066f6  Bump version to 2.3.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kafka] 01/01: Bump version to 2.3.0

Posted by cm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 47066f6a9f314d9b885ebd481bb800d993895533
Author: Colin P. Mccabe <cm...@confluent.io>
AuthorDate: Tue Jun 4 16:04:20 2019 -0700

    Bump version to 2.3.0
---
 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 +++++-----
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index a7b31d9..8d62beb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -20,7 +20,7 @@ group=org.apache.kafka
 #  - tests/kafkatest/__init__.py
 #  - tests/kafkatest/version.py (variable DEV_VERSION)
 #  - kafka-merge-pr.py
-version=2.3.0-SNAPSHOT
+version=2.3.0
 scalaVersion=2.12.8
 task=build
 org.gradle.jvmargs=-Xmx1024m -Xss2m
diff --git a/streams/quickstart/java/pom.xml b/streams/quickstart/java/pom.xml
index bd0a8e1..e8626fa 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.3.0-SNAPSHOT</version>
+        <version>2.3.0</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 0f18688..7813a0d 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.3.0-SNAPSHOT</kafka.version>
+        <kafka.version>2.3.0</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 edad6ba..bb5132f 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.3.0-SNAPSHOT</version>
+    <version>2.3.0</version>
 
     <name>Kafka Streams :: Quickstart</name>
 
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index 2e86a3d..e964859 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.3.0.dev0'
+# For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be something like "1.0.0
+__version__ = '2.3.0'