[weld-commits] Weld SVN: r5738 - in api/trunk: cdi and 2 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Feb 4 14:13:07 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-04 14:13:07 -0500 (Thu, 04 Feb 2010)
New Revision: 5738

Modified:
   api/trunk/bom/pom.xml
   api/trunk/cdi/pom.xml
   api/trunk/weld-spi/pom.xml
   api/trunk/weld/pom.xml
Log:
add license and url

Modified: api/trunk/bom/pom.xml
===================================================================
--- api/trunk/bom/pom.xml	2010-02-04 19:11:32 UTC (rev 5737)
+++ api/trunk/bom/pom.xml	2010-02-04 19:13:07 UTC (rev 5738)
@@ -14,10 +14,10 @@
    <name>Weld and CDI APIs BOM</name>
 
    <!-- Minimal project metadata, for more see parent/pom.xml -->
-   <url>http://www.seamframework.org/Weld</url>
 
    <description>Weld and CDI APIs "bill of materials" which can be imported by any project using the Weld implementation of CDI. It provides dependency management for the developer APIs and SPIs, as well as container integrator SPIs</description>
 
+   <url>http://www.seamframework.org/Weld</url>
    <licenses>
       <license>
          <name>Apache License, Version 2.0</name>

Modified: api/trunk/cdi/pom.xml
===================================================================
--- api/trunk/cdi/pom.xml	2010-02-04 19:11:32 UTC (rev 5737)
+++ api/trunk/cdi/pom.xml	2010-02-04 19:13:07 UTC (rev 5738)
@@ -15,6 +15,16 @@
    <name>CDI APIs</name>
    <description>APIs for JSR-299: Contexts and Dependency Injection for Java EE</description>
 
+   <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>
+
+
    <dependencies>
       <dependency>
          <groupId>javax.el</groupId>

Modified: api/trunk/weld/pom.xml
===================================================================
--- api/trunk/weld/pom.xml	2010-02-04 19:11:32 UTC (rev 5737)
+++ api/trunk/weld/pom.xml	2010-02-04 19:13:07 UTC (rev 5738)
@@ -10,6 +10,15 @@
    <artifactId>weld-api</artifactId>
    <name>Weld APIs</name>
    <description>Weld specifc extensions to the CDI API</description>
+   <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>
+
    <dependencies>
 
       <dependency>

Modified: api/trunk/weld-spi/pom.xml
===================================================================
--- api/trunk/weld-spi/pom.xml	2010-02-04 19:11:32 UTC (rev 5737)
+++ api/trunk/weld-spi/pom.xml	2010-02-04 19:13:07 UTC (rev 5738)
@@ -9,6 +9,15 @@
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-spi</artifactId>
    <name>Weld SPIs for container integration</name>
+   <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>
+
    <dependencies>
 
       <dependency>



More information about the weld-commits mailing list