You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/02/12 09:43:59 UTC

[maven-indexer] branch update-release-plugin created (now 99229a7)

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

cstamas pushed a change to branch update-release-plugin
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git.


      at 99229a7  Update release plugin

This branch includes the following new commits:

     new 99229a7  Update release plugin

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-indexer] 01/01: Update release plugin

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

cstamas pushed a commit to branch update-release-plugin
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git

commit 99229a78eea033381829f80ff3a8db666b5004f0
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Feb 12 10:43:13 2022 +0100

    Update release plugin
    
    As it causes havoc while releasing 6.1.0
    but parent is not yet released, so put
    yet-another TODO into POM.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index a345e3a..24d8f1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,6 +374,11 @@ under the License.
           <artifactId>maven-shade-plugin</artifactId>
           <version>3.2.4</version>
         </plugin>
+        <plugin><!-- TODO remove when upgrading parnet POM to 35 -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>3.0.0-M5</version>
+        </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>animal-sniffer-maven-plugin</artifactId>