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 2022/05/18 11:32:03 UTC

[maven-help-plugin] branch master updated: Bump mavenPluginToolsVersion from 3.6.2 to 3.6.4

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


The following commit(s) were added to refs/heads/master by this push:
     new 050972a  Bump mavenPluginToolsVersion from 3.6.2 to 3.6.4
050972a is described below

commit 050972ad2ac9679e7365dec7dc6420a62e2ccd7b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 21 04:41:40 2022 +0000

    Bump mavenPluginToolsVersion from 3.6.2 to 3.6.4
    
    Bumps `mavenPluginToolsVersion` from 3.6.2 to 3.6.4.
    
    Updates `maven-plugin-tools-generators` from 3.6.2 to 3.6.4
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.2...maven-plugin-tools-3.6.4)
    
    Updates `maven-plugin-annotations` from 3.6.2 to 3.6.4
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.2...maven-plugin-tools-3.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-tools-generators
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9a4808..488e21a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
   <properties>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.1.1</mavenVersion>
-    <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
+    <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>