You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by dd...@apache.org on 2007/01/26 15:22:02 UTC

svn commit: r500258 - /tiles/maven/trunk/pom/pom.xml

Author: ddewolf
Date: Fri Jan 26 06:22:01 2007
New Revision: 500258

URL: http://svn.apache.org/viewvc?view=rev&rev=500258
Log:
Moving as much global info as possible to master pom

Modified:
    tiles/maven/trunk/pom/pom.xml

Modified: tiles/maven/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/tiles/maven/trunk/pom/pom.xml?view=diff&rev=500258&r1=500257&r2=500258
==============================================================================
--- tiles/maven/trunk/pom/pom.xml (original)
+++ tiles/maven/trunk/pom/pom.xml Fri Jan 26 06:22:01 2007
@@ -43,6 +43,25 @@
    <url>http://tiles.apache.org/</url>
    <inceptionYear>2006</inceptionYear>
 
+    <organization>
+        <name>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/>
+        </license>
+    </licenses>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://issues.apache.org/tiles/</url>
+    </issueManagement>
+
     <distributionManagement>
         <repository>
             <id>tiles-staging</id>