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/06 20:51:33 UTC

incubator-tephra git commit: Update poms for Apache migration

Repository: incubator-tephra
Updated Branches:
  refs/heads/apache-update [created] 818d2299e


Update poms for Apache migration


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

Branch: refs/heads/apache-update
Commit: 818d2299ef324b17f5e09b9970ea508cf5d641c0
Parents: b9927be
Author: poorna <po...@cask.co>
Authored: Fri May 6 13:51:21 2016 -0700
Committer: poorna <po...@cask.co>
Committed: Fri May 6 13:51:21 2016 -0700

----------------------------------------------------------------------
 pom.xml                             | 211 ++++++++++++++++++++++++-------
 tephra-api/pom.xml                  |  13 +-
 tephra-core/pom.xml                 |  13 +-
 tephra-distribution/pom.xml         |  27 ++--
 tephra-examples/pom.xml             |  17 +--
 tephra-hbase-compat-0.96/pom.xml    |  17 +--
 tephra-hbase-compat-0.98/pom.xml    |  15 ++-
 tephra-hbase-compat-1.0-cdh/pom.xml |  15 ++-
 tephra-hbase-compat-1.0/pom.xml     |  15 ++-
 tephra-hbase-compat-1.1/pom.xml     |  15 ++-
 10 files changed, 245 insertions(+), 113 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 88e3959..23f44cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,74 +15,183 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>co.cask.tephra</groupId>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>13</version>
+  </parent>
+
+  <groupId>org.apache.tephra</groupId>
   <artifactId>tephra</artifactId>
-  <version>0.7.1-SNAPSHOT</version>
+  <version>0.1.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>Tephra Transaction System</name>
-  <description>Tephra Transaction System</description>
-  <url>https://github.com/caskdata/tephra</url>
+  <name>Apache Tephra</name>
+  <description>
+    Apache Tephra provides globally-consistent transactions on Apache HBase and other storage engines
+  </description>
+  <url>http://tephra.incubator.apache.org</url>
 
-  <modules>
-    <module>tephra-api</module>
-    <module>tephra-core</module>
-    <module>tephra-hbase-compat-0.96</module>
-    <module>tephra-hbase-compat-0.98</module>
-    <module>tephra-hbase-compat-1.0</module>
-    <module>tephra-hbase-compat-1.0-cdh</module>
-    <module>tephra-hbase-compat-1.1</module>
-    <module>tephra-examples</module>
-    <module>tephra-distribution</module>
-  </modules>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
 
   <licenses>
     <license>
       <name>The Apache Software License, Version 2.0</name>
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
     </license>
   </licenses>
 
   <developers>
     <developer>
-      <name>Cask Data</name>
-      <email>tephra-dev@googlegroups.com</email>
-      <organization>Cask Data</organization>
-      <organizationUrl>https://github.com/caskdata/tephra</organizationUrl>
+      <id>jamestaylor</id>
+      <name>James Taylor</name>
+      <email>jamestaylor@apache.org</email>
+      <roles>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>larsh</id>
+      <name>Lars Hofhansl</name>
+      <email>larsh@apache.org</email>
+      <roles>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>apurtell</id>
+      <name>Andrew Purtell</name>
+      <email>apurtell@apache.org</email>
+      <roles>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>gates</id>
+      <name>Alan Gates</name>
+      <email>gates@apache.org</email>
+      <roles>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>hsaputra</id>
+      <name>Henry Saputra</name>
+      <email>hsaputra@apache.org</email>
+      <roles>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>anew</id>
+      <name>Andreas Neumann</name>
+      <email>anew@apache.org</email>
+      <roles>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>chtyim</id>
+      <name>Terence Yim</name>
+      <email>chtyim@apache.org</email>
+      <roles>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>poorna</id>
+      <name>Poorna Chandra</name>
+      <email>poorna@apache.org</email>
+      <roles>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>gokul</id>
+      <name>Gokul Gunasekaran</name>
+      <email>gokul@apache.org</email>
+      <roles>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>jamestaylor</id>
+      <name>James Taylor</name>
+      <email>jamestaylor@apache.org</email>
+      <roles>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>tdsilva</id>
+      <name>Thomas D'Silva</name>
+      <email>tdsilva@apache.org</email>
+      <roles>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>garyh</id>
+      <name>Gary Helmling</name>
+      <email>garyh@apache.org</email>
+      <roles>
+        <role>Committer</role>
+      </roles>
     </developer>
   </developers>
 
