Author: dkulp
Date: Mon Mar  5 08:27:44 2007
New Revision: 514721

URL: http://svn.apache.org/viewvc?view=rev&rev=514721
Log:
Updates to be able to use the new release tools


Modified:
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml
    maven/resources/trunk/apache-jar-resource-bundle/pom.xml
    maven/resources/trunk/pom.xml

Modified: 
maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml?view=diff&rev=514721&r1=514720&r2=514721
==============================================================================
--- maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml 
(original)
+++ maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml 
Mon Mar  5 08:27:44 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <artifactId>apache-incubator-disclaimer-resource-bundle</artifactId>
   <name>Apache Incubator Disclaimer Resource Bundle</name>

Modified: maven/resources/trunk/apache-jar-resource-bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/pom.xml?view=diff&rev=514721&r1=514720&r2=514721
==============================================================================
--- maven/resources/trunk/apache-jar-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-jar-resource-bundle/pom.xml Mon Mar  5 
08:27:44 2007
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <artifactId>apache-jar-resource-bundle</artifactId>
   <name>Apache JAR Resource Bundle</name>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.2-SNAPSHOT</version>
   <inceptionYear>2006</inceptionYear>
   <description>
     An archive which contains templates for generating the necessary license 
files and notices for all Apache releases.

Modified: maven/resources/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?view=diff&rev=514721&r1=514720&r2=514721
==============================================================================
--- maven/resources/trunk/pom.xml (original)
+++ maven/resources/trunk/pom.xml Mon Mar  5 08:27:44 2007
@@ -2,12 +2,13 @@
 <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";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>3</version>
-    <relativePath>../asf/pom.xml</relativePath>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>5</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <packaging>pom</packaging>
+  <groupId>org.apache</groupId>
   <artifactId>apache-resource-bundles</artifactId>
   <name>Apache Resource Bundles</name>
   <version>2-SNAPSHOT</version>


Reply via email to