You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/07/29 20:55:46 UTC

[maven-pmd-plugin] branch master updated: Bump maven-plugins from 36 to 37

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5a0ae88  Bump maven-plugins from 36 to 37
5a0ae88 is described below

commit 5a0ae8824d2fc95807bd233afb97fb99310b26fb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 25 11:41:15 2022 +0000

    Bump maven-plugins from 36 to 37
    
    Bumps [maven-plugins](https://github.com/apache/maven-parent) from 36 to 37.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugins
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 cb8144e..84c3317 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>36</version>
+    <version>37</version>
     <relativePath />
   </parent>