Repository: incubator-distributedlog Updated Branches: refs/heads/release-0.4.0-incubating 3fe2d7503 -> 9604557eb
[maven-release-plugin] prepare release v0.4.0-incubating-RC1 Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/9604557e Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/9604557e Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/9604557e Branch: refs/heads/release-0.4.0-incubating Commit: 9604557eb0b9d8b1a47e83185cf23dd6aaa6a52c Parents: 3fe2d75 Author: Sijie Guo <si...@apache.org> Authored: Sun Jan 8 15:07:31 2017 -0800 Committer: Sijie Guo <si...@apache.org> Committed: Sun Jan 8 15:07:31 2017 -0800 ---------------------------------------------------------------------- distributedlog-benchmark/pom.xml | 2 +- distributedlog-build-tools/pom.xml | 4 ++-- distributedlog-client/pom.xml | 2 +- distributedlog-core/pom.xml | 2 +- distributedlog-protocol/pom.xml | 2 +- distributedlog-service/pom.xml | 2 +- distributedlog-tutorials/distributedlog-basic/pom.xml | 2 +- distributedlog-tutorials/distributedlog-kafka/pom.xml | 2 +- distributedlog-tutorials/distributedlog-mapreduce/pom.xml | 2 +- distributedlog-tutorials/distributedlog-messaging/pom.xml | 2 +- distributedlog-tutorials/pom.xml | 4 ++-- pom.xml | 4 ++-- 12 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-benchmark/pom.xml b/distributedlog-benchmark/pom.xml index 9438dd9..e2f3061 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.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> </parent> <artifactId>distributedlog-benchmark</artifactId> <name>Apache DistributedLog :: Benchmark</name> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-build-tools/pom.xml b/distributedlog-build-tools/pom.xml index 9517ef2..e1177c0 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.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>distributedlog-build-tools</artifactId> <name>Apache DistributedLog :: Build Tools</name> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> </project> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-client/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-client/pom.xml b/distributedlog-client/pom.xml index 5141a12..565d8d8 100644 --- a/distributedlog-client/pom.xml +++ b/distributedlog-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> </parent> <artifactId>distributedlog-client</artifactId> <name>Apache DistributedLog :: Proxy Client</name> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-core/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml index 64edaab..cb9b1f5 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.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> </parent> <artifactId>distributedlog-core</artifactId> <name>Apache DistributedLog :: Core Library</name> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-protocol/pom.xml b/distributedlog-protocol/pom.xml index 3083209..37415c1 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.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> </parent> <artifactId>distributedlog-protocol</artifactId> <name>Apache DistributedLog :: Protocol</name> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-service/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-service/pom.xml b/distributedlog-service/pom.xml index 1df3bd4..44dd115 100644 --- a/distributedlog-service/pom.xml +++ b/distributedlog-service/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> </parent> <artifactId>distributedlog-service</artifactId> <name>Apache DistributedLog :: Proxy Service</name> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-tutorials/distributedlog-basic/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-basic/pom.xml b/distributedlog-tutorials/distributedlog-basic/pom.xml index 4ce5841..fa36c1c 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.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-tutorials/distributedlog-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-kafka/pom.xml b/distributedlog-tutorials/distributedlog-kafka/pom.xml index af39731..521fe32 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.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-tutorials/distributedlog-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-mapreduce/pom.xml b/distributedlog-tutorials/distributedlog-mapreduce/pom.xml index 09a813a..33ce705 100644 --- a/distributedlog-tutorials/distributedlog-mapreduce/pom.xml +++ b/distributedlog-tutorials/distributedlog-mapreduce/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>distributedlog</artifactId> <groupId>org.apache.distributedlog</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-tutorials/distributedlog-messaging/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-messaging/pom.xml b/distributedlog-tutorials/distributedlog-messaging/pom.xml index c1072ad..4fef2f8 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.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/distributedlog-tutorials/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/pom.xml b/distributedlog-tutorials/pom.xml index 036b462..1638cf3 100644 --- a/distributedlog-tutorials/pom.xml +++ b/distributedlog-tutorials/pom.xml @@ -15,11 +15,11 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>distributedlog-tutorials</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/9604557e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6effcd6..5042e71 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> <packaging>pom</packaging> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.4.0-incubating</version> <name>Apache DistributedLog :: Parent</name> <description> Apache DistributedLog provides a high performance replicated log service. @@ -43,7 +43,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-distributedlog.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-distributedlog.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-distributedlog.git;a=summary</url> - <tag>release-0.4.0-incubating</tag> + <tag>v0.4.0-incubating-RC1</tag> </scm> <issueManagement> <system>jira</system>