You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/07/21 05:40:53 UTC

[maven-compiler-plugin] branch master updated: Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c7a47c1  Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6
c7a47c1 is described below

commit c7a47c1d58344426105216c119544af8933087ff
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 8 14:11:09 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] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce783fa..01eba49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,7 +280,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>
         </plugin>
       </plugins>
     </pluginManagement>