[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/36318c36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/36318c36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/36318c36 Branch: refs/heads/master Commit: 36318c36d7eed8a79c682b0f176f3c11328e5da1 Parents: 601b070 Author: Gokul Gunasekaran <[email protected]> Authored: Thu Dec 8 21:54:59 2016 -0800 Committer: Gokul Gunasekaran <[email protected]> Committed: Thu Dec 8 21:54:59 2016 -0800 ---------------------------------------------------------------------- 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/36318c36/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index adf0457..90f9843 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.10.0-incubating</version> + <version>0.11.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.10.0-incubating</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/tephra-api/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-api/pom.xml b/tephra-api/pom.xml index f28cc38..cf3e020 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <artifactId>tephra-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/tephra-core/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-core/pom.xml b/tephra-core/pom.xml index 80df0de..1e4a0c8 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/tephra-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml index 467d612..56bb7f9 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <artifactId>tephra-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 7844a84..aa2a33a 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 dcbbb37..ad1593d 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 27d1cf7..1d1a656 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 e4b58c9..80f3a5c 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 b8b4435..5959fae 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 8b32f8f..bd1989c 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 1c4a81d..594cc6c 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 ccd3dd3..933210c 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/tephra-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml index 51cfff2..ad4d01a 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 d195dc8..dbadc2d 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 9a1def8..21c3bc8 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 ff1f326..738a2cc 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 0387421..c7ec8ff 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 eae10d9..9eef513 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/36318c36/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 fcb1999..8b59d31 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.10.0-incubating</version> + <version>0.11.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/36318c36/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 05d7182..3143613 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.10.0-incubating</version> + <version>0.11.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/36318c36/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 d76317d..854a745 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.10.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
