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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Dec 16 23:48:01 EST 2009


Author: dan.j.allen
Date: 2009-12-16 23:48:01 -0500 (Wed, 16 Dec 2009)
New Revision: 5318

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:
[maven-release-plugin] prepare release 1.0.0-BETA1

Modified: archetypes/trunk/jsf/jee/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee/pom.xml	2009-12-17 04:44:17 UTC (rev 5317)
+++ archetypes/trunk/jsf/jee/pom.xml	2009-12-17 04:48:01 UTC (rev 5318)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.weld.archetypes</groupId>
       <artifactId>weld-archetype-parent</artifactId>
-      <version>1.0.0-BETA1-SNAPSHOT</version>
+      <version>1.0.0-BETA1</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 

Modified: archetypes/trunk/jsf/jee-minimal/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee-minimal/pom.xml	2009-12-17 04:44:17 UTC (rev 5317)
+++ archetypes/trunk/jsf/jee-minimal/pom.xml	2009-12-17 04:48:01 UTC (rev 5318)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.weld.archetypes</groupId>
       <artifactId>weld-archetype-parent</artifactId>
-      <version>1.0.0-BETA1-SNAPSHOT</version>
+      <version>1.0.0-BETA1</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 

Modified: archetypes/trunk/jsf/servlet-minimal/pom.xml
===================================================================
--- archetypes/trunk/jsf/servlet-minimal/pom.xml	2009-12-17 04:44:17 UTC (rev 5317)
+++ archetypes/trunk/jsf/servlet-minimal/pom.xml	2009-12-17 04:48:01 UTC (rev 5318)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.archetypes</groupId>
       <artifactId>weld-archetype-parent</artifactId>
-      <version>1.0.0-BETA1-SNAPSHOT</version>
+      <version>1.0.0-BETA1</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    

Modified: archetypes/trunk/pom.xml
===================================================================
--- archetypes/trunk/pom.xml	2009-12-17 04:44:17 UTC (rev 5317)
+++ archetypes/trunk/pom.xml	2009-12-17 04:48:01 UTC (rev 5318)
@@ -27,7 +27,7 @@
    </repositories>
    <groupId>org.jboss.weld.archetypes</groupId>
    <artifactId>weld-archetype-parent</artifactId>
-   <version>1.0.0-BETA1-SNAPSHOT</version>
+   <version>1.0.0-BETA1</version>
    <packaging>pom</packaging>
 
    <name>Weld Archetypes</name>
@@ -70,8 +70,8 @@
 
    <!-- SCM and distribution management -->
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetypes/trunk</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/archetypes/trunk</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/tags/1.0.0-BETA1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetypes/tags/1.0.0-BETA1</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/archetypes/tags/1.0.0-BETA1</url>
    </scm>
 </project>



More information about the weld-commits mailing list