You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/04/27 17:54:35 UTC

[commons-build-plugin] branch master updated: Bump maven-plugin-plugin from 3.8.1 to 3.8.2 (#154)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c3fd330  Bump maven-plugin-plugin from 3.8.1 to 3.8.2 (#154)
c3fd330 is described below

commit c3fd3301a6ecbb2941de3232c42a4f1c0ddc3a8c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 27 13:54:30 2023 -0400

    Bump maven-plugin-plugin from 3.8.1 to 3.8.2 (#154)
    
    Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.8.1 to 3.8.2.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.1...maven-plugin-tools-3.8.2)
    
    ---
    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>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de28c59..cb3bc21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.8.1</version>
+        <version>3.8.2</version>
         <!-- Add the Ant plugin tools to the plugin -->
         <dependencies>
           <dependency>