You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-commits@bookkeeper.apache.org by zh...@apache.org on 2017/09/07 07:37:54 UTC

[distributedlog] branch master updated: [maven-release-plugin] prepare for next development iteration

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

zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/distributedlog.git


The following commit(s) were added to refs/heads/master by this push:
     new e98449a  [maven-release-plugin] prepare for next development iteration
e98449a is described below

commit e98449ae43e1555f7e63371869f98594e1d0b468
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Thu Sep 7 15:37:47 2017 +0800

    [maven-release-plugin] prepare for next development iteration
---
 distributedlog-benchmark/pom.xml                          | 2 +-
 distributedlog-build-tools/pom.xml                        | 4 ++--
 distributedlog-common/pom.xml                             | 2 +-
 distributedlog-core-twitter/pom.xml                       | 2 +-
 distributedlog-core/pom.xml                               | 2 +-
 distributedlog-dist/pom.xml                               | 2 +-
 distributedlog-protocol/pom.xml                           | 2 +-
 distributedlog-proxy-client/pom.xml                       | 2 +-
 distributedlog-proxy-protocol/pom.xml                     | 2 +-
 distributedlog-proxy-server/pom.xml                       | 2 +-
 distributedlog-tutorials/distributedlog-basic/pom.xml     | 2 +-
 distributedlog-tutorials/distributedlog-kafka/pom.xml     | 2 +-
 distributedlog-tutorials/distributedlog-messaging/pom.xml | 2 +-
 distributedlog-tutorials/pom.xml                          | 2 +-
 pom.xml                                                   | 4 ++--
 tests/backward-compat-0.4/pom.xml                         | 2 +-
 tests/backward-compat/pom.xml                             | 2 +-
 tests/jmh-0.4/pom.xml                                     | 2 +-
 tests/jmh/pom.xml                                         | 2 +-
 tests/pom.xml                                             | 2 +-
 20 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/distributedlog-benchmark/pom.xml b/distributedlog-benchmark/pom.xml
index 51fab13..cf2bf25 100644
--- a/distributedlog-benchmark/pom.xml
+++ b/distributedlog-benchmark/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>distributedlog-benchmark</artifactId>
   <name>Apache DistributedLog :: Benchmark</name>
diff --git a/distributedlog-build-tools/pom.xml b/distributedlog-build-tools/pom.xml
index 68e85cf..1276393 100644
--- a/distributedlog-build-tools/pom.xml
+++ b/distributedlog-build-tools/pom.xml
@@ -20,10 +20,10 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>distributedlog-build-tools</artifactId>
   <name>Apache DistributedLog :: Build Tools</name>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
 </project>
diff --git a/distributedlog-common/pom.xml b/distributedlog-common/pom.xml
index 7eac405..a5ea020 100644
--- a/distributedlog-common/pom.xml
+++ b/distributedlog-common/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>distributedlog-common</artifactId>
   <name>Apache DistributedLog :: Common</name>
diff --git a/distributedlog-core-twitter/pom.xml b/distributedlog-core-twitter/pom.xml
index 6ef2b01..fb2046b 100644
--- a/distributedlog-core-twitter/pom.xml
+++ b/distributedlog-core-twitter/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>distributedlog-core-twitter</artifactId>
   <name>Apache DistributedLog :: Core Library (Twitter Future Interface)</name>
diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml
index 9f644c7..14fa60f 100644
--- a/distributedlog-core/pom.xml
+++ b/distributedlog-core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>distributedlog-core</artifactId>
   <name>Apache DistributedLog :: Core Library</name>
diff --git a/distributedlog-dist/pom.xml b/distributedlog-dist/pom.xml
index a8f1bb9..0ea0e48 100644
--- a/distributedlog-dist/pom.xml
+++ b/distributedlog-dist/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/distributedlog-protocol/pom.xml b/distributedlog-protocol/pom.xml
index 8d869ef..83dab62 100644
--- a/distributedlog-protocol/pom.xml
+++ b/distributedlog-protocol/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>distributedlog-protocol</artifactId>
   <name>Apache DistributedLog :: Protocol</name>
diff --git a/distributedlog-proxy-client/pom.xml b/distributedlog-proxy-client/pom.xml
index 2b3707e..96aad98 100644
--- a/distributedlog-proxy-client/pom.xml
+++ b/distributedlog-proxy-client/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>distributedlog-proxy-client</artifactId>
   <name>Apache DistributedLog :: Proxy Client</name>
