You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by an...@apache.org on 2014/01/13 23:45:26 UTC

git commit: [TWILL-29] Update POM file with all Apache information

Updated Branches:
  refs/heads/master e7a583b5f -> c019131d7


[TWILL-29] Update POM file with all Apache information


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

Branch: refs/heads/master
Commit: c019131d7015eee6a5a64c7489db60416f3c83fa
Parents: e7a583b
Author: anew <an...@continuuity.com>
Authored: Mon Jan 13 14:45:13 2014 -0800
Committer: anew <an...@continuuity.com>
Committed: Mon Jan 13 14:45:13 2014 -0800

----------------------------------------------------------------------
 pom.xml | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/c019131d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d35ac34..0c6e9dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,12 @@
          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>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>13</version>
+    </parent>
+
     <groupId>org.apache.twill</groupId>
     <artifactId>twill-parent</artifactId>
     <version>0.1.0-SNAPSHOT</version>
@@ -28,6 +34,20 @@
     <name>Apache Twill</name>
     <url>http://twill.incubator.apache.org</url>
 
+    <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>
             <id>vinodkv</id>
@@ -95,14 +115,14 @@
         </developer>
         <developer>
             <name>Albert Shau</name>
-            <email>albert.shau@yahoo.com</email>
+            <email>ashau@apache.org</email>
             <roles>
                 <role>Committer</role>
             </roles>
         </developer>
         <developer>
             <name>Poorna Chandra</name>
-            <email>poornachandra@gmail.com</email>
+            <email>poorna@apache.org</email>
             <roles>
                 <role>Committer</role>
             </roles>