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:54:14 UTC

[distributedlog] branch release-0.5.0 updated: [maven-release-plugin] prepare release v0.5.0-RC1

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

zhaijia 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 654788e  [maven-release-plugin] prepare release v0.5.0-RC1
654788e is described below

commit 654788e42ff1e031f7f78719ba84b76ff0c3dfca
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Thu Sep 7 15:54:08 2017 +0800

    [maven-release-plugin] prepare release v0.5.0-RC1
---
 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..a1ae7c3 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.5.0</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..9aa3c8f 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.5.0</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.5.0</version>
 </project>
diff --git a/distributedlog-common/pom.xml b/distributedlog-common/pom.xml
index 7eac405..be1b472 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.5.0</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..10271d5 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.5.0</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..f3466f6 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.5.0</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..7277694 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.5.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/distributedlog-protocol/pom.xml b/distributedlog-protocol/pom.xml
index 8d869ef..67aa1e7 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.5.0</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..ae1cafe 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.5.0</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..ddb138b 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.5.0</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..9f285fc 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.5.0</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..7e7d7e1 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.5.0</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..a17afd8 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.5.0</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..9e49b92 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.5.0</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.distributedlog</groupId>
diff --git a/distributedlog-tutorials/pom.xml b/distributedlog-tutorials/pom.xml
index ba69b30..1dd1363 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.5.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>distributedlog-tutorials</artifactId>
diff --git a/pom.xml b/pom.xml
index 82f6b5d..007eb17 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.5.0</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>v0.5.0-RC1</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..787d7da 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.5.0</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..d86cdfa 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.5.0</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..fe76779 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.5.0</version>
     <relativePath>..</relativePath>
   </parent> 
   <artifactId>jmh-test-0.4</artifactId>
diff --git a/tests/jmh/pom.xml b/tests/jmh/pom.xml
index 0aa3881..a47b7a1 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.5.0</version>
     <relativePath>..</relativePath>
   </parent> 
   <artifactId>jmh-test</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index dffa615..65ec987 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.5.0</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>'].