You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/10/28 00:03:46 UTC

svn commit: r589225 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: dennisl
Date: Sat Oct 27 15:03:46 2007
New Revision: 589225

URL: http://svn.apache.org/viewvc?rev=589225&view=rev
Log:
o Use latest parent.

Modified:
    maven/plugins/trunk/maven-source-plugin/pom.xml

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=589225&r1=589224&r2=589225&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Sat Oct 27 15:03:46 2007
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>8</version>
+    <version>10</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-source-plugin</artifactId>