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 2022/03/17 19:46:15 UTC

[commons-parent] branch master updated: Bump commons-release-plugin from 1.7 to 1.8.0.

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 1e074c5  Bump commons-release-plugin from 1.7 to 1.8.0.
1e074c5 is described below

commit 1e074c51785401798ed6fe9658cc57f79b47d998
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 17 15:46:10 2022 -0400

    Bump commons-release-plugin from 1.7 to 1.8.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 7128566..3657b9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
     <commons.pmd-impl.version>6.43.0</commons.pmd-impl.version>
     <commons.project-info.version>3.2.1</commons.project-info.version>
     <commons.rat.version>0.13</commons.rat.version>
-    <commons.release-plugin.version>1.7</commons.release-plugin.version>
+    <commons.release-plugin.version>1.8.0</commons.release-plugin.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
     <commons.enforcer-plugin.version>3.0.0</commons.enforcer-plugin.version>
     <commons.buildnumber-plugin.version>3.0.0</commons.buildnumber-plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 692d32f..3d95055 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -104,6 +104,7 @@ The <action> type attribute can be add,update,fix,remove.
           <action type="update" dev="ggregory" due-to="Dependabot">Bump checkstyle from 9.2 to 9.2.1 #86.</action>
           <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-compiler-plugin from 3.8.1 to 3.10.1 #88.</action>
           <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-jar-plugin from 3.2.0 to 3.2.2 #92.</action>
+          <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-release-plugin from 1.7 to 1.8.0.</action>
         </release>
 
         <release version="52" date="2020-07-30" description="Add support for Java 15.">