Author: jvanzyl
Date: Thu Feb  2 06:53:18 2006
New Revision: 374403

URL: http://svn.apache.org/viewcvs?rev=374403&view=rev
Log:
o take the -dev out of the version, redundant given the SNAPSHOT being there.

Modified:
    maven/archetype/trunk/maven-archetypes/maven-archetype-portlet/pom.xml

Modified: maven/archetype/trunk/maven-archetypes/maven-archetype-portlet/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/archetype/trunk/maven-archetypes/maven-archetype-portlet/pom.xml?rev=374403&r1=374402&r2=374403&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetypes/maven-archetype-portlet/pom.xml 
(original)
+++ maven/archetype/trunk/maven-archetypes/maven-archetype-portlet/pom.xml Thu 
Feb  2 06:53:18 2006
@@ -6,7 +6,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-archetype-portlet</artifactId>
-  <version>1.0-dev-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
 </project>
 <project>
   <parent>
@@ -17,4 +17,4 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-archetype-portlet</artifactId>
   <version>1.0-dev-SNAPSHOT</version>
-</project>
\ No newline at end of file
+</project>


Reply via email to