You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/02 19:47:32 UTC

svn commit: r1742015 - in /maven/pom/trunk/maven: apache-resource-bundles/pom.xml pom.xml

Author: hboutemy
Date: Mon May  2 17:47:17 2016
New Revision: 1742015

URL: http://svn.apache.org/viewvc?rev=1742015&view=rev
Log:
finished the move of apache-resource-bundles

Modified:
    maven/pom/trunk/maven/apache-resource-bundles/pom.xml
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/apache-resource-bundles/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/apache-resource-bundles/pom.xml?rev=1742015&r1=1742014&r2=1742015&view=diff
==============================================================================
--- maven/pom/trunk/maven/apache-resource-bundles/pom.xml (original)
+++ maven/pom/trunk/maven/apache-resource-bundles/pom.xml Mon May  2 17:47:17 2016
@@ -25,13 +25,12 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>26</version>
-    <relativePath>../../pom/maven/pom.xml</relativePath>
+    <version>30-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.apache.resources</groupId>
   <artifactId>apache-resource-bundles</artifactId>
-  <version>6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Resource Bundles</name>

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1742015&r1=1742014&r2=1742015&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon May  2 17:47:17 2016
@@ -812,6 +812,7 @@ under the License.
     <module>maven-shared-components</module>
     <module>maven-skins</module>
     <module>doxia-tools</module>
+    <module>apache-resource-bundles</module>
   </modules>
 
   <scm>