You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/12/17 18:37:55 UTC

[maven-apache-parent] branch branch created (now 17d7826)

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

hboutemy pushed a change to branch branch
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git.


      at 17d7826  [MPOM-228] upgrade maven-release-plugin for MRELEASE-1029

This branch includes the following new commits:

     new 17d7826  [MPOM-228] upgrade maven-release-plugin for MRELEASE-1029

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-apache-parent] 01/01: [MPOM-228] upgrade maven-release-plugin for MRELEASE-1029

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 17d782637f0aad44dc61f4ecc2ccd27994a4a58b
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Dec 17 19:37:40 2019 +0100

    [MPOM-228] upgrade maven-release-plugin for MRELEASE-1029
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 93dc7ad..ec02aaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>3.0.0-M1</version>
           <configuration>
             <useReleaseProfile>false</useReleaseProfile>
             <goals>deploy</goals>