Author: bodewig
Date: Fri Aug 12 03:58:18 2011
New Revision: 1156957

URL: http://svn.apache.org/viewvc?rev=1156957&view=rev
Log:
add license and organization to POM

Modified:
    ant/antlibs/antunit/trunk/project-template.pom

Modified: ant/antlibs/antunit/trunk/project-template.pom
URL: 
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/project-template.pom?rev=1156957&r1=1156956&r2=1156957&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/project-template.pom (original)
+++ ant/antlibs/antunit/trunk/project-template.pom Fri Aug 12 03:58:18 2011
@@ -25,6 +25,17 @@
   <artifactId>ant-antunit</artifactId>
   <packaging>jar</packaging>
   <version>${artifact.version}</version>
+  <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>
+    </license>
+  </licenses>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
 
   <!--
      Test doesn't work from maven, you have to fight with tricky classpath


Reply via email to