You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/09/29 16:46:27 UTC

svn commit: r1527330 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Sun Sep 29 14:46:27 2013
New Revision: 1527330

URL: http://svn.apache.org/r1527330
Log:
Declare the version of the apache-rat-plugin in a pluginManagement section so that the effective POM refers to a single RAT version (the Apache super POM refers to an older version).

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1527330&r1=1527329&r2=1527330&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Sep 29 14:46:27 2013
@@ -505,6 +505,11 @@
                     <artifactId>maven-antrun-plugin</artifactId>
                     <version>1.7</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.rat</groupId>
+                    <artifactId>apache-rat-plugin</artifactId>
+                    <version>0.10</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
@@ -694,7 +699,6 @@
                     <plugin>
                         <groupId>org.apache.rat</groupId>
                         <artifactId>apache-rat-plugin</artifactId>
-                        <version>0.10</version>
                         <executions>
                             <execution>
                                 <phase>verify</phase>