This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
The following commit(s) were added to refs/heads/master by this push: new 368efc3 Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 368efc3 is described below commit 368efc35e58834295b4e5db87cd6ed7cd9ce5b1d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jun 9 04:02:53 2022 +0000 Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M5 to 3.0.0-M6. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M5...maven-release-3.0.0-M6) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4bd50df..abc63e2 100644 --- a/pom.xml +++ b/pom.xml @@ -247,7 +247,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>3.0.0-M5</version> + <version>3.0.0-M6</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <goals>deploy</goals>