You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tephra.apache.org by po...@apache.org on 2016/05/16 20:51:21 UTC

incubator-tephra git commit: [maven-release-plugin] prepare for next development iteration

Repository: incubator-tephra
Updated Branches:
  refs/heads/release/0.8.0-incubating 0db528e36 -> d1a340a4c


[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/d1a340a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/d1a340a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/d1a340a4

Branch: refs/heads/release/0.8.0-incubating
Commit: d1a340a4ce44c0247fabcb5ec4d06a5d85469c31
Parents: 0db528e
Author: poorna <po...@apache.org>
Authored: Mon May 16 13:51:19 2016 -0700
Committer: poorna <po...@apache.org>
Committed: Mon May 16 13:51:19 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/d1a340a4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 47873ea..4455efb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.tephra</groupId>
   <artifactId>tephra</artifactId>
-  <version>0.8.0-incubating</version>
+  <version>0.9.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.8.0-incubating</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1a340a4/tephra-api/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-api/pom.xml b/tephra-api/pom.xml
index 9d65b68..e740ee3 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.8.0-incubating</version>
+    <version>0.9.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>tephra-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1a340a4/tephra-core/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-core/pom.xml b/tephra-core/pom.xml
index 71257d4..5c7b96b 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.8.0-incubating</version>
+    <version>0.9.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1a340a4/tephra-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml
index 4b138ab..c97aba4 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.8.0-incubating</version>
+    <version>0.9.0-incubating-SNAPSHOT</version>
   </parent>
   
   <artifactId>tephra-distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1a340a4/tephra-examples/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml
index cdeef10..a61652c 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.8.0-incubating</version>
+    <version>0.9.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1a340a4/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 bbb4b7c..15c6904 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.8.0-incubating</version>
+    <version>0.9.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1a340a4/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 f13d12a..d0e73d3 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.8.0-incubating</version>
+    <version>0.9.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1a340a4/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 2a1c78f..f9307a3 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.8.0-incubating</version>
+    <version>0.9.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1a340a4/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 aa07d1c..f421407 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.8.0-incubating</version>
+    <version>0.9.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d1a340a4/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 9472c7a..1c3bc92 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.8.0-incubating</version>
+    <version>0.9.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>