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

svn commit: r1205773 - /maven/archetypes/trunk/pom.xml

Author: olamy
Date: Thu Nov 24 10:07:01 2011
New Revision: 1205773

URL: http://svn.apache.org/viewvc?rev=1205773&view=rev
Log:
use archetype release 2.2

Modified:
    maven/archetypes/trunk/pom.xml

Modified: maven/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/pom.xml?rev=1205773&r1=1205772&r2=1205773&view=diff
==============================================================================
--- maven/archetypes/trunk/pom.xml (original)
+++ maven/archetypes/trunk/pom.xml Thu Nov 24 10:07:01 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2</version>
   </parent>
 
   <groupId>org.apache.maven.archetypes</groupId>
@@ -65,7 +65,7 @@ under the License.
       <extension>
         <groupId>org.apache.maven.archetype</groupId>
         <artifactId>archetype-packaging</artifactId>
-        <version>2.2-SNAPSHOT</version>
+        <version>2.2</version>
       </extension>
     </extensions>
     <pluginManagement>
@@ -73,7 +73,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.2-SNAPSHOT</version>
+          <version>2.2</version>
         </plugin>
       </plugins>
     </pluginManagement>