You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/13 19:41:11 UTC

svn commit: r1300281 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: sebb
Date: Tue Mar 13 18:41:11 2012
New Revision: 1300281

URL: http://svn.apache.org/viewvc?rev=1300281&view=rev
Log:
Need to add clirr to pluginManagement for stand-alone usage and to override Apache pom version

Modified:
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1300281&r1=1300280&r2=1300281&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Mar 13 18:41:11 2012
@@ -37,7 +37,8 @@
 <!--
 Version 25:
   Updated various plugin versions:
-    clirr-maven-plugin: 2.3 => 2.4            
+    clirr-maven-plugin: 2.3 => 2.4; 
+    clirr added to pluginManagement so can override the version from Apache POM          
 
 For full details see:
 http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-25/RELEASE-NOTES.txt
@@ -332,6 +333,14 @@ http://svn.apache.org/repos/asf/commons/
           <artifactId>buildnumber-maven-plugin</artifactId>
           <version>1.0</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <version>${commons.clirr.version}</version>
+          <configuration>
+            <minSeverity>${minSeverity}</minSeverity>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1300281&r1=1300280&r2=1300281&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Mar 13 18:41:11 2012
@@ -60,6 +60,7 @@ The <action> type attribute can be add,u
             <action type="update">
             Updated various plugin versions:
             clirr-maven-plugin: 2.3 => 2.4   
+            clirr added to pluginManagement so can override the version from Apache POM          
             </action>
         </release>
         <release version="24" date="2012-03-13" description="Update and add plugins">