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/01/20 21:31:00 UTC

[commons-parent] branch master updated: - JApiCmp 0.14.1 -> 0.14.3. - maven-enforcer-plugin 3.0.0-M2 -> 3.0.0-M3. - maven-source-plugin 3.2.0 -> 3.2.1.

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new ebe551e  - JApiCmp 0.14.1 -> 0.14.3. - maven-enforcer-plugin 3.0.0-M2 -> 3.0.0-M3. - maven-source-plugin 3.2.0 -> 3.2.1.
ebe551e is described below

commit ebe551efe9990879f15de635b8d9a94b96b53027
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 20 16:30:56 2020 -0500

    - JApiCmp 0.14.1 -> 0.14.3.
    - maven-enforcer-plugin 3.0.0-M2 -> 3.0.0-M3.
    - maven-source-plugin 3.2.0 -> 3.2.1.
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b2956ef..782cc0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
     <commons.felix.version>4.2.1</commons.felix.version>
     <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.japicmp.version>0.14.3</commons.japicmp.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>
@@ -172,7 +172,7 @@
 
     -->
     <commons.site-plugin.version>3.8.2</commons.site-plugin.version>
-    <commons.source-plugin.version>3.2.0</commons.source-plugin.version>
+    <commons.source-plugin.version>3.2.1</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>
@@ -766,7 +766,7 @@
         <inherited>true</inherited>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0-M2</version>
+        <version>3.0.0-M3</version>
         <configuration>
           <rules>
             <requireMavenVersion>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2222302..6522384 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="51" date="YYYY-MM-DD" description="TBD">
+            <action type="update" dev="ggregory">JApiCmp 0.14.1 -> 0.14.3.</action>
+            <action type="update" dev="ggregory">maven-enforcer-plugin 3.0.0-M2 -> 3.0.0-M3.</action>
+            <action type="update" dev="ggregory">maven-source-plugin 3.2.0 -> 3.2.1.</action>
         </release>
 
         <release version="50" date="2019-12-17" description="Update site generation.