You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/05/25 07:19:59 UTC

svn commit: r541547 - /maven/archetype/trunk/maven-archetype-bundles/pom.xml

Author: brett
Date: Thu May 24 22:19:56 2007
New Revision: 541547

URL: http://svn.apache.org/viewvc?view=rev&rev=541547
Log:
use released parent

Modified:
    maven/archetype/trunk/maven-archetype-bundles/pom.xml

Modified: maven/archetype/trunk/maven-archetype-bundles/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/pom.xml?view=diff&rev=541547&r1=541546&r2=541547
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/pom.xml Thu May 24 22:19:56 2007
@@ -19,13 +19,11 @@
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>maven-archetype-parent</artifactId>
     <groupId>org.apache.maven.archetype</groupId>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.archetypes</groupId>