You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/14 10:10:05 UTC

[commons-parent] branch master updated (2946943 -> 383b4e9)

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git.


    from 2946943  Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.
     new d2f31e4  Disable jacoco non-aggregate reports.
     new bb56168  Remove trailing whitespace.
     new 5421d1b  Move japicmp reporting section to the profile.
     new f8cef6b  jacoco-maven-plugin 0.8.4 -> 0.8.5
     new 2a33fd4  commons.jar-plugin.version 3.1.2 -> 3.2.0
     new 15a70d1  commons.source-plugin.version 3.1.0 -> 3.2.0
     new e511691  commons.assembly-plugin.version 3.1.1 -> 3.2.0
     new 383b4e9  commons.wagon-ssh.version 3.3.3 -> 3.3.4

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 70 ++++++++++++++++++++++++-------------------------
 src/changes/changes.xml | 27 ++++++++++++-------
 2 files changed, 51 insertions(+), 46 deletions(-)


[commons-parent] 01/08: Disable jacoco non-aggregate reports.

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit d2f31e474c4311fb07989460d29953d09b2a6549
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 13 11:18:48 2019 +0000

    Disable jacoco non-aggregate reports.
    
    These reports are only relevant for displaying coverage of dependencies,
    i.e. code from other modules.
---
 pom.xml                 | 8 ++++++++
 src/changes/changes.xml | 1 +
 2 files changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7d81a3b..ee9e282 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1321,6 +1321,14 @@
             <groupId>org.jacoco</groupId>
             <artifactId>jacoco-maven-plugin</artifactId>
             <version>${commons.jacoco.version}</version>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <!-- select non-aggregate reports -->
+                  <report>report</report>
+                </reports>
+              </reportSet>
+            </reportSets>
           </plugin>
         </plugins>
       </reporting>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6e46c95..3f1f5fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">Disable jacoco non-aggregate reports.</action>
             <action type="update" dev="ggregory">Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.</action>
         </release>
     


[commons-parent] 04/08: jacoco-maven-plugin 0.8.4 -> 0.8.5

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit f8cef6b2ede329e969de3285fe1597c05fe95ed5
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Nov 14 10:02:37 2019 +0000

    jacoco-maven-plugin 0.8.4 -> 0.8.5
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fd373b3..1abdc37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
     <commons.failsafe.version>2.22.2</commons.failsafe.version>
     <commons.felix.version>4.2.1</commons.felix.version>
     <commons.findbugs.version>3.0.5</commons.findbugs.version>
-    <commons.jacoco.version>0.8.4</commons.jacoco.version>
+    <commons.jacoco.version>0.8.5</commons.jacoco.version>
     <commons.japicmp.version>0.14.1</commons.japicmp.version>
     <commons.jar-plugin.version>3.1.2</commons.jar-plugin.version>
     <commons.javadoc.version>3.1.1</commons.javadoc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2acadc0..f3e7a94 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">jacoco-maven-plugin 0.8.4 -> 0.8.5</action>
             <action type="update" dev="aherbert">Move japicmp reporting section to the profile for opt-in behaviour. Remove japicmp.skip flag used to skip the report.</action>
             <action type="update" dev="aherbert">Disable jacoco non-aggregate reports.</action>
             <action type="update" dev="ggregory">Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.</action>


[commons-parent] 02/08: Remove trailing whitespace.

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit bb561686ba4eaf406d26327a63691c753b8e3c08
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 13 11:19:57 2019 +0000

    Remove trailing whitespace.
---
 src/changes/changes.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3f1f5fd..9b9d5cd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,7 +21,7 @@
 This file is also used by the maven-changes-plugin to generate the release notes.
 Useful ways of finding items to add to this file are:
 
-1.  Add items when you fix a bug or add a feature (this makes the 
+1.  Add items when you fix a bug or add a feature (this makes the
 release process easy :-).
 
 2.  Do a JIRA search for tickets closed since the previous release.
@@ -32,20 +32,20 @@ SVN commits. TBA how to use this with SVN.
 To generate the release notes from this file:
 
 mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nn]
-then tweak the formatting if necessary 
+then tweak the formatting if necessary
 and commit
 
 The <action> type attribute can be add,update,fix,remove.
 -->
 
-<document xmlns="http://maven.apache.org/changes/1.0.0" 
+<document xmlns="http://maven.apache.org/changes/1.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
     <properties>
         <title>Apache Commons Parent Release Notes</title>
         <author email="dev@commons.apache.org">Apache Commons developers</author>
     </properties>
 
