You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/02 10:46:02 UTC

[maven-release] branch master updated: Bump maven-plugin-plugin from 3.6.0 to 3.6.1

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git


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

commit 6acc4ea3c0b0a011229497c60b99cfebf680d862
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 13 04:29:09 2021 +0000

    Bump maven-plugin-plugin from 3.6.0 to 3.6.1
    
    Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) 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)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 maven-release-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-release-plugin/pom.xml b/maven-release-plugin/pom.xml
index b1d3d28..28fef93 100644
--- a/maven-release-plugin/pom.xml
+++ b/maven-release-plugin/pom.xml
@@ -39,7 +39,7 @@
   </prerequisites>
 
   <properties>
-    <mavenPluginPluginVersion>3.6.0</mavenPluginPluginVersion>
+    <mavenPluginPluginVersion>3.6.1</mavenPluginPluginVersion>
   </properties>
   
   <dependencies>