[webbeans-commits] Webbeans SVN: r3735 - 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:18:11 EDT 2009


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

Modified:
   examples/trunk/se/hello-world/pom.xml
   examples/trunk/se/numberguess/pom.xml
Log:
new group id

Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml	2009-09-22 15:17:52 UTC (rev 3734)
+++ examples/trunk/se/hello-world/pom.xml	2009-09-22 15:18:11 UTC (rev 3735)
@@ -7,7 +7,7 @@
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.jboss.webbeans.examples</groupId>
+    <groupId>org.jboss.webbeans.examples.se</groupId>
     <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:17:52 UTC (rev 3734)
+++ examples/trunk/se/numberguess/pom.xml	2009-09-22 15:18:11 UTC (rev 3735)
@@ -7,7 +7,7 @@
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.jboss.webbeans.examples</groupId>
+    <groupId>org.jboss.webbeans.examples.se</groupId>
     <artifactId>webbeans-se-numberguess</artifactId>
     <packaging>jar</packaging>
     <name>Number Guess SE</name>




More information about the weld-commits mailing list