[webbeans-commits] Webbeans SVN: r1748 - examples/trunk/se/hello-world.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Mar 1 15:31:32 EST 2009


Author: peteroyle
Date: 2009-03-01 15:31:32 -0500 (Sun, 01 Mar 2009)
New Revision: 1748

Modified:
   examples/trunk/se/hello-world/pom.xml
Log:
Changed version of se-module from 1.0-SNAPSHOT to 1.0.0-SNAPSHOT.

Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml	2009-03-01 20:30:48 UTC (rev 1747)
+++ examples/trunk/se/hello-world/pom.xml	2009-03-01 20:31:32 UTC (rev 1748)
@@ -8,6 +8,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.webbeans</groupId>
     <artifactId>hello-world-se</artifactId>
+    <packaging>jar</packaging>
     <name>Hello World SE</name>
     <url>http://maven.apache.org</url>
 
@@ -99,7 +100,7 @@
         <dependency>
             <groupId>org.jboss.webbeans</groupId>
             <artifactId>se-module</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>




More information about the weld-commits mailing list