-    <!-- NOTE: 
+    <!-- NOTE:
     The description below is specially formatted so as to improve the layout of the generated release notes:
     The parsing process removes all line feeds, replacing them with a single space.
     The Velocity template in resources/templates has been enhanced to replace pairs of adjacent spaces
@@ -54,9 +54,9 @@ The <action> type attribute can be add,update,fix,remove.
 
     To suppress formatting of an action entry when generating release notes, add an empty date.
     This does not affect the HTML changes report (in any case dates are not displayed by default)
-    
+
     N.B. The release notes template groups actions by type, and only extracts data for the current release.
-    The changes report outputs actions in the order they appear in this file. 
+    The changes report outputs actions in the order they appear in this file.
      -->
 
     <body>
@@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="aherbert">Disable jacoco non-aggregate reports.</action>
             <action type="update" dev="ggregory">Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.</action>
         </release>
-    
+
         <release version="49" date="2019-09-10" description="Release version 49">
             <action type="update" dev="chtompki">maven-site-plugin 3.7.1 -> 3.8.2</action>
             <action type="update" dev="chtompki">commons.felix.version=maven-bundle-plugin 4.2.0 -> 4.2.1</action>
@@ -100,7 +100,7 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="ggregory">commons-release-plugin 1.6 -> 1.7.</action>
             <action type="update" dev="ggregory">animal-sniffer-maven-plugin 1.17 -> 1.18.</action>
         </release>
-        
+
         <release version="48" date="2019-03-20" description="Release version 47">
             <action type="update" dev="chtompki">Run "apache-rat:check" as part of "mvn validate"</action>
             <action type="fix" dev="chtompki">Revert revert change in commons.scmPubUrl in Parent 47, use commons.packageId for osgi</action>
@@ -487,7 +487,7 @@ ${argLine} property):
             maven-surefire-plugin              2.12.3 -> 2.12.4
             maven-surefire-report-plugin       2.12.3 -> 2.12.4
             cobertura-maven-plugin             2.5.1  -> 2.5.2
-            buildnumber-maven-plugin           1.1    -> 1.2 
+            buildnumber-maven-plugin           1.1    -> 1.2
             </action>
             <action type="update">
             Also changed, but omitted from changes section in released version:
@@ -534,7 +534,7 @@ ${argLine} property):
             Updated various plugin versions:
             clirr-maven-plugin: 2.3 => 2.4
             clirr and RAT added to pluginManagement so can override the version from Apache POM
-            Add changes and jira reports       
+            Add changes and jira reports
             </action>
         </release>
         <release version="24" date="2012-03-13" description="Update and add plugins">


[commons-parent] 06/08: commons.source-plugin.version 3.1.0 -> 3.2.0

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 15a70d1180b1757526e608363657141877aea154
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Nov 14 10:06:23 2019 +0000

    commons.source-plugin.version 3.1.0 -> 3.2.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8bf0822..5a96d9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
 
     -->
     <commons.site-plugin.version>3.8.2</commons.site-plugin.version>
-    <commons.source-plugin.version>3.1.0</commons.source-plugin.version>
+    <commons.source-plugin.version>3.2.0</commons.source-plugin.version>
     <commons.spotbugs.version>3.1.6</commons.spotbugs.version>
     <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
     <commons.surefire.version>2.22.2</commons.surefire.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6113d54..342b721 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">commons.source-plugin.version 3.1.0 -> 3.2.0</action>
             <action type="update" dev="aherbert">commons.jar-plugin.version 3.1.2 -> 3.2.0</action>
             <action type="update" dev="aherbert">jacoco-maven-plugin 0.8.4 -> 0.8.5</action>
             <action type="update" dev="aherbert">Move japicmp reporting section to the profile for opt-in behaviour. Remove japicmp.skip flag used to skip the report.</action>


[commons-parent] 08/08: commons.wagon-ssh.version 3.3.3 -> 3.3.4

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 383b4e9a96ebf1a279af40e5d0c9746575b3b4f7
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Nov 14 10:09:27 2019 +0000

    commons.wagon-ssh.version 3.3.3 -> 3.3.4
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ce3f50..a14bcba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
     <commons.spotbugs.version>3.1.6</commons.spotbugs.version>
     <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
     <commons.surefire.version>2.22.2</commons.surefire.version>
