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 21:20:31 UTC

[1/4] incubator-tephra git commit: Test multiple profile

Repository: incubator-tephra
Updated Branches:
  refs/heads/test/0.9.0 [created] e146a4e5d


Test multiple profile


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

Branch: refs/heads/test/0.9.0
Commit: fe03a3be293dd86c87a3bb81a152b84c784571ed
Parents: 626e714
Author: Gokul Gunasekaran <go...@apache.org>
Authored: Tue Jun 28 17:34:48 2016 -0700
Committer: Gokul Gunasekaran <go...@apache.org>
Committed: Tue Jun 28 17:34:48 2016 -0700

----------------------------------------------------------------------
 pom.xml                         |  7 +++++++
 tephra-hbase-compat-1.1/pom.xml | 23 +++++++++++++++++++++--
 2 files changed, 28 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/fe03a3be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4455efb..caa591e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,13 @@
     </mailingList>
   </mailingLists>
 
+  <repositories>
+    <repository>
+      <id>cloudera</id>
+      <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
+    </repository>
+  </repositories>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/fe03a3be/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 1c3bc92..f9fd33f 100644
--- a/tephra-hbase-compat-1.1/pom.xml
+++ b/tephra-hbase-compat-1.1/pom.xml
@@ -104,9 +104,28 @@
 
   <profiles>
     <profile>
-      <id>hbase1.2</id>
+      <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>
-        <hbase11.version>1.2.1</hbase11.version>
+        <hadoop.version>2.6.0-cdh5.7.1</hadoop.version>
+        <hbase11.version>1.2.0-cdh5.7.1</hbase11.version>
       </properties>
     </profile>
   </profiles>


[2/4] incubator-tephra git commit: Add profile for tephra-examples

Posted by go...@apache.org.
Add profile for tephra-examples


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

Branch: refs/heads/test/0.9.0
Commit: d0a59d93c81810dd2d7d5ed218d2398dc6794ce5
Parents: fe03a3b
Author: Gokul Gunasekaran <go...@apache.org>
Authored: Wed Jun 29 14:03:07 2016 -0700
Committer: Gokul Gunasekaran <go...@apache.org>
Committed: Wed Jun 29 14:03:07 2016 -0700

----------------------------------------------------------------------
 release.properties      | 11 +++++++++++
 tephra-examples/pom.xml | 28 ++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d0a59d93/release.properties
----------------------------------------------------------------------
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000..7ef7704
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,11 @@
+#release configuration
+#Wed Jun 29 14:02:39 PDT 2016
+scm.tagNameFormat=v@{project.version}
+pushChanges=true
+scm.url=scm\:git\:https\://git-wip-us.apache.org/repos/asf/incubator-tephra.git
+preparationGoals=clean verify
+remoteTagging=true
+scm.commentPrefix=[maven-release-plugin] 
+exec.additionalArguments=-Papache-release  -P apache-release,cdh5.7
+exec.snapshotReleasePluginAllowed=false
+completedPhase=check-poms

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/d0a59d93/tephra-examples/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml
index a61652c..08ab1e5 100644
--- a/tephra-examples/pom.xml
+++ b/tephra-examples/pom.xml
@@ -101,4 +101,32 @@
     </dependency>
   </dependencies>
 
+  <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>
+      </properties>
+    </profile>
+  </profiles>
+
 </project>


[3/4] incubator-tephra git commit: Removing unused file

Posted by go...@apache.org.
Removing unused file


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

Branch: refs/heads/test/0.9.0
Commit: 035f773ef6d335d3e230aab0bfbd4dca837a9548
Parents: d0a59d9
Author: Gokul Gunasekaran <go...@apache.org>
Authored: Wed Jun 29 14:03:41 2016 -0700
Committer: Gokul Gunasekaran <go...@apache.org>
Committed: Wed Jun 29 14:03:41 2016 -0700

----------------------------------------------------------------------
 release.properties | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/035f773e/release.properties
----------------------------------------------------------------------
diff --git a/release.properties b/release.properties
deleted file mode 100644
index 7ef7704..0000000
--- a/release.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-#release configuration
-#Wed Jun 29 14:02:39 PDT 2016
-scm.tagNameFormat=v@{project.version}
-pushChanges=true
-scm.url=scm\:git\:https\://git-wip-us.apache.org/repos/asf/incubator-tephra.git
-preparationGoals=clean verify
-remoteTagging=true
-scm.commentPrefix=[maven-release-plugin] 
-exec.additionalArguments=-Papache-release  -P apache-release,cdh5.7
-exec.snapshotReleasePluginAllowed=false
-completedPhase=check-poms


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

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

Branch: refs/heads/test/0.9.0
Commit: e146a4e5d81f17202250528e081b23b96d92a5d4
Parents: 035f773
Author: Gokul Gunasekaran <go...@apache.org>
Authored: Wed Jun 29 14:20:28 2016 -0700
Committer: Gokul Gunasekaran <go...@apache.org>
Committed: Wed Jun 29 14:20:28 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/e146a4e5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index caa591e..b9d41cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.tephra</groupId>
   <artifactId>tephra</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.9.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.9.0-incubating</tag>
   </scm>
 
   <issueManagement>

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/e146a4e5/tephra-examples/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml
index 08ab1e5..18d9895 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.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/e146a4e5/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 f9fd33f..267cf72 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.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>