[weld-commits] Weld SVN: r5785 - wicket/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Feb 5 10:38:45 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-05 10:38:45 -0500 (Fri, 05 Feb 2010)
New Revision: 5785

Modified:
   wicket/trunk/pom.xml
Log:
add url/license

Modified: wicket/trunk/pom.xml
===================================================================
--- wicket/trunk/pom.xml	2010-02-05 15:30:27 UTC (rev 5784)
+++ wicket/trunk/pom.xml	2010-02-05 15:38:45 UTC (rev 5785)
@@ -21,12 +21,23 @@
          </roles>
       </developer>
    </developers>
+   
+   <url>http://www.seamframework.org/Weld</url>
+   <licenses>
+      <license>
+         <name>Apache License, Version 2.0</name>
+         <distribution>repo</distribution>
+         <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+      </license>
+   </licenses>
 
    <issueManagement>
       <system>JIRA</system>
       <url>https://jira.jboss.org/jira/browse/WELDX/component/12312752</url>
    </issueManagement>
 
+
+
    <properties>
       <weld.api.version>1.0-SP1</weld.api.version>
       <weld.core.version>1.0.1-CR2</weld.core.version>



More information about the weld-commits mailing list