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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Mar 8 20:25:54 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-08 20:25:52 -0400 (Sun, 08 Mar 2009)
New Revision: 1856

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:21:33 UTC (rev 1855)
+++ tck/tags/1.0.0.ALPHA2/pom.xml	2009-03-09 00:25:52 UTC (rev 1856)
@@ -268,10 +268,10 @@
                <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>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-javadoc-plugin</artifactId>
+               <version>2.4</version>
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>




More information about the weld-commits mailing list