[webbeans-commits] Webbeans SVN: r488 - ri/trunk/examples.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Dec 9 02:20:29 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-09 02:20:29 -0500 (Tue, 09 Dec 2008)
New Revision: 488

Modified:
   ri/trunk/examples/pom.xml
Log:
rename to numberguess

Modified: ri/trunk/examples/pom.xml
===================================================================
--- ri/trunk/examples/pom.xml	2008-12-08 22:44:28 UTC (rev 487)
+++ ri/trunk/examples/pom.xml	2008-12-09 07:20:29 UTC (rev 488)
@@ -18,7 +18,7 @@
    </description>
 
    <modules>
-      <module>webbeans-pizzashack</module>
+      <module>webbeans-numberguess</module>
    </modules>
    
    <profiles>
@@ -29,7 +29,7 @@
             </property>
          </activation>
          <build>
-            <finalName>webbeans-pizzashack</finalName>
+            <finalName>webbeans-numberguess</finalName>
             <plugins>
                <plugin>
                   <groupId>org.apache.maven.plugins</groupId>




More information about the weld-commits mailing list