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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 84c2d16  Bump maven-plugin-plugin from 3.6.0 to 3.6.1.
84c2d16 is described below

commit 84c2d1685956b579e3ac6cf83e41922448b7c80d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 16 19:12:42 2021 -0400

    Bump maven-plugin-plugin from 3.6.0 to 3.6.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 80c42a9..6169235 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.6.0</version>
+        <version>3.6.1</version>
         <!-- Add the Ant plugin tools to the plugin -->
         <dependencies>
           <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1e33f94..25b703e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,6 +41,10 @@
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump actions/cache from v2 to v2.1.4 #25.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump maven-plugin-plugin from 3.6.0 to 3.6.1.
+      </action>
+      
     </release>
     <release version="1.12" date="2020-10-17" description="Feature release">
       <action dev="sebb" type="update">

Reply via email to