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/10/29 23:46:17 UTC

svn commit: r1195047 - in /maven/archetypes/trunk: maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype-metadata.xml maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype.xml pom.xml

Author: olamy
Date: Sat Oct 29 21:46:17 2011
New Revision: 1195047

URL: http://svn.apache.org/viewvc?rev=1195047&view=rev
Log:
test with archetype 2.2-SNAPSHOT fix file name

Added:
    maven/archetypes/trunk/maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype-metadata.xml
      - copied unchanged from r1195046, maven/archetypes/trunk/maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype.xml
Removed:
    maven/archetypes/trunk/maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype.xml
Modified:
    maven/archetypes/trunk/pom.xml

Modified: maven/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/pom.xml?rev=1195047&r1=1195046&r2=1195047&view=diff
==============================================================================
--- maven/archetypes/trunk/pom.xml (original)
+++ maven/archetypes/trunk/pom.xml Sat Oct 29 21:46:17 2011
@@ -65,14 +65,15 @@ under the License.
       <extension>
         <groupId>org.apache.maven.archetype</groupId>
         <artifactId>archetype-packaging</artifactId>
-        <version>2.0</version>
+        <version>2.2-SNAPSHOT</version>
       </extension>
     </extensions>
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.0</version>
+          <version>2.2-SNAPSHOT</version>
         </plugin>
       </plugins>
     </pluginManagement>