This is an automated email from the ASF dual-hosted git repository. bbejeck pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 466b79841283bafece237bc1347f8c15551d5882 Author: bill <[email protected]> AuthorDate: Wed Dec 16 08:58:29 2020 -0500 Bump version to 2.7.0 --- gradle.properties | 2 +- streams/quickstart/java/pom.xml | 2 +- streams/quickstart/java/src/main/resources/archetype-resources/pom.xml | 2 +- streams/quickstart/pom.xml | 2 +- tests/kafkatest/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 613a8fa..2951f9b 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.7.0-SNAPSHOT +version=2.7.0 scalaVersion=2.13.3 task=build org.gradle.jvmargs=-Xmx2g -Xss4m -XX:+UseParallelGC diff --git a/streams/quickstart/java/pom.xml b/streams/quickstart/java/pom.xml index 7e83aa6..ce518a7 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.7.0-SNAPSHOT</version> + <version>2.7.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 f4fcc10..8dee5fa 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.7.0-SNAPSHOT</kafka.version> + <kafka.version>2.7.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 2d8eff6..aec9af7 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.7.0-SNAPSHOT</version> + <version>2.7.0</version> <name>Kafka Streams :: Quickstart</name> diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py index d06660a..c2ef5ab 100644 --- a/tests/kafkatest/__init__.py +++ b/tests/kafkatest/__init__.py @@ -22,4 +22,4 @@ # Instead, in development branches, the version should have a suffix of the form ".devN" # # For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be something like "1.0.0.dev0" -__version__ = '2.7.0.dev0' +__version__ = '2.7.0'
