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 2016/04/16 11:12:53 UTC

svn commit: r1739434 - /commons/proper/commons-parent/trunk/pom.xml

Author: sebb
Date: Sat Apr 16 09:12:52 2016
New Revision: 1739434

URL: http://svn.apache.org/viewvc?rev=1739434&view=rev
Log:
Bump commons-build plugin version; use property for its version

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

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1739434&r1=1739433&r2=1739434&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Apr 16 09:12:52 2016
@@ -33,7 +33,7 @@
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
 
 <!--
-Versions 40:
+Version 40:
 
 - Update parent: 16 -> 17
 - maven-release-plugin 2.5.2 -> 2.5.3
@@ -42,6 +42,7 @@ Versions 40:
 - maven-surefire-plugin 2.18.1 -> 2.19.1
 - maven-compiler-plugin : 3.3 -> 3.5.1
 - maven-changes-plugin : 2.11 -> 2.12
+- commons-build-plugin : 1.4 -> 1.5
 
 
 Version 39:
@@ -383,7 +384,7 @@ Version 39:
         <plugin>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-build-plugin</artifactId>
-          <version>1.4</version>
+          <version>${commons.build-plugin.version}</version>
           <configuration>
             <commons.release.name>${commons.release.name}</commons.release.name>
           </configuration>
@@ -1399,7 +1400,8 @@ Version 39:
     <commons.compiler.javac />
     <commons.surefire.java />
 
-    <!-- plugin versions (allows same value in reporting and build sections) -->
+    <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) -->
+    <commons.build-plugin.version>1.5</commons.build-plugin.version>
     <commons.surefire.version>2.19.1</commons.surefire.version>
     <commons.surefire-report.version>2.19.1</commons.surefire-report.version>
     <commons.javadoc.version>2.10.3</commons.javadoc.version>