[weld-commits] Weld SVN: r5790 - in servlet/trunk: build and 3 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Feb 5 10:49:42 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-05 10:49:42 -0500 (Fri, 05 Feb 2010)
New Revision: 5790

Modified:
   servlet/trunk/build/pom.xml
   servlet/trunk/int/pom.xml
   servlet/trunk/pom.xml
   servlet/trunk/support/pom.xml
   servlet/trunk/tests/pom.xml
Log:
cleanup poms, update parent

Modified: servlet/trunk/build/pom.xml
===================================================================
--- servlet/trunk/build/pom.xml	2010-02-05 15:45:55 UTC (rev 5789)
+++ servlet/trunk/build/pom.xml	2010-02-05 15:49:42 UTC (rev 5790)
@@ -12,7 +12,14 @@
    <packaging>jar</packaging>
    <name>Weld Servlet module</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>

Modified: servlet/trunk/int/pom.xml
===================================================================
--- servlet/trunk/int/pom.xml	2010-02-05 15:45:55 UTC (rev 5789)
+++ servlet/trunk/int/pom.xml	2010-02-05 15:49:42 UTC (rev 5790)
@@ -14,7 +14,14 @@
    <packaging>jar</packaging>
    <name>Weld Servlet 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>
          <groupId>org.testng</groupId>

Modified: servlet/trunk/pom.xml
===================================================================
--- servlet/trunk/pom.xml	2010-02-05 15:45:55 UTC (rev 5789)
+++ servlet/trunk/pom.xml	2010-02-05 15:49:42 UTC (rev 5790)
@@ -8,11 +8,18 @@
    <parent>
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-parent</artifactId>
-      <version>8</version>
+      <version>9</version>
   </parent>
 
    <name>Weld Servlet support build aggregator</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>
    
    <modules>
       <module>int</module>
@@ -66,29 +73,6 @@
    <!-- Dependency management, including extra repositories if needed -->
    <repositories>
       <repository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Release Repository</name>
-         <url>http://repository.jboss.org/maven2</url>
-         <releases>
-            <enabled>true</enabled>
-         </releases>
-         <snapshots>
-            <enabled>false</enabled>
-         </snapshots>
-      </repository>
-      <repository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshots Repository</name>
-         <url>http://snapshots.jboss.org/maven2</url>
-         <releases>
-            <enabled>false</enabled>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-      <repository>
         <id>oss.sonatype.org/jboss-snapshots</id>
         <name>JBoss (Nexus) Snapshots Repository</name>
         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>

Modified: servlet/trunk/support/pom.xml
===================================================================
--- servlet/trunk/support/pom.xml	2010-02-05 15:45:55 UTC (rev 5789)
+++ servlet/trunk/support/pom.xml	2010-02-05 15:49:42 UTC (rev 5790)
@@ -12,6 +12,13 @@
    <packaging>jar</packaging>
    <name>Weld Servlet Integration: Tomcat Support</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>

Modified: servlet/trunk/tests/pom.xml
===================================================================
--- servlet/trunk/tests/pom.xml	2010-02-05 15:45:55 UTC (rev 5789)
+++ servlet/trunk/tests/pom.xml	2010-02-05 15:49:42 UTC (rev 5790)
@@ -11,6 +11,13 @@
    <packaging>jar</packaging>
    <name>Weld Servlet Integration Tests</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