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/04/14 01:16:30 UTC

svn commit: r1326004 - /maven/shared/trunk/maven-filtering/pom.xml

Author: olamy
Date: Fri Apr 13 23:16:30 2012
New Revision: 1326004

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

Modified:
    maven/shared/trunk/maven-filtering/pom.xml

Modified: maven/shared/trunk/maven-filtering/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/pom.xml?rev=1326004&r1=1326003&r2=1326004&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/pom.xml (original)
+++ maven/shared/trunk/maven-filtering/pom.xml Fri Apr 13 23:16:30 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>16</version>
+    <version>17</version>
     <relativePath>../maven-shared-components/pom.xml</relativePath>
   </parent>