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/08/10 14:17:03 UTC

[commons-parent] branch master updated: - Update versions-maven-plugin 2.7 -> 2.8.1. - Add versions-maven-plugin run for this build.

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 3b40ba7  - Update versions-maven-plugin 2.7 -> 2.8.1. - Add versions-maven-plugin run for this build.
     new 4a730f3  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent
3b40ba7 is described below

commit 3b40ba79343cb51198af38682bd02192b285796f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 10:15:47 2020 -0400

    - Update versions-maven-plugin 2.7 -> 2.8.1.
    - Add versions-maven-plugin run for this build.
---
 pom.xml                 | 6 +++++-
 src/changes/changes.xml | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf0ba8b..e543afc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -660,7 +660,7 @@
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
           <!-- Version 2.2 causes an NPE with Maven 3.3.9 -->
-          <version>2.7</version>
+          <version>2.8.1</version>
         </plugin>
         <plugin>
           <groupId>org.jacoco</groupId>
@@ -976,6 +976,10 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>versions-maven-plugin</artifactId>
+      </plugin>
 
     </plugins>
   </build>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 679ba8c..c7427fc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,8 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="53" date="YYYY-MM-DD" description="TBD">
+          <action type="update" dev="ggregory">Update versions-maven-plugin 2.7 -> 2.8.1.</action>
+          <action type="add" dev="ggregory">Add versions-maven-plugin run for this build.</action>
         </release>
 
         <release version="52" date="2020-07-30" description="Add support for Java 15.">