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>