You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2011/11/08 02:02:03 UTC

svn commit: r1199037 - /turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml

Author: tv
Date: Tue Nov  8 01:02:02 2011
New Revision: 1199037

URL: http://svn.apache.org/viewvc?rev=1199037&view=rev
Log:
change artifact id and version to allow for separate 4.0 version

Modified:
    turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml

Modified: turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml?rev=1199037&r1=1199036&r2=1199037&view=diff
==============================================================================
--- turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml (original)
+++ turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml Tue Nov  8 01:02:02 2011
@@ -22,8 +22,8 @@
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.turbine</groupId>
-  <artifactId>turbine-webapp</artifactId>
-  <version>2.3.3-SNAPSHOT</version>
+  <artifactId>turbine-webapp-2.3.3</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>Archetype - turbine-webapp</name>