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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Sep 22 11:04:32 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-09-22 11:04:31 -0400 (Tue, 22 Sep 2009)
New Revision: 3732

Modified:
   examples/trunk/se/hello-world/pom.xml
   examples/trunk/se/numberguess/pom.xml
Log:
Consistent artifact id

Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml	2009-09-22 15:03:48 UTC (rev 3731)
+++ examples/trunk/se/hello-world/pom.xml	2009-09-22 15:04:31 UTC (rev 3732)
@@ -8,7 +8,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.webbeans.examples</groupId>
-    <artifactId>hello-world-se</artifactId>
+    <artifactId>webbeans-se-hello-world</artifactId>
     <packaging>jar</packaging>
     <name>Hello World SE</name>
     

Modified: examples/trunk/se/numberguess/pom.xml
===================================================================
--- examples/trunk/se/numberguess/pom.xml	2009-09-22 15:03:48 UTC (rev 3731)
+++ examples/trunk/se/numberguess/pom.xml	2009-09-22 15:04:31 UTC (rev 3732)
@@ -8,7 +8,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.webbeans.examples</groupId>
-    <artifactId>webbeans-numberguess-se</artifactId>
+    <artifactId>webbeans-se-numberguess</artifactId>
     <packaging>jar</packaging>
     <name>Number Guess SE</name>
 




More information about the weld-commits mailing list