diff --git a/distributedlog-proxy-protocol/pom.xml b/distributedlog-proxy-protocol/pom.xml
index 0703129..f2bbe0b 100644
--- a/distributedlog-proxy-protocol/pom.xml
+++ b/distributedlog-proxy-protocol/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>distributedlog-proxy-protocol</artifactId>
   <name>Apache DistributedLog :: Proxy Protocol</name>
diff --git a/distributedlog-proxy-server/pom.xml b/distributedlog-proxy-server/pom.xml
index e22695e..56625ac 100644
--- a/distributedlog-proxy-server/pom.xml
+++ b/distributedlog-proxy-server/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>distributedlog-proxy-server</artifactId>
   <name>Apache DistributedLog :: Proxy Service</name>
diff --git a/distributedlog-tutorials/distributedlog-basic/pom.xml b/distributedlog-tutorials/distributedlog-basic/pom.xml
index d126d9e..fb5ac54 100644
--- a/distributedlog-tutorials/distributedlog-basic/pom.xml
+++ b/distributedlog-tutorials/distributedlog-basic/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>distributedlog</artifactId>
     <groupId>org.apache.distributedlog</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.distributedlog</groupId>
diff --git a/distributedlog-tutorials/distributedlog-kafka/pom.xml b/distributedlog-tutorials/distributedlog-kafka/pom.xml
index bb23594..f8dab11 100644
--- a/distributedlog-tutorials/distributedlog-kafka/pom.xml
+++ b/distributedlog-tutorials/distributedlog-kafka/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>distributedlog</artifactId>
     <groupId>org.apache.distributedlog</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.distributedlog</groupId>
diff --git a/distributedlog-tutorials/distributedlog-messaging/pom.xml b/distributedlog-tutorials/distributedlog-messaging/pom.xml
index f346752..15eded4 100644
--- a/distributedlog-tutorials/distributedlog-messaging/pom.xml
+++ b/distributedlog-tutorials/distributedlog-messaging/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>distributedlog</artifactId>
     <groupId>org.apache.distributedlog</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.distributedlog</groupId>
diff --git a/distributedlog-tutorials/pom.xml b/distributedlog-tutorials/pom.xml
index ba69b30..8c9f744 100644
--- a/distributedlog-tutorials/pom.xml
+++ b/distributedlog-tutorials/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>distributedlog-tutorials</artifactId>
diff --git a/pom.xml b/pom.xml
index 82f6b5d..2db3f7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.distributedlog</groupId>
   <artifactId>distributedlog</artifactId>
   <packaging>pom</packaging>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Apache DistributedLog :: Parent</name>
   <description>
     Apache DistributedLog provides a high performance replicated log service.
@@ -43,7 +43,7 @@
     <connection>scm:git:https://github.com/apache/distributedlog.git</connection>
     <developerConnection>scm:git:https://github.com/apache/distributedlog.git</developerConnection>
     <url>https://github.com/apache/distributedlog</url>
-    <tag>release-0.5.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
diff --git a/tests/backward-compat-0.4/pom.xml b/tests/backward-compat-0.4/pom.xml
index 464c4fd..18c2d7f 100644
--- a/tests/backward-compat-0.4/pom.xml
+++ b/tests/backward-compat-0.4/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog.tests</groupId>
     <artifactId>tests-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent> 
   <artifactId>backward-compat-test-0.4</artifactId>
diff --git a/tests/backward-compat/pom.xml b/tests/backward-compat/pom.xml
index 4e8930d..2659a74 100644
--- a/tests/backward-compat/pom.xml
+++ b/tests/backward-compat/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog.tests</groupId>
     <artifactId>tests-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent> 
   <artifactId>backward-compat-test</artifactId>
diff --git a/tests/jmh-0.4/pom.xml b/tests/jmh-0.4/pom.xml
index 647b357..98bf3a3 100644
--- a/tests/jmh-0.4/pom.xml
+++ b/tests/jmh-0.4/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog.tests</groupId>
     <artifactId>tests-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent> 
   <artifactId>jmh-test-0.4</artifactId>
diff --git a/tests/jmh/pom.xml b/tests/jmh/pom.xml
index 0aa3881..8a6315b 100644
--- a/tests/jmh/pom.xml
+++ b/tests/jmh/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.distributedlog.tests</groupId>
     <artifactId>tests-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent> 
   <artifactId>jmh-test</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index dffa615..f82a397 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.distributedlog</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.distributedlog.tests</groupId>
   <artifactId>tests-parent</artifactId>

-- 
To stop receiving notification emails like this one, please contact
['"distributedlog-commits@bookkeeper.apache.org" <di...@bookkeeper.apache.org>'].