[weld-commits] Weld SVN: r5320 - 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:23 EST 2009
Author: dan.j.allen
Date: 2009-12-16 23:48:23 -0500 (Wed, 16 Dec 2009)
New Revision: 5320
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 for next development iteration
Modified: archetypes/trunk/jsf/jee/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee/pom.xml 2009-12-17 04:48:15 UTC (rev 5319)
+++ archetypes/trunk/jsf/jee/pom.xml 2009-12-17 04:48:23 UTC (rev 5320)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld.archetypes</groupId>
<artifactId>weld-archetype-parent</artifactId>
- <version>1.0.0-BETA1</version>
+ <version>1.0.0-SNAPSHOT</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:48:15 UTC (rev 5319)
+++ archetypes/trunk/jsf/jee-minimal/pom.xml 2009-12-17 04:48:23 UTC (rev 5320)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld.archetypes</groupId>
<artifactId>weld-archetype-parent</artifactId>
- <version>1.0.0-BETA1</version>
+ <version>1.0.0-SNAPSHOT</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:48:15 UTC (rev 5319)
+++ archetypes/trunk/jsf/servlet-minimal/pom.xml 2009-12-17 04:48:23 UTC (rev 5320)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.archetypes</groupId>
<artifactId>weld-archetype-parent</artifactId>
- <version>1.0.0-BETA1</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: archetypes/trunk/pom.xml
===================================================================
--- archetypes/trunk/pom.xml 2009-12-17 04:48:15 UTC (rev 5319)
+++ archetypes/trunk/pom.xml 2009-12-17 04:48:23 UTC (rev 5320)
@@ -27,7 +27,7 @@
</repositories>
<groupId>org.jboss.weld.archetypes</groupId>
<artifactId>weld-archetype-parent</artifactId>
- <version>1.0.0-BETA1</version>
+ <version>1.0.0-SNAPSHOT</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/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>
+ <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>
</scm>
</project>
More information about the weld-commits
mailing list