[webbeans-commits] Webbeans SVN: r2525 - in examples/trunk/se: numberguess and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Apr 19 17:50:38 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-19 17:50:38 -0400 (Sun, 19 Apr 2009)
New Revision: 2525

Modified:
   examples/trunk/se/hello-world/pom.xml
   examples/trunk/se/numberguess/pom.xml
Log:
rename se-module

Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml	2009-04-19 21:50:24 UTC (rev 2524)
+++ examples/trunk/se/hello-world/pom.xml	2009-04-19 21:50:38 UTC (rev 2525)
@@ -77,7 +77,7 @@
     <dependencies>
         <dependency>
             <groupId>org.jboss.webbeans</groupId>
-            <artifactId>se-module</artifactId>
+            <artifactId>webbeans-se</artifactId>
         </dependency>
     </dependencies>
 

Modified: examples/trunk/se/numberguess/pom.xml
===================================================================
--- examples/trunk/se/numberguess/pom.xml	2009-04-19 21:50:24 UTC (rev 2524)
+++ examples/trunk/se/numberguess/pom.xml	2009-04-19 21:50:38 UTC (rev 2525)
@@ -14,7 +14,7 @@
     <dependencies>
         <dependency>
             <groupId>org.jboss.webbeans</groupId>
-            <artifactId>se-module</artifactId>
+            <artifactId>webbeans-se</artifactId>
         </dependency>
     </dependencies>
     




More information about the weld-commits mailing list