This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
The following commit(s) were added to refs/heads/master by this push: new cf322cc7 Add latest version to maven-release-plugin pom.xml config, for some reason it's resolving to a really old version cf322cc7 is described below commit cf322cc786e6d16491633e31bb30929608f57ad3 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Thu Nov 28 12:08:37 2024 -1000 Add latest version to maven-release-plugin pom.xml config, for some reason it's resolving to a really old version --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 7e57d76d..5038f434 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,7 @@ </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> + <version>3.1.1</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <tagNameFormat>v@{project.version}</tagNameFormat>