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

[kafka] annotated tag 1.1.0-rc1 created (now 7fc1b4a)

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

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


      at 7fc1b4a  (tag)
 tagging 9e75845c6eed89b970a639bdc48b1e4fa07fd52f (commit)
 replaces 0.8.0-beta1
      by Damian Guy
      on Tue Mar 6 09:39:17 2018 +0000

- Log -----------------------------------------------------------------
1.1.0-rc1
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 9e75845  Bump version to 1.1.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.


-- 
To stop receiving notification emails like this one, please contact
damianguy@apache.org.

[kafka] 01/01: Bump version to 1.1.0

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

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

commit 9e75845c6eed89b970a639bdc48b1e4fa07fd52f
Author: Damian Guy <da...@gmail.com>
AuthorDate: Tue Mar 6 09:39:17 2018 +0000

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

diff --git a/gradle.properties b/gradle.properties
index 7062ba0..190f223 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,7 +16,7 @@
 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 and kafka-merge-pr.py.
-version=1.1.0-SNAPSHOT
+version=1.1.0
 scalaVersion=2.11.12
 task=build
 org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m
diff --git a/streams/quickstart/java/pom.xml b/streams/quickstart/java/pom.xml
index 70c1416..c3f50d0 100644
--- a/streams/quickstart/java/pom.xml
+++ b/streams/quickstart/java/pom.xml
@@ -26,11 +26,11 @@
     <parent>
         <groupId>org.apache.kafka</groupId>
         <artifactId>streams-quickstart</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>streams-quickstart-java</artifactId>
     <packaging>maven-archetype</packaging>
 
-</project>
\ No newline at end of file
+</project>
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 f2b8a8f..07ca444 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>1.1.0-SNAPSHOT</kafka.version>
+        <kafka.version>1.1.0</kafka.version>
         <slf4j.version>1.7.7</slf4j.version>
         <log4j.version>1.2.17</log4j.version>
     </properties>
@@ -133,4 +133,4 @@
             <version>${kafka.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/streams/quickstart/pom.xml b/streams/quickstart/pom.xml
index 010b3fb..0a165d9 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>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
 
     <name>Kafka Streams :: Quickstart</name>
 
@@ -118,4 +118,4 @@
             </resource>
         </resources>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index 80824f9..e7778a4 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__ = '1.1.0.dev0'
+__version__ = '1.1.0'

-- 
To stop receiving notification emails like this one, please contact
damianguy@apache.org.