Repository: incubator-ratis Updated Branches: refs/heads/master ebe62d254 -> 768d7caa4
Revert "Update version to 0.11-SNAPSHOT." This reverts commit ebe62d25411ac62e74b49b14e4ad6535f29eb70b. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/768d7caa Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/768d7caa Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/768d7caa Branch: refs/heads/master Commit: 768d7caa46f48a0851322f6f88cb599bdd5c7e52 Parents: ebe62d2 Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Tue Mar 21 18:27:50 2017 -0700 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Tue Mar 21 18:27:50 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- ratis-assembly/pom.xml | 4 ++-- ratis-client/pom.xml | 4 ++-- ratis-common/pom.xml | 4 ++-- ratis-examples/pom.xml | 4 ++-- ratis-grpc/pom.xml | 4 ++-- ratis-hadoop-shaded/pom.xml | 4 ++-- ratis-hadoop/pom.xml | 4 ++-- ratis-netty/pom.xml | 4 ++-- ratis-proto-shaded/pom.xml | 4 ++-- ratis-server/pom.xml | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6258acf..7e0869f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>Ratis</name> <packaging>pom</packaging> <description> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml index 7b0b71d..638b091 100644 --- a/ratis-assembly/pom.xml +++ b/ratis-assembly/pom.xml @@ -19,14 +19,14 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-assembly</artifactId> <groupId>org.apache.ratis</groupId> <name>Ratis Project Assembly</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-client/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml index 72f1e23..b4913b8 100644 --- a/ratis-client/pom.xml +++ b/ratis-client/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-client</artifactId> <name>Ratis Client</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-common/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml index 3c4d696..6f8af13 100644 --- a/ratis-common/pom.xml +++ b/ratis-common/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-common</artifactId> <name>Ratis Common</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-examples/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml index ffb8e32..81f4c3b 100644 --- a/ratis-examples/pom.xml +++ b/ratis-examples/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-examples</artifactId> <name>Ratis Examples</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-grpc/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml index 3332124..c40dc2c 100644 --- a/ratis-grpc/pom.xml +++ b/ratis-grpc/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-grpc</artifactId> <name>Ratis gRPC Support</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-hadoop-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-hadoop-shaded/pom.xml b/ratis-hadoop-shaded/pom.xml index dfa7854..cb74fa2 100644 --- a/ratis-hadoop-shaded/pom.xml +++ b/ratis-hadoop-shaded/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-hadoop-shaded</artifactId> <name>Ratis Hadoop Shaded</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <properties> <maven.javadoc.skip>true</maven.javadoc.skip> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml index 646e1d3..2693aba 100644 --- a/ratis-hadoop/pom.xml +++ b/ratis-hadoop/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-hadoop</artifactId> <name>Ratis Hadoop Support</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-netty/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml index 374d08f..d7d639b 100644 --- a/ratis-netty/pom.xml +++ b/ratis-netty/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-netty</artifactId> <name>Ratis Netty Support</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-proto-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml index 8c055a4..76148c4 100644 --- a/ratis-proto-shaded/pom.xml +++ b/ratis-proto-shaded/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-proto-shaded</artifactId> <name>Ratis Proto Shaded</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <properties> <maven.javadoc.skip>true</maven.javadoc.skip> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/768d7caa/ratis-server/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml index dc6ca92..9138038 100644 --- a/ratis-server/pom.xml +++ b/ratis-server/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ratis-server</artifactId> <name>Ratis Server</name> - <version>0.11-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <dependencies> <dependency>
