[weld-commits] Weld SVN: r6256 - in core/trunk: impl and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu May 20 08:44:12 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-20 08:44:12 -0400 (Thu, 20 May 2010)
New Revision: 6256

Modified:
   core/trunk/impl/pom.xml
   core/trunk/pom.xml
Log:
workaround bug in maven

Modified: core/trunk/impl/pom.xml
===================================================================
--- core/trunk/impl/pom.xml	2010-05-20 12:38:45 UTC (rev 6255)
+++ core/trunk/impl/pom.xml	2010-05-20 12:44:12 UTC (rev 6256)
@@ -128,6 +128,7 @@
          <plugin>
             <groupId>ch.qos.cal10n.plugins</groupId>
             <artifactId>maven-cal10n-plugin</artifactId>
+            <version>0.7.2</version>
             <executions>
                <execution>
                   <id>verify-messages</id>

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2010-05-20 12:38:45 UTC (rev 6255)
+++ core/trunk/pom.xml	2010-05-20 12:44:12 UTC (rev 6256)
@@ -28,6 +28,7 @@
          <groupId>org.jboss.weld</groupId>
          <artifactId>weld-api-bom</artifactId>
          <version>1.0-SNAPSHOT</version>
+         <type>pom</type>
       </dependency>
    </dependencies>
 



More information about the weld-commits mailing list