Repository: incubator-tephra Updated Branches: refs/heads/release/0.15.0-incubating fe4885003 -> 989eef268
[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/989eef26 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/989eef26 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/989eef26 Branch: refs/heads/release/0.15.0-incubating Commit: 989eef2686932ef010888267fb8029df0aeac576 Parents: fe48850 Author: James Taylor <[email protected]> Authored: Thu Aug 16 12:51:33 2018 -0700 Committer: James Taylor <[email protected]> Committed: Thu Aug 16 12:51:33 2018 -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/hbase-1.3/pom.xml | 2 +- tephra-examples/hbase-1.4/pom.xml | 2 +- tephra-examples/hbase-2.0/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 +- tephra-hbase-compat-1.3/pom.xml | 2 +- tephra-hbase-compat-1.4/pom.xml | 2 +- tephra-hbase-compat-2.0/pom.xml | 2 +- 27 files changed, 28 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7b85b83..1f25f96 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Tephra</name> <description> @@ -168,7 +168,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.15.0-incubating</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/tephra-api/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-api/pom.xml b/tephra-api/pom.xml index 933c3b1..5c7f392 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <artifactId>tephra-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/tephra-core/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-core/pom.xml b/tephra-core/pom.xml index 2318b1e..9e70ddc 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/tephra-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml index fec221b..7f46f37 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <artifactId>tephra-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 3116934..cf448b8 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 f849375..562e3ff 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 8975944..5f9322b 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 db7a6a8..90d97f1 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 bb34c22..20c7804 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 900fb77..013d1e3 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 23113ad..5eb27d9 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 df2951e..71f5ba5 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/tephra-examples/hbase-1.3/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/hbase-1.3/pom.xml b/tephra-examples/hbase-1.3/pom.xml index bed7f42..179c587 100644 --- a/tephra-examples/hbase-1.3/pom.xml +++ b/tephra-examples/hbase-1.3/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra-examples</artifactId> - <version>0.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/tephra-examples/hbase-1.4/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/hbase-1.4/pom.xml b/tephra-examples/hbase-1.4/pom.xml index b5a10c6..1974646 100644 --- a/tephra-examples/hbase-1.4/pom.xml +++ b/tephra-examples/hbase-1.4/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra-examples</artifactId> - <version>0.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/tephra-examples/hbase-2.0/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/hbase-2.0/pom.xml b/tephra-examples/hbase-2.0/pom.xml index 5de3117..d43c0c3 100644 --- a/tephra-examples/hbase-2.0/pom.xml +++ b/tephra-examples/hbase-2.0/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra-examples</artifactId> - <version>0.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/tephra-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml index 3fc4ef9..8934143 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 725d98d..1674cd4 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 f6a1ed1..cc65c45 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 874008c..e766a6f 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 ecd995f..7307e76 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 e6c01aa..bb8c0c7 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.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/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 0f44ab7..d2399ef 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.15.0-incubating</version> + <version>0.16.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/989eef26/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 ffcc10f..6bb0d6e 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.15.0-incubating</version> + <version>0.16.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/989eef26/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 90d24aa..75763d6 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.15.0-incubating</version> + <version>0.16.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/989eef26/tephra-hbase-compat-1.3/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.3/pom.xml b/tephra-hbase-compat-1.3/pom.xml index f821f06..2525e99 100644 --- a/tephra-hbase-compat-1.3/pom.xml +++ b/tephra-hbase-compat-1.3/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/tephra-hbase-compat-1.4/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.4/pom.xml b/tephra-hbase-compat-1.4/pom.xml index 1775713..e5f6930 100644 --- a/tephra-hbase-compat-1.4/pom.xml +++ b/tephra-hbase-compat-1.4/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/989eef26/tephra-hbase-compat-2.0/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-2.0/pom.xml b/tephra-hbase-compat-2.0/pom.xml index d84c462..bbf17b2 100644 --- a/tephra-hbase-compat-2.0/pom.xml +++ b/tephra-hbase-compat-2.0/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.15.0-incubating</version> + <version>0.16.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