+  <modules>
+    <module>tephra-api</module>
+    <module>tephra-core</module>
+    <module>tephra-hbase-compat-0.96</module>
+    <module>tephra-hbase-compat-0.98</module>
+    <module>tephra-hbase-compat-1.0</module>
+    <module>tephra-hbase-compat-1.0-cdh</module>
+    <module>tephra-hbase-compat-1.1</module>
+    <module>tephra-examples</module>
+    <module>tephra-distribution</module>
+  </modules>
+
   <scm>
-    <connection>scm:git:https://github.com/caskdata/tephra.git</connection>
-    <developerConnection>scm:git:git@github.com:caskdata/tephra.git</developerConnection>
-    <url>https://github.com/caskdata/tephra.git</url>
+    <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>
   </scm>
 
   <issueManagement>
-    <system>JIRA</system>
-    <url>https://issues.cask.co/browse/TEPHRA</url>
+    <url>https://issues.apache.org/jira/browse/TEPHRA</url>
   </issueManagement>
-
-  <repositories>
-    <repository>
-      <id>continuuity-public</id>
-      <url>https://repository.continuuity.com/content/groups/public</url>
-    </repository>
-  </repositories>
-
-  <distributionManagement>
-    <repository>
-      <id>sonatype.release</id>
-      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
-    </repository>
-    <snapshotRepository>
-      <id>sonatype.snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-    </snapshotRepository>
-  </distributionManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Development</name>
+      <post>dev@tephra.incubator.apache.org</post>
+      <subscribe>dev-subscribe@tephra.incubator.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@tephra.incubator.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/tephra-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://tephra-dev.markmail.org</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Commits</name>
+      <post>commits@tephra.incubator.apache.org</post>
+      <subscribe>commits-subscribe@tephra.incubator.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@tephra.incubator.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/tephra-commits/</archive>
+      <otherArchives>
+        <otherArchive>http://tephra-commits.markmail.org</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -307,6 +416,20 @@
               </configuration>
             </execution>
           </executions>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.doxia</groupId>
+              <artifactId>doxia-core</artifactId>
+              <version>1.6</version>
+              <exclusions>
+                <!-- Exclude xerces to remove XML parsing warnings (RAT-158) -->
+                <exclusion>
+                  <groupId>xerces</groupId>
+                  <artifactId>xercesImpl</artifactId>
+                </exclusion>
+              </exclusions>
+            </dependency>
+          </dependencies>
         </plugin>
 
         <!-- Checkstyle for code style -->

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/tephra-api/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-api/pom.xml b/tephra-api/pom.xml
index 5f35a0d..04e9909 100644
--- a/tephra-api/pom.xml
+++ b/tephra-api/pom.xml
@@ -15,17 +15,18 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>co.cask.tephra</groupId>
+    <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>tephra-api</artifactId>
-  <name>Tephra API</name>
-  <description>Tephra Transaction System API Module</description>
+  <name>Apache Tephra API</name>
+  <description>Apache Tephra Transaction System API Module</description>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/tephra-core/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-core/pom.xml b/tephra-core/pom.xml
index ca44ae3..69a6a03 100644
--- a/tephra-core/pom.xml
+++ b/tephra-core/pom.xml
@@ -15,21 +15,22 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
+    <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <groupId>co.cask.tephra</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tephra-core</artifactId>
-  <name>Tephra Core</name>
-  <description>Tephra Transaction System Core Module</description>
+  <name>Apache Tephra Core</name>
+  <description>Apache Tephra Transaction System Core Module</description>
 
   <dependencies>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-api</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/tephra-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml
index d00a2c7..37153d3 100644
--- a/tephra-distribution/pom.xml
+++ b/tephra-distribution/pom.xml
@@ -15,18 +15,19 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  
+
   <parent>
-    <groupId>co.cask.tephra</groupId>
+    <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   
   <artifactId>tephra-distribution</artifactId>
-  <name>Tephra Distribution</name>
-  <description>Tephra Transaction System Distribution Module</description>
+  <name>Apache Tephra Distribution</name>
+  <description>Apache Tephra Transaction System Distribution Module</description>
   <packaging>pom</packaging>
 
   <!-- NOTE: These dependency declarations are only required to sort this project to the 
@@ -37,37 +38,37 @@
   -->
   <dependencies>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-hbase-compat-0.96</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-hbase-compat-0.98</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-hbase-compat-1.0</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-hbase-compat-1.0-cdh</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-examples</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/tephra-examples/pom.xml
