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

[kafka] branch 1.0 updated (73fb1bf -> 6fa04bb)

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

ewencp pushed a change to branch 1.0
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 73fb1bf  MINOR: Make PushHttpMetricsReporter use daemon threads.
     add c0518aa  Bump version to 1.0.1
     new 487f2d5  Merge tag '1.0.1' into 1.0
     new 6fa04bb  Bump version to 1.0.2-SNAPSHOT

The 2 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.


Summary of changes:
 docs/js/templateData.js                                                | 2 +-
 gradle.properties                                                      | 2 +-
 kafka-merge-pr.py                                                      | 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 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

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

[kafka] 02/02: Bump version to 1.0.2-SNAPSHOT

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

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

commit 6fa04bbc9e4db40c9fcf658caee9576871c8e77f
Author: Ewen Cheslack-Postava <me...@ewencp.org>
AuthorDate: Fri Mar 2 16:40:28 2018 -0800

    Bump version to 1.0.2-SNAPSHOT
---
 docs/js/templateData.js                                                | 2 +-
 gradle.properties                                                      | 2 +-
 kafka-merge-pr.py                                                      | 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 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/js/templateData.js b/docs/js/templateData.js
index 2238b08..655f127 100644
--- a/docs/js/templateData.js
+++ b/docs/js/templateData.js
@@ -19,6 +19,6 @@ limitations under the License.
 var context={
     "version": "10",
     "dotVersion": "1.0",
-    "fullDotVersion": "1.0.1",
+    "fullDotVersion": "1.0.2",
     "scalaVersion": "2.11"
 };
diff --git a/gradle.properties b/gradle.properties
index 4602988..3189140 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.0.1
+version=1.0.2-SNAPSHOT
 scalaVersion=2.11.12
 task=build
 org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m
diff --git a/kafka-merge-pr.py b/kafka-merge-pr.py
index 80258a7..e45f25c 100755
--- a/kafka-merge-pr.py
+++ b/kafka-merge-pr.py
@@ -72,7 +72,7 @@ RELEASE_BRANCH_PREFIX = "0."
 
 DEV_BRANCH_NAME = "trunk"
 
-DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "1.0.1")
+DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "1.0.2")
 
 def get_json(url):
     try:
diff --git a/streams/quickstart/java/pom.xml b/streams/quickstart/java/pom.xml
index ddf77c0..836b21d 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>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</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 3030387..700eaff 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.0.1</kafka.version>
+        <kafka.version>1.0.2-SNAPSHOT</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 c8d9ddf..463d890 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.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
 
     <name>Kafka Streams :: Quickstart</name>
 
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index 1eaefec..5db22e7 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.0.1'
+__version__ = '1.0.2.dev0'

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

[kafka] 01/02: Merge tag '1.0.1' into 1.0

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

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

commit 487f2d54a1f9785e5e5b3c5e6e02972817cf253a
Merge: 73fb1bf c0518aa
Author: Ewen Cheslack-Postava <me...@ewencp.org>
AuthorDate: Fri Mar 2 16:21:45 2018 -0800

    Merge tag '1.0.1' into 1.0
    
    Apache Kafka 1.0.1

 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(-)

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