You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tephra.apache.org by go...@apache.org on 2016/06/29 22:06:57 UTC

[1/2] incubator-tephra git commit: Remove execution

Repository: incubator-tephra
Updated Branches:
  refs/heads/test/0.9.0 dec27471d -> 8b9abd4e2


Remove execution


Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/fd46193a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/fd46193a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/fd46193a

Branch: refs/heads/test/0.9.0
Commit: fd46193a7fc83c7e5402418d9e239f54b24f2867
Parents: dec2747
Author: Gokul Gunasekaran <go...@apache.org>
Authored: Wed Jun 29 14:54:20 2016 -0700
Committer: Gokul Gunasekaran <go...@apache.org>
Committed: Wed Jun 29 14:54:20 2016 -0700

----------------------------------------------------------------------
 tephra-examples/pom.xml         | 18 ------------------
 tephra-hbase-compat-1.1/pom.xml | 18 ------------------
 2 files changed, 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/fd46193a/tephra-examples/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml
index 94da1f9..8ae65ed 100644
--- a/tephra-examples/pom.xml
+++ b/tephra-examples/pom.xml
@@ -104,24 +104,6 @@
   <profiles>
     <profile>
       <id>cdh5.7</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-jar-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-                <configuration>
-                  <classifier>cdh5.7</classifier>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
       <properties>
         <hadoop.version>2.6.0-cdh5.7.1</hadoop.version>
         <hbase12.version>1.2.0-cdh5.7.1</hbase12.version>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/fd46193a/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 15b490f..4ce0df3 100644
--- a/tephra-hbase-compat-1.1/pom.xml
+++ b/tephra-hbase-compat-1.1/pom.xml
@@ -105,24 +105,6 @@
   <profiles>
     <profile>
       <id>cdh5.7</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-jar-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-                <configuration>
-                  <classifier>cdh5.7</classifier>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
       <properties>
         <hadoop.version>2.6.0-cdh5.7.1</hadoop.version>
         <hbase11.version>1.2.0-cdh5.7.1</hbase11.version>


[2/2] incubator-tephra git commit: [maven-release-plugin] prepare release v0.9.1-incubating

Posted by go...@apache.org.
[maven-release-plugin] prepare release v0.9.1-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/8b9abd4e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/8b9abd4e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/8b9abd4e

Branch: refs/heads/test/0.9.0
Commit: 8b9abd4e2448c51292e8441b92935747a25d9e12
Parents: fd46193
Author: Gokul Gunasekaran <go...@apache.org>
Authored: Wed Jun 29 15:06:54 2016 -0700
Committer: Gokul Gunasekaran <go...@apache.org>
Committed: Wed Jun 29 15:06:54 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/8b9abd4e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0cc0a3a..3175316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.tephra</groupId>
   <artifactId>tephra</artifactId>
-  <version>0.9.1-incubating-SNAPSHOT</version>
+  <version>0.9.1-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.9.1-incubating</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/8b9abd4e/tephra-api/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-api/pom.xml b/tephra-api/pom.xml
index 496c015..39574bc 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.9.1-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
 
   <artifactId>tephra-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/8b9abd4e/tephra-core/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-core/pom.xml b/tephra-core/pom.xml
index 283cba1..cf34ea6 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.9.1-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/8b9abd4e/tephra-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml
index 03194ea..2e9ad6e 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.9.1-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   
   <artifactId>tephra-distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/8b9abd4e/tephra-examples/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml
index 8ae65ed..d7b6f6d 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.9.1-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/8b9abd4e/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 0e5f72c..9dd49ea 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.9.1-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/8b9abd4e/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 386f00a..3ed3096 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.9.1-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/8b9abd4e/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 b4206d5..15ab301 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.9.1-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/8b9abd4e/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 3cec2eb..ccbeecd 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.9.1-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/8b9abd4e/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 4ce0df3..9229114 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.9.1-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>