This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
The following commit(s) were added to refs/heads/master by this push: new 122a385 Update release plugin (#176) 122a385 is described below commit 122a3856d73583bd2b04d460a3144b047794a1f9 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Sat Feb 12 19:52:07 2022 +0100 Update release plugin (#176) As it causes havoc while releasing 6.1.0 but parent is not yet released, so put yet-another TODO into POM. --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dae04b1..513db2c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> + <!-- TODO: on update parent version, apply pluginMgmt TODOs as well --> <version>34</version> <relativePath /> </parent> @@ -370,11 +371,16 @@ under the License. </plugins> <pluginManagement> <plugins> - <plugin><!-- TODO remove when upgrading parnet POM to 35 --> + <plugin><!-- TODO remove when upgrading parent POM to 35 --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.2.4</version> </plugin> + <plugin><!-- TODO remove when upgrading parent 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>