You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/30 00:01:58 UTC

[commons-weaver] branch master updated: Update commons.japicmp.version 0.11.1 -> 0.14.4.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 49446b0  Update commons.japicmp.version 0.11.1 -> 0.14.4.
49446b0 is described below

commit 49446b009d2d9c4ddeea0fd39e16f43859260c92
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 29 19:01:54 2020 -0500

    Update commons.japicmp.version 0.11.1 -> 0.14.4.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4f4213e..b4de0c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@ under the License.
     <commons.site.path>commons-weaver</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
 
-    <commons.japicmp.version>0.11.1</commons.japicmp.version>
+    <commons.japicmp.version>0.14.4</commons.japicmp.version>
     <!-- remove after 2.0 release: -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 267f31f..330dad5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,9 @@
     <author email="mbenson@apache.org">Matt Benson</author>
   </properties>
   <body>
+    <release version="2.1" date="YYY-MM-DD" description="Requires Java 8 or greater.">
+      <action type="fix" dev="ggregory">Update commons.japicmp.version 0.11.1 -> 0.14.4.</action>
+    </release>
     <release version="2.0" date="2018-09-07" description="Requires Java 8 or greater.">
       <action issue="WEAVER-16" type="fix">NullPointerException when weaving class with no package.</action>
       <action issue="WEAVER-17" type="fix">Maven plugin was packaged without its (generated) HelpMojo class.</action>