You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/12/11 10:31:55 UTC

[maven-apache-parent] branch master updated: [MPOM-381] Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 (#115)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ea27489  [MPOM-381] Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 (#115)
ea27489 is described below

commit ea27489796b4957d393a687df53c649ac6708ff5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Dec 11 11:31:50 2022 +0100

    [MPOM-381] Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 (#115)
    
    Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M6 to 3.0.0-M7.
    - [Release notes](https://github.com/apache/maven-release/releases)
    - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M6...maven-release-3.0.0-M7)
    
    ---
    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>
    
    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 3c341fa..a13df4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>3.0.0-M6</version>
+          <version>3.0.0-M7</version>
           <configuration>
             <useReleaseProfile>false</useReleaseProfile>
             <goals>deploy</goals>