Author: sboscarine
Date: 2009-11-28 11:26:20 -0500 (Sat, 28 Nov 2009)
New Revision: 5167
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-11-28 16:15:38 UTC (rev 5166)
+++ archetypes/trunk/jsf/jee/pom.xml 2009-11-28 16:26:20 UTC (rev 5167)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.archetypes</groupId>
<artifactId>weld-archetype-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: archetypes/trunk/jsf/jee-minimal/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee-minimal/pom.xml 2009-11-28 16:15:38 UTC (rev 5166)
+++ archetypes/trunk/jsf/jee-minimal/pom.xml 2009-11-28 16:26:20 UTC (rev 5167)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.archetypes</groupId>
<artifactId>weld-archetype-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: archetypes/trunk/jsf/servlet-minimal/pom.xml
===================================================================
--- archetypes/trunk/jsf/servlet-minimal/pom.xml 2009-11-28 16:15:38 UTC (rev 5166)
+++ archetypes/trunk/jsf/servlet-minimal/pom.xml 2009-11-28 16:26:20 UTC (rev 5167)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.weld.archetypes</groupId>
<artifactId>weld-archetype-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: archetypes/trunk/pom.xml
===================================================================
--- archetypes/trunk/pom.xml 2009-11-28 16:15:38 UTC (rev 5166)
+++ archetypes/trunk/pom.xml 2009-11-28 16:26:20 UTC (rev 5167)
@@ -2,19 +2,19 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
<version>7</version>
</parent>
-<repositories>
- <repository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
- <
url>http://repository.jboss.org/maven2</url>
- </repository>
+ <repositories>
<repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <
url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
<id>snapshots.jboss.org</id>
<name>JBoss Snapshots Repository</name>
<
url>http://snapshots.jboss.org/maven2</url>
@@ -26,17 +26,17 @@
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
-</repositories>
+ </repositories>
<groupId>org.jboss.weld.archetypes</groupId>
<artifactId>weld-archetype-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
<packaging>pom</packaging>
-
+
<name>Weld Archetypes</name>
<description>Aggregator and parent to all Weld Archetypes</description>
<
url>http://www.seamframework.org/Documentation/WeldQuickstartForMavenU...
-
-
+
+
<developers>
<developer>
<name>Steven Boscarine</name>
@@ -58,18 +58,17 @@
<url>http://in.relation.to/Bloggers/Pete</url>
</developer>
</developers>
-
+
<modules>
<module>jsf/servlet-minimal</module>
<module>jsf/jee-minimal</module>
<module>jsf/jee</module>
</modules>
-
+
<!-- SCM and distribution management -->
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/trun...
<
developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetype...
<
url>http://fisheye.jboss.org/browse/weld/archetypes/trunk</url>
</scm>
-
-</project>
+</project>
\ No newline at end of file