[webbeans-commits] Webbeans SVN: r1855 - tck/tags/1.0.0.ALPHA2.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Mar 8 20:21:34 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-08 20:21:33 -0400 (Sun, 08 Mar 2009)
New Revision: 1855

Modified:
   tck/tags/1.0.0.ALPHA2/pom.xml
Log:
fix pom

Modified: tck/tags/1.0.0.ALPHA2/pom.xml
===================================================================
--- tck/tags/1.0.0.ALPHA2/pom.xml	2009-03-09 00:18:36 UTC (rev 1854)
+++ tck/tags/1.0.0.ALPHA2/pom.xml	2009-03-09 00:21:33 UTC (rev 1855)
@@ -268,6 +268,11 @@
                <artifactId>exec-maven-plugin</artifactId>
                <version>1.1</version>
             </plugin>
+<plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>exec-maven-plugin</artifactId>
+               <version>1.1</version>
+            </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-enforcer-plugin</artifactId>




More information about the weld-commits mailing list