[weld-commits] Weld SVN: r4043 - examples/trunk/se/numberguess.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Oct 14 10:30:33 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-14 10:30:33 -0400 (Wed, 14 Oct 2009)
New Revision: 4043

Modified:
   examples/trunk/se/numberguess/pom.xml
Log:
Forgot plugin version in parent, workaround

Modified: examples/trunk/se/numberguess/pom.xml
===================================================================
--- examples/trunk/se/numberguess/pom.xml	2009-10-14 14:28:48 UTC (rev 4042)
+++ examples/trunk/se/numberguess/pom.xml	2009-10-14 14:30:33 UTC (rev 4043)
@@ -67,6 +67,7 @@
                   </executions>
                   <groupId>org.codehaus.mojo</groupId>
                   <artifactId>exec-maven-plugin</artifactId>
+                  <version>1.1.1</version>
                   <configuration>
                      <mainClass>org.jboss.weld.environment.se.StartMain</mainClass>
                   </configuration>



More information about the weld-commits mailing list