Repository: incubator-ratis Updated Branches: refs/heads/master 68bb4c918 -> 51a306cb6
trunk$ mvn versions:set -DnewVersion=0.4.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/51a306cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/51a306cb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/51a306cb Branch: refs/heads/master Commit: 51a306cb60f77036fc84ddfa42746d61d740c234 Parents: 68bb4c9 Author: Tsz Wo Nicholas Sze <[email protected]> Authored: Tue Nov 20 13:24:09 2018 -0800 Committer: Tsz Wo Nicholas Sze <[email protected]> Committed: Tue Nov 20 13:26:00 2018 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- ratis-assembly/pom.xml | 2 +- ratis-client/pom.xml | 2 +- ratis-common/pom.xml | 2 +- ratis-examples/pom.xml | 2 +- ratis-grpc/pom.xml | 2 +- ratis-hadoop/pom.xml | 2 +- ratis-logservice/pom.xml | 2 +- ratis-netty/pom.xml | 2 +- ratis-proto/pom.xml | 2 +- ratis-replicated-map/pom.xml | 2 +- ratis-server/pom.xml | 2 +- ratis-test/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 54b6bd1..3e92eed 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> <name>Apache Ratis</name> <packaging>pom</packaging> <description> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml index e6b2fdd..7a65189 100644 --- a/ratis-assembly/pom.xml +++ b/ratis-assembly/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-client/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml index 37a3132..42ae5f4 100644 --- a/ratis-client/pom.xml +++ b/ratis-client/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-client</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-common/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml index a65859a..d705da4 100644 --- a/ratis-common/pom.xml +++ b/ratis-common/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-examples/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml index 817e1b3..a05f0cd 100644 --- a/ratis-examples/pom.xml +++ b/ratis-examples/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-examples</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-grpc/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml index dce1989..bac5519 100644 --- a/ratis-grpc/pom.xml +++ b/ratis-grpc/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-grpc</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml index a21407f..e846b9f 100644 --- a/ratis-hadoop/pom.xml +++ b/ratis-hadoop/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-hadoop</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-logservice/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-logservice/pom.xml b/ratis-logservice/pom.xml index 9556dcd..6144786 100644 --- a/ratis-logservice/pom.xml +++ b/ratis-logservice/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-logservice</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-netty/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml index e82b017..175b3f1 100644 --- a/ratis-netty/pom.xml +++ b/ratis-netty/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-netty</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-proto/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-proto/pom.xml b/ratis-proto/pom.xml index 568b703..36cd30b 100644 --- a/ratis-proto/pom.xml +++ b/ratis-proto/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-proto</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-replicated-map/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml index 23e525e..0c46e73 100644 --- a/ratis-replicated-map/pom.xml +++ b/ratis-replicated-map/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-replicated-map</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-server/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml index 6da59fa..b77572b 100644 --- a/ratis-server/pom.xml +++ b/ratis-server/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-server</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/51a306cb/ratis-test/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-test/pom.xml b/ratis-test/pom.xml index 9a70ff9..650c502 100644 --- a/ratis-test/pom.xml +++ b/ratis-test/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.4.0</version> </parent> <artifactId>ratis-test</artifactId>
