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 2012/07/02 10:41:15 UTC

svn commit: r1356110 - /maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml

Author: olamy
Date: Mon Jul  2 08:41:14 2012
New Revision: 1356110

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

Modified:
    maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml

Modified: maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml?rev=1356110&r1=1356109&r2=1356110&view=diff
==============================================================================
--- maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml (original)
+++ maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml Mon Jul  2 08:41:14 2012
@@ -25,7 +25,8 @@ under the License.
   <parent>
     <groupId>org.apache.apache.resources</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
+    <relativePath>../apache-resource-bundles/pom.xml</relativePath>
   </parent>
   
   <artifactId>apache-source-release-assembly-descriptor</artifactId>