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 2009/02/14 02:13:39 UTC

svn commit: r744337 - /maven/shared/trunk/maven-reporting-impl/pom.xml

Author: brianf
Date: Sat Feb 14 01:13:39 2009
New Revision: 744337

URL: http://svn.apache.org/viewvc?rev=744337&view=rev
Log:
use the new parent

Modified:
    maven/shared/trunk/maven-reporting-impl/pom.xml

Modified: maven/shared/trunk/maven-reporting-impl/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/pom.xml?rev=744337&r1=744336&r2=744337&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-impl/pom.xml Sat Feb 14 01:13:39 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>10</version>
+    <version>11-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.reporting</groupId>