Repository: incubator-tephra Updated Branches: refs/heads/release/0.12.0-incubating [created] 2bc62de44
[maven-release-plugin] prepare release v0.12.0-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/2bc62de4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/2bc62de4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/2bc62de4 Branch: refs/heads/release/0.12.0-incubating Commit: 2bc62de4498bdb1d6b4647d6f102649d3f9d5df7 Parents: a22c11d Author: Gokul Gunasekaran <[email protected]> Authored: Tue May 23 06:40:22 2017 -0700 Committer: Gokul Gunasekaran <[email protected]> Committed: Tue May 23 06:40:22 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/2bc62de4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e81dad4..b54c330 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.tephra</groupId> <artifactId>tephra</artifactId> - <version>0.12.0-incubating-SNAPSHOT</version> + <version>0.12.0-incubating</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>HEAD</tag> + <tag>v0.12.0-incubating</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/tephra-api/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-api/pom.xml b/tephra-api/pom.xml index 9f386b2..c0c1940 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <artifactId>tephra-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/tephra-core/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-core/pom.xml b/tephra-core/pom.xml index 54c5440..22f5a17 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/tephra-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml index e440ece..24fb46d 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <artifactId>tephra-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 53efe12..e38dd1a 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 f29476e..d32b098 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 8c8d87d..1bf9dde 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 f3de4f5..7ef2b6f 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 7382b87..485db59 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 52a8717..cfdda71 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 e15574c..3ddffbf 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 2cef197..baf195d 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/tephra-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml index 63d0a66..7b6aa00 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 0efc506..f1415cd 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 b83372b..6b88b2a 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 31dbf56..6f0a8f5 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 84e203d..224340d 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 1ae7829..5325d6a 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 0ac15be..198e62b 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 b152305..db6c5f9 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2bc62de4/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 359af98..15934b4 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-SNAPSHOT</version> + <version>0.12.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
