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 752e12e Bump maven-plugin-tools-ant from 3.6.0 to 3.6.1.
752e12e is described below
commit 752e12e4976cf5ccc750feb2831156f91b7ec5b0
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 16 19:13:59 2021 -0400
Bump maven-plugin-tools-ant from 3.6.0 to 3.6.1.
---
pom.xml | 2 +-
src/changes/changes.xml | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6169235..742110f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-ant</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25b703e..d9bc10f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,9 @@
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump maven-plugin-plugin from 3.6.0 to 3.6.1.
</action>
-
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Bump maven-plugin-tools-ant 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">