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 2012/09/23 15:02:14 UTC

svn commit: r1389043 - /maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml

Author: dennisl
Date: Sun Sep 23 13:02:14 2012
New Revision: 1389043

URL: http://svn.apache.org/viewvc?rev=1389043&view=rev
Log:
Inherit plugin versions from parent.

Modified:
    maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml?rev=1389043&r1=1389042&r2=1389043&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml Sun Sep 23 13:02:14 2012
@@ -239,7 +239,6 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jxr-plugin</artifactId>
-            <version>2.3</version>
             <reportSets>
               <reportSet>
                 <id>non-aggregate</id>
@@ -258,7 +257,6 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.8</version>
             <reportSets>
               <reportSet>
                 <id>non-aggregate</id>
@@ -277,7 +275,6 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
-            <version>2.4</version>
            </plugin>
         </plugins>
       </reporting>