You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/06/25 18:38:03 UTC

svn commit: r417030 - /myfaces/maven/trunk/jsfcomponents-archetype/pom.xml

Author: baranda
Date: Sun Jun 25 09:38:03 2006
New Revision: 417030

URL: http://svn.apache.org/viewvc?rev=417030&view=rev
Log:
Reverted numberation of the jsfcomponents archetype to from 1.0.1-SNAPSHOT to 1.0-SNAPSHOT. While using snapshots I think it make no sense to change the build number...

Modified:
    myfaces/maven/trunk/jsfcomponents-archetype/pom.xml

Modified: myfaces/maven/trunk/jsfcomponents-archetype/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/jsfcomponents-archetype/pom.xml?rev=417030&r1=417029&r2=417030&view=diff
==============================================================================
--- myfaces/maven/trunk/jsfcomponents-archetype/pom.xml (original)
+++ myfaces/maven/trunk/jsfcomponents-archetype/pom.xml Sun Jun 25 09:38:03 2006
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>jsfcomponents-archetype</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <name>JSF Components Library Archetype</name>
     <description>Archetype to ease the burden of creating a library of JSF components</description>