[weld-commits] Weld SVN: r5185 - in archetypes/trunk: jsf/jee and 2 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Dec 1 10:51:23 EST 2009


Author: sboscarine
Date: 2009-12-01 10:51:23 -0500 (Tue, 01 Dec 2009)
New Revision: 5185

Modified:
   archetypes/trunk/jsf/jee-minimal/pom.xml
   archetypes/trunk/jsf/jee/pom.xml
   archetypes/trunk/jsf/servlet-minimal/pom.xml
   archetypes/trunk/pom.xml
Log:
updated version number


Modified: archetypes/trunk/jsf/jee/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee/pom.xml	2009-12-01 13:51:33 UTC (rev 5184)
+++ archetypes/trunk/jsf/jee/pom.xml	2009-12-01 15:51:23 UTC (rev 5185)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.weld.archetypes</groupId>
       <artifactId>weld-archetype-parent</artifactId>
-      <version>0.0.2-SNAPSHOT</version>
+      <version>1.0.0-BETA-SNAPSHOT</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 

Modified: archetypes/trunk/jsf/jee-minimal/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee-minimal/pom.xml	2009-12-01 13:51:33 UTC (rev 5184)
+++ archetypes/trunk/jsf/jee-minimal/pom.xml	2009-12-01 15:51:23 UTC (rev 5185)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.weld.archetypes</groupId>
       <artifactId>weld-archetype-parent</artifactId>
-      <version>0.0.2-SNAPSHOT</version>
+      <version>1.0.0-BETA-SNAPSHOT</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 

Modified: archetypes/trunk/jsf/servlet-minimal/pom.xml
===================================================================
--- archetypes/trunk/jsf/servlet-minimal/pom.xml	2009-12-01 13:51:33 UTC (rev 5184)
+++ archetypes/trunk/jsf/servlet-minimal/pom.xml	2009-12-01 15:51:23 UTC (rev 5185)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.archetypes</groupId>
       <artifactId>weld-archetype-parent</artifactId>
-      <version>0.0.2-SNAPSHOT</version>
+      <version>1.0.0-BETA-SNAPSHOT</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    

Modified: archetypes/trunk/pom.xml
===================================================================
--- archetypes/trunk/pom.xml	2009-12-01 13:51:33 UTC (rev 5184)
+++ archetypes/trunk/pom.xml	2009-12-01 15:51:23 UTC (rev 5185)
@@ -27,7 +27,7 @@
    </repositories>
    <groupId>org.jboss.weld.archetypes</groupId>
    <artifactId>weld-archetype-parent</artifactId>
-   <version>0.0.2-SNAPSHOT</version>
+   <version>1.0.0-BETA-SNAPSHOT</version>
    <packaging>pom</packaging>
 
    <name>Weld Archetypes</name>



More information about the weld-commits mailing list