This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 960c93a Bump maven.plugin.version from 3.6.0 to 3.6.1 new 331d3c6 Merge branch 'pr-54' 960c93a is described below commit 960c93a3a742520f1d03d9f01d973f7071cd0a1d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Apr 27 05:32:32 2021 +0000 Bump maven.plugin.version from 3.6.0 to 3.6.1 Bumps `maven.plugin.version` from 3.6.0 to 3.6.1. Updates `maven-plugin-annotations` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.0...maven-plugin-tools-3.6.1) Updates `maven-plugin-tools-ant` from 3.6.0 to 3.6.1 Updates `maven-plugin-plugin` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.0...maven-plugin-tools-3.6.1) Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3fd0274..731ffc1 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ <commons.release.isDistModule>true</commons.release.isDistModule> <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName> <commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey> - <maven.plugin.version>3.6.0</maven.plugin.version> + <maven.plugin.version>3.6.1</maven.plugin.version> </properties> <dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 023d481..61be61c 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,7 @@ <action type="update" dev="ggregory">Update checkstyle from 8.35 to 8.36.1 #12 #14.</action> <action type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #34.</action> <action type="update" dev="kinow" due-to="dependabot">Bump actions/cache from v2 to v2.1.5 #38 #50.</action> + <action type="update" dev="kinow" due-to="dependabot">Bump maven.plugin.version from 3.6.0 to 3.6.1 #54.</action> </release> <release version="1.7" date="2019-08-30" description="Version 1.7">