[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/eb6f9e6a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/eb6f9e6a Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/eb6f9e6a Branch: refs/heads/master Commit: eb6f9e6ac768efc2f6b3326986af85e079fb1f6c Parents: 2bc62de Author: Gokul Gunasekaran <[email protected]> Authored: Tue May 23 06:40:38 2017 -0700 Committer: Gokul Gunasekaran <[email protected]> Committed: Tue May 23 06:40:38 2017 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- tephra-api/pom.xml | 2 +- tephra-core/pom.xml | 2 +- tephra-distribution/pom.xml | 2 +- tephra-examples/cdh-5.7/pom.xml | 2 +- tephra-examples/cdh-5.8/pom.xml | 2 +- tephra-examples/hbase-0.96/pom.xml | 2 +- tephra-examples/hbase-0.98/pom.xml | 2 +- tephra-examples/hbase-1.0-cdh/pom.xml | 2 +- tephra-examples/hbase-1.0/pom.xml | 2 +- tephra-examples/hbase-1.1/pom.xml | 2 +- tephra-examples/hbase-1.2/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-base/pom.xml | 2 +- tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml | 2 +- tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml | 2 +- tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b54c330..79f7a33 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.12.0-incubating</version> + <version>0.13.0-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.12.0-incubating</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-api/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-api/pom.xml b/tephra-api/pom.xml index c0c1940..c4dbc42 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.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <artifactId>tephra-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-core/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-core/pom.xml b/tephra-core/pom.xml index 22f5a17..636e3d2 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.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml index 24fb46d..8ad5954 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.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <artifactId>tephra-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-examples/cdh-5.7/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/cdh-5.7/pom.xml b/tephra-examples/cdh-5.7/pom.xml index e38dd1a..abd3972 100644 --- a/tephra-examples/cdh-5.7/pom.xml +++ b/tephra-examples/cdh-5.7/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra-examples</artifactId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-examples/cdh-5.8/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/cdh-5.8/pom.xml b/tephra-examples/cdh-5.8/pom.xml index d32b098..2c932c5 100644 --- a/tephra-examples/cdh-5.8/pom.xml +++ b/tephra-examples/cdh-5.8/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>tephra-examples</artifactId> <groupId>org.apache.tephra</groupId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-examples/hbase-0.96/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/hbase-0.96/pom.xml b/tephra-examples/hbase-0.96/pom.xml index 1bf9dde..06cb992 100644 --- a/tephra-examples/hbase-0.96/pom.xml +++ b/tephra-examples/hbase-0.96/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>tephra-examples</artifactId> <groupId>org.apache.tephra</groupId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-examples/hbase-0.98/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/hbase-0.98/pom.xml b/tephra-examples/hbase-0.98/pom.xml index 7ef2b6f..0f95ee0 100644 --- a/tephra-examples/hbase-0.98/pom.xml +++ b/tephra-examples/hbase-0.98/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>tephra-examples</artifactId> <groupId>org.apache.tephra</groupId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-examples/hbase-1.0-cdh/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/hbase-1.0-cdh/pom.xml b/tephra-examples/hbase-1.0-cdh/pom.xml index 485db59..796145c 100644 --- a/tephra-examples/hbase-1.0-cdh/pom.xml +++ b/tephra-examples/hbase-1.0-cdh/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>tephra-examples</artifactId> <groupId>org.apache.tephra</groupId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-examples/hbase-1.0/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/hbase-1.0/pom.xml b/tephra-examples/hbase-1.0/pom.xml index cfdda71..fb922a9 100644 --- a/tephra-examples/hbase-1.0/pom.xml +++ b/tephra-examples/hbase-1.0/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>tephra-examples</artifactId> <groupId>org.apache.tephra</groupId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-examples/hbase-1.1/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/hbase-1.1/pom.xml b/tephra-examples/hbase-1.1/pom.xml index 3ddffbf..c994e50 100644 --- a/tephra-examples/hbase-1.1/pom.xml +++ b/tephra-examples/hbase-1.1/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra-examples</artifactId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-examples/hbase-1.2/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/hbase-1.2/pom.xml b/tephra-examples/hbase-1.2/pom.xml index baf195d..f68a5e7 100644 --- a/tephra-examples/hbase-1.2/pom.xml +++ b/tephra-examples/hbase-1.2/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra-examples</artifactId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml index 7b6aa00..b34a6b6 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.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/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 f1415cd..7f79f6f 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.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/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 6b88b2a..7960480 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.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/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 6f0a8f5..7b8ed7e 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.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/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 224340d..360be84 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.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-hbase-compat-1.1-base/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.1-base/pom.xml b/tephra-hbase-compat-1.1-base/pom.xml index 5325d6a..8b9a20b 100644 --- a/tephra-hbase-compat-1.1-base/pom.xml +++ b/tephra-hbase-compat-1.1-base/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml index 198e62b..b9eabe4 100644 --- a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml +++ b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra-hbase-compat-1.1-base</artifactId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml index db6c5f9..6eed4d9 100644 --- a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml +++ b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra-hbase-compat-1.1-base</artifactId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/eb6f9e6a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml index 15934b4..27e7ce9 100644 --- a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml +++ b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra-hbase-compat-1.1-base</artifactId> - <version>0.12.0-incubating</version> + <version>0.13.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