----------------------------------------------------------------------
diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml
index 7966deb..d3b7108 100644
--- a/tephra-examples/pom.xml
+++ b/tephra-examples/pom.xml
@@ -15,16 +15,17 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
+    <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <groupId>co.cask.tephra</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tephra-examples</artifactId>
-  <name>Tephra Examples</name>
+  <name>Apache Tephra Examples</name>
 
   <properties>
     <!-- HBase 1.0 only supports Hadoop 2.4 or newer -->
@@ -42,17 +43,17 @@
   
   <dependencies>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-hbase-compat-1.0-cdh</artifactId>
       <version>${project.version}</version>
     </dependency>
@@ -83,7 +84,7 @@
 
     <!-- Test dependencies -->
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <type>test-jar</type>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/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 a697fba..4d79e4e 100644
--- a/tephra-hbase-compat-0.96/pom.xml
+++ b/tephra-hbase-compat-0.96/pom.xml
@@ -15,26 +15,27 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
+    <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <groupId>co.cask.tephra</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tephra-hbase-compat-0.96</artifactId>
-  <name>Tephra HBase 0.96 Compatibility</name>
-  <description>Tephra Transaction System HBase 0.96 Compatibility Module</description>
+  <name>Apache Tephra HBase 0.96 Compatibility</name>
+  <description>Apache Tephra Transaction System HBase 0.96 Compatibility Module</description>
 
   <dependencies>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <exclusions>
@@ -71,7 +72,7 @@
 
     <!-- Test dependencies -->
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <type>test-jar</type>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/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 e61edcd..9625a14 100644
--- a/tephra-hbase-compat-0.98/pom.xml
+++ b/tephra-hbase-compat-0.98/pom.xml
@@ -15,25 +15,26 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
+    <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <groupId>co.cask.tephra</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tephra-hbase-compat-0.98</artifactId>
-  <name>Tephra HBase 0.98 Compatibility</name>
+  <name>Apache Tephra HBase 0.98 Compatibility</name>
 
   <dependencies>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <exclusions>
@@ -70,7 +71,7 @@
 
     <!-- Test dependencies -->
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <type>test-jar</type>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/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 5910563..28d2d17 100644
--- a/tephra-hbase-compat-1.0-cdh/pom.xml
+++ b/tephra-hbase-compat-1.0-cdh/pom.xml
@@ -15,16 +15,17 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
+    <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <groupId>co.cask.tephra</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tephra-hbase-compat-1.0-cdh</artifactId>
-  <name>Tephra HBase 1.0 Compatibility for CDH</name>
+  <name>Apache Tephra HBase 1.0 Compatibility for CDH</name>
 
   <properties>
     <!-- CDH 5.4 ships with Hadoop 2.6 -->
@@ -41,12 +42,12 @@
   
   <dependencies>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
     </dependency>
@@ -77,7 +78,7 @@
 
     <!-- Test dependencies -->
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <type>test-jar</type>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/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 990587c..ee30281 100644
--- a/tephra-hbase-compat-1.0/pom.xml
+++ b/tephra-hbase-compat-1.0/pom.xml
@@ -15,16 +15,17 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
+    <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <groupId>co.cask.tephra</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tephra-hbase-compat-1.0</artifactId>
-  <name>Tephra HBase 1.0 Compatibility</name>
+  <name>Apache Tephra HBase 1.0 Compatibility</name>
 
   <properties>
     <!-- HBase 1.0 only supports Hadoop 2.4 or newer -->
@@ -33,12 +34,12 @@
 
   <dependencies>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <exclusions>
@@ -75,7 +76,7 @@
 
     <!-- Test dependencies -->
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <type>test-jar</type>

http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/818d2299/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 396ccb2..b08f85a 100644
--- a/tephra-hbase-compat-1.1/pom.xml
+++ b/tephra-hbase-compat-1.1/pom.xml
@@ -15,16 +15,17 @@
   the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
+    <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <groupId>co.cask.tephra</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tephra-hbase-compat-1.1</artifactId>
-  <name>Tephra HBase 1.1 Compatibility</name>
+  <name>Apache Tephra HBase 1.1 Compatibility</name>
 
   <properties>
     <!-- HBase 1.1 only supports Hadoop 2.4 or newer -->
@@ -33,12 +34,12 @@
 
   <dependencies>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <exclusions>
@@ -75,7 +76,7 @@
 
     <!-- Test dependencies -->
     <dependency>
-      <groupId>co.cask.tephra</groupId>
+      <groupId>org.apache.tephra</groupId>
       <artifactId>tephra-core</artifactId>
       <version>${project.version}</version>
       <type>test-jar</type>