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 si...@apache.org on 2017/09/12 08:33:50 UTC

[distributedlog] branch release-0.5.0 updated: [maven-release-plugin] rollback changes from release preparation of v0.5.0-RC2

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

sijie pushed a commit to branch release-0.5.0
in repository https://gitbox.apache.org/repos/asf/distributedlog.git


The following commit(s) were added to refs/heads/release-0.5.0 by this push:
     new c186978  [maven-release-plugin] rollback changes from release preparation of v0.5.0-RC2
c186978 is described below

commit c186978b0dd51a1b9db0b5e59eb8fde209cdd9d0
Author: Sijie Guo <si...@apache.org>
AuthorDate: Tue Sep 12 01:33:43 2017 -0700

    [maven-release-plugin] rollback changes from release preparation of v0.5.0-RC2
---
 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 a1ae7c3..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</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 9aa3c8f..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</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</version>
+  <version>0.6.0-SNAPSHOT</version>
 </project>
diff --git a/distributedlog-common/pom.xml b/distributedlog-common/pom.xml
index be1b472..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</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 fccb7e1..5043e05 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</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 f3466f6..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</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 7277694..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</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/distributedlog-protocol/pom.xml b/distributedlog-protocol/pom.xml
index 67aa1e7..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</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 ae1cafe..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</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 ddb138b..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</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 354223a..6637e88 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</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 6f6f769..15e5cfd 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</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 a17afd8..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</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 e77b6e9..14ac7b6 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</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 1dd1363..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</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 1e9f019..0384622 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</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>v0.5.0-RC2</tag>
+    <tag>release-0.5.0</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 787d7da..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</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 d86cdfa..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</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 fe76779..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</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 a47b7a1..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</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 65ec987..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</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>'].