Repository: incubator-tephra Updated Branches: refs/heads/test/0.9.0 e146a4e5d -> dec27471d
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/dec27471 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/dec27471 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/dec27471 Branch: refs/heads/test/0.9.0 Commit: dec27471db424cdbf7a7bf8660ca0a6660788e28 Parents: e146a4e Author: Gokul Gunasekaran <[email protected]> Authored: Wed Jun 29 14:20:46 2016 -0700 Committer: Gokul Gunasekaran <[email protected]> Committed: Wed Jun 29 14:20:46 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- tephra-api/pom.xml | 2 +- tephra-core/pom.xml | 2 +- tephra-distribution/pom.xml | 2 +- tephra-examples/pom.xml | 2 +- tephra-hbase-compat-0.96/pom.xml | 2 +- tephra-hbase-compat-0.98/pom.xml | 2 +- tephra-hbase-compat-1.0-cdh/pom.xml | 2 +- tephra-hbase-compat-1.0/pom.xml | 2 +- tephra-hbase-compat-1.1/pom.xml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b9d41cc..0cc0a3a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Tephra</name> <description> @@ -165,7 +165,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-tephra.git</connection> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-tephra.git;a=summary</url> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-tephra.git</developerConnection> - <tag>v0.9.0-incubating</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/tephra-api/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-api/pom.xml b/tephra-api/pom.xml index 397ebe5..496c015 100644 --- a/tephra-api/pom.xml +++ b/tephra-api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> </parent> <artifactId>tephra-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/tephra-core/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-core/pom.xml b/tephra-core/pom.xml index 55de7db..283cba1 100644 --- a/tephra-core/pom.xml +++ b/tephra-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/tephra-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml index 3dac90f..03194ea 100644 --- a/tephra-distribution/pom.xml +++ b/tephra-distribution/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> </parent> <artifactId>tephra-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/tephra-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml index 18d9895..94da1f9 100644 --- a/tephra-examples/pom.xml +++ b/tephra-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/tephra-hbase-compat-0.96/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-0.96/pom.xml b/tephra-hbase-compat-0.96/pom.xml index 62c80f2..0e5f72c 100644 --- a/tephra-hbase-compat-0.96/pom.xml +++ b/tephra-hbase-compat-0.96/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/tephra-hbase-compat-0.98/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-0.98/pom.xml b/tephra-hbase-compat-0.98/pom.xml index 2b04d49..386f00a 100644 --- a/tephra-hbase-compat-0.98/pom.xml +++ b/tephra-hbase-compat-0.98/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/tephra-hbase-compat-1.0-cdh/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.0-cdh/pom.xml b/tephra-hbase-compat-1.0-cdh/pom.xml index abf3827..b4206d5 100644 --- a/tephra-hbase-compat-1.0-cdh/pom.xml +++ b/tephra-hbase-compat-1.0-cdh/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/tephra-hbase-compat-1.0/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.0/pom.xml b/tephra-hbase-compat-1.0/pom.xml index e2f65af..3cec2eb 100644 --- a/tephra-hbase-compat-1.0/pom.xml +++ b/tephra-hbase-compat-1.0/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/dec27471/tephra-hbase-compat-1.1/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.1/pom.xml b/tephra-hbase-compat-1.1/pom.xml index 267cf72..15b490f 100644 --- a/tephra-hbase-compat-1.1/pom.xml +++ b/tephra-hbase-compat-1.1/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.9.0-incubating</version> + <version>0.9.1-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
