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:10 UTC

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

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>