Repository: incubator-ratis Updated Branches: refs/heads/master 349f29cee -> 58ab69a80
RATIS-2. Change version to 0.1-SNAPSHOT. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/58ab69a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/58ab69a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/58ab69a8 Branch: refs/heads/master Commit: 58ab69a808597e2971b5e1f261c7d3dc19097e7b Parents: 349f29c Author: Jing Zhao <[email protected]> Authored: Wed Feb 1 14:49:29 2017 -0800 Committer: Jing Zhao <[email protected]> Committed: Wed Feb 15 14:00:17 2017 -0800 ---------------------------------------------------------------------- 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-netty/pom.xml | 2 +- ratis-project-dist/pom.xml | 4 ++-- ratis-project/pom.xml | 2 +- ratis-proto-shaded/pom.xml | 2 +- ratis-server/pom.xml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9ad746d..57cb923 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <artifactId>ratis-main</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>Ratis Main</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-client/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml index 58d9817..16bb684 100644 --- a/ratis-client/pom.xml +++ b/ratis-client/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ratis-project-dist</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>../ratis-project-dist</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-common/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml index 1cbf058..cc56073 100644 --- a/ratis-common/pom.xml +++ b/ratis-common/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ratis-project-dist</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>../ratis-project-dist</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-examples/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml index 5330099..549d6ba 100644 --- a/ratis-examples/pom.xml +++ b/ratis-examples/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ratis-project-dist</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>../ratis-project-dist</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-grpc/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml index 6a46be5..69f40f5 100644 --- a/ratis-grpc/pom.xml +++ b/ratis-grpc/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ratis-project-dist</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>../ratis-project-dist</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml index ab7fd9f..7342bf0 100644 --- a/ratis-hadoop/pom.xml +++ b/ratis-hadoop/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ratis-project-dist</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>../ratis-project-dist</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-netty/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml index cdffdc2..a6aed57 100644 --- a/ratis-netty/pom.xml +++ b/ratis-netty/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ratis-project-dist</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>../ratis-project-dist</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-project-dist/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-project-dist/pom.xml b/ratis-project-dist/pom.xml index 5af489d..eb1fcc4 100644 --- a/ratis-project-dist/pom.xml +++ b/ratis-project-dist/pom.xml @@ -19,14 +19,14 @@ <parent> <artifactId>ratis-project</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>../ratis-project</relativePath> </parent> <artifactId>ratis-project-dist</artifactId> <groupId>org.apache.ratis</groupId> <name>Ratis Project Dist POM</name> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-project/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-project/pom.xml b/ratis-project/pom.xml index 8abf5af..dcd8384 100644 --- a/ratis-project/pom.xml +++ b/ratis-project/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ratis-main</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>ratis-project</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-proto-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml index a196811..77e3fdc 100644 --- a/ratis-proto-shaded/pom.xml +++ b/ratis-proto-shaded/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ratis-main</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/58ab69a8/ratis-server/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml index af9afd0..a1ce655 100644 --- a/ratis-server/pom.xml +++ b/ratis-server/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ratis-project-dist</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>../ratis-project-dist</relativePath> </parent>
