[weld-commits] Weld SVN: r4500 - in api/trunk: bom and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Nov 1 09:05:01 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-01 09:05:01 -0500 (Sun, 01 Nov 2009)
New Revision: 4500

Modified:
   api/trunk/bom/pom.xml
   api/trunk/pom.xml
Log:
remove require release deps, it doesn't work well

Modified: api/trunk/bom/pom.xml
===================================================================
--- api/trunk/bom/pom.xml	2009-11-01 13:40:24 UTC (rev 4499)
+++ api/trunk/bom/pom.xml	2009-11-01 14:05:01 UTC (rev 4500)
@@ -223,4 +223,5 @@
 
       </dependencies>
    </dependencyManagement>
+   
 </project>

Modified: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml	2009-11-01 13:40:24 UTC (rev 4499)
+++ api/trunk/pom.xml	2009-11-01 14:05:01 UTC (rev 4500)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-api-build-aggregator</artifactId>
@@ -48,25 +49,6 @@
                <skip>true</skip>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-enforcer-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>enforce-no-snapshots</id>
-                  <goals>
-                     <goal>enforce</goal>
-                  </goals>
-                  <configuration>
-                     <rules>
-                        <requireReleaseDeps>
-                           <failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
-                        </requireReleaseDeps>
-                     </rules>
-                  </configuration>
-               </execution>
-            </executions>
-         </plugin>
       </plugins>
    </build>
 



More information about the weld-commits mailing list