-    <commons.wagon-ssh.version>3.3.3</commons.wagon-ssh.version>
+    <commons.wagon-ssh.version>3.3.4</commons.wagon-ssh.version>
 
     <!-- Default values for the download-page generation by commons-build-plugin -->
     <commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 09802c8..ea436c7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">commons.wagon-ssh.version 3.3.3 -> 3.3.4</action>
             <action type="update" dev="aherbert">commons.assembly-plugin.version 3.1.1 -> 3.2.0</action>
             <action type="update" dev="aherbert">commons.source-plugin.version 3.1.0 -> 3.2.0</action>
             <action type="update" dev="aherbert">commons.jar-plugin.version 3.1.2 -> 3.2.0</action>


[commons-parent] 03/08: Move japicmp reporting section to the profile.

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 5421d1b956d7373aad2a9e3f8629e9febc8a92d4
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 13 12:03:55 2019 +0000

    Move japicmp reporting section to the profile.
    
    Moving the reporting section to the profile allows a clean opt-in to
    JAPIcmp.
    
    The <japicmp.skip> property does not totally disable the japicmp report
    if set to false. If japicmp configuration is left in the default
    <reporting> section it will show in the site on the reports menu and
    displays a blank page for the report.
    
    The <japicmp.skip> property has been removed. The property was only used
    to skip the default report. Activation of the profile is using a
    profile.japicmp file or using the -P flag on the command line.
---
 pom.xml                 | 52 ++++++++++++++++++++-----------------------------
 src/changes/changes.xml |  1 +
 2 files changed, 22 insertions(+), 31 deletions(-)

diff --git a/pom.xml b/pom.xml
index ee9e282..fd373b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,8 +299,6 @@
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <commons.japicmp.breakBuildOnSourceIncompatibleModifications>false</commons.japicmp.breakBuildOnSourceIncompatibleModifications>
     <commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses>
-    <!-- disable japicmp by default -->
-    <japicmp.skip>true</japicmp.skip>
 
     <!-- Commons Release plugin: dist dev site -->
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
@@ -585,7 +583,6 @@
                 </overrideCompatibilityChangeParameter>
               </overrideCompatibilityChangeParameters>
             </parameter>
-            <skip>${japicmp.skip}</skip>
           </configuration>
         </plugin>
         <plugin>
@@ -1102,30 +1099,6 @@
         <artifactId>jdepend-maven-plugin</artifactId>
         <version>${commons.jdepend.version}</version>
       </plugin>
-      <plugin>
-        <groupId>com.github.siom79.japicmp</groupId>
-        <artifactId>japicmp-maven-plugin</artifactId>
-        <version>${commons.japicmp.version}</version>
-        <configuration>
-          <parameter>
-            <onlyModified>true</onlyModified>
-            <breakBuildOnBinaryIncompatibleModifications>${commons.japicmp.breakBuildOnBinaryIncompatibleModifications}</breakBuildOnBinaryIncompatibleModifications>
-            <breakBuildOnSourceIncompatibleModifications>${commons.japicmp.breakBuildOnSourceIncompatibleModifications}</breakBuildOnSourceIncompatibleModifications>
-            <!-- skip japicmp on "mvn site" - use "mvn package site" to include report -->
-            <skipPomModules>true</skipPomModules>
-            <ignoreMissingNewVersion>true</ignoreMissingNewVersion>
-            <reportOnlyFilename>true</reportOnlyFilename>
-            <overrideCompatibilityChangeParameters>
-              <overrideCompatibilityChangeParameter>
-                <compatibilityChange>METHOD_NEW_DEFAULT</compatibilityChange>
-                <binaryCompatible>true</binaryCompatible>
-                <sourceCompatible>true</sourceCompatible>
-                <semanticVersionLevel>PATCH</semanticVersionLevel>
-              </overrideCompatibilityChangeParameter>
-            </overrideCompatibilityChangeParameters>
-          </parameter>
-        </configuration>
-      </plugin>
     </plugins>
   </reporting>
 
@@ -1373,10 +1346,8 @@
     <!-- alternative to clirr, will fail build if binary compatibility is broken -->
     <profile>
       <id>japicmp</id>
-      <properties>
-        <japicmp.skip>false</japicmp.skip>
-      </properties>
       <activation>
+        <jdk>[1.8,)</jdk>
         <file>
           <exists>src/site/resources/profile.japicmp</exists>
         </file>
@@ -1403,6 +1374,26 @@
             <groupId>com.github.siom79.japicmp</groupId>
             <artifactId>japicmp-maven-plugin</artifactId>
             <version>${commons.japicmp.version}</version>
+            <configuration>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <breakBuildOnBinaryIncompatibleModifications>${commons.japicmp.breakBuildOnBinaryIncompatibleModifications}</breakBuildOnBinaryIncompatibleModifications>
+                <breakBuildOnSourceIncompatibleModifications>${commons.japicmp.breakBuildOnSourceIncompatibleModifications}</breakBuildOnSourceIncompatibleModifications>
+                <!-- skip japicmp on "mvn site" - use "mvn package site" to include report -->
+                <ignoreMissingNewVersion>true</ignoreMissingNewVersion>
+                <reportOnlyFilename>true</reportOnlyFilename>
+                <skipPomModules>true</skipPomModules>
+                <ignoreMissingClasses>${commons.japicmp.ignoreMissingClasses}</ignoreMissingClasses>
+                <overrideCompatibilityChangeParameters>
+                  <overrideCompatibilityChangeParameter>
+                    <compatibilityChange>METHOD_NEW_DEFAULT</compatibilityChange>
+                    <binaryCompatible>true</binaryCompatible>
+                    <sourceCompatible>true</sourceCompatible>
+                    <semanticVersionLevel>PATCH</semanticVersionLevel>
+                  </overrideCompatibilityChangeParameter>
+                </overrideCompatibilityChangeParameters>
+              </parameter>
+            </configuration>
           </plugin>
         </plugins>
       </reporting>
@@ -1832,7 +1823,6 @@
         <changes.jira.skip>true</changes.jira.skip>
         <rat.skip>true</rat.skip> <!-- from version 0.12 -->
         <jacoco.skip>true</jacoco.skip>
-        <japicmp.skip>true</japicmp.skip>
         <skipSurefireReport>true</skipSurefireReport>
       </properties>
     </profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9b9d5cd..2acadc0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">Move japicmp reporting section to the profile for opt-in behaviour. Remove japicmp.skip flag used to skip the report.</action>
             <action type="update" dev="aherbert">Disable jacoco non-aggregate reports.</action>
             <action type="update" dev="ggregory">Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.</action>
         </release>


[commons-parent] 07/08: commons.assembly-plugin.version 3.1.1 -> 3.2.0

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit e511691f0ca44ed2898c68b230545408b66eec31
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Nov 14 10:08:51 2019 +0000

    commons.assembly-plugin.version 3.1.1 -> 3.2.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a96d9c..0ce3f50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
     <commons.animal-sniffer.version>1.18</commons.animal-sniffer.version>
     <!-- Almost all signatures use version 1.0. Allow override just in case -->
     <commons.animal-sniffer.signature.version>1.0</commons.animal-sniffer.signature.version>
-    <commons.assembly-plugin.version>3.1.1</commons.assembly-plugin.version>
+    <commons.assembly-plugin.version>3.2.0</commons.assembly-plugin.version>
     <commons.build-helper.version>3.0.0</commons.build-helper.version>
     <commons.build-plugin.version>1.11</commons.build-plugin.version>
     <commons.changes.version>2.12.1</commons.changes.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 342b721..09802c8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">commons.assembly-plugin.version 3.1.1 -> 3.2.0</action>
             <action type="update" dev="aherbert">commons.source-plugin.version 3.1.0 -> 3.2.0</action>
             <action type="update" dev="aherbert">commons.jar-plugin.version 3.1.2 -> 3.2.0</action>
             <action type="update" dev="aherbert">jacoco-maven-plugin 0.8.4 -> 0.8.5</action>


[commons-parent] 05/08: commons.jar-plugin.version 3.1.2 -> 3.2.0

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 2a33fd4c0ff437c3c59db564faaceb9fd905a721
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Nov 14 10:04:42 2019 +0000

    commons.jar-plugin.version 3.1.2 -> 3.2.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1abdc37..8bf0822 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
     <commons.findbugs.version>3.0.5</commons.findbugs.version>
     <commons.jacoco.version>0.8.5</commons.jacoco.version>
     <commons.japicmp.version>0.14.1</commons.japicmp.version>
-    <commons.jar-plugin.version>3.1.2</commons.jar-plugin.version>
+    <commons.jar-plugin.version>3.2.0</commons.jar-plugin.version>
     <commons.javadoc.version>3.1.1</commons.javadoc.version>
     <commons.jdepend.version>2.0</commons.jdepend.version>
     <commons.jxr.version>3.0.0</commons.jxr.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f3e7a94..6113d54 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">commons.jar-plugin.version 3.1.2 -> 3.2.0</action>
             <action type="update" dev="aherbert">jacoco-maven-plugin 0.8.4 -> 0.8.5</action>
             <action type="update" dev="aherbert">Move japicmp reporting section to the profile for opt-in behaviour. Remove japicmp.skip flag used to skip the report.</action>
             <action type="update" dev="aherbert">Disable jacoco non-aggregate reports.</action>