This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new bb410137af Centrally manage the version for maven-archetype-plugin and archetype-packaging bb410137af is described below commit bb410137afe6bc44db0550c5f3203f7fd5f65888 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Thu Sep 26 18:51:38 2024 +0000 Centrally manage the version for maven-archetype-plugin and archetype-packaging They are released together and have the same version number. --- modules/tool/archetype/quickstart-webapp/pom.xml | 2 +- modules/tool/archetype/quickstart/pom.xml | 2 +- pom.xml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/tool/archetype/quickstart-webapp/pom.xml b/modules/tool/archetype/quickstart-webapp/pom.xml index be6f884acf..7a9e50dc9f 100644 --- a/modules/tool/archetype/quickstart-webapp/pom.xml +++ b/modules/tool/archetype/quickstart-webapp/pom.xml @@ -55,7 +55,7 @@ <extension> <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-packaging</artifactId> - <version>3.3.0</version> + <version>${maven-archetype.version}</version> </extension> </extensions> </build> diff --git a/modules/tool/archetype/quickstart/pom.xml b/modules/tool/archetype/quickstart/pom.xml index 65971648cb..4d3d642652 100644 --- a/modules/tool/archetype/quickstart/pom.xml +++ b/modules/tool/archetype/quickstart/pom.xml @@ -55,7 +55,7 @@ <extension> <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-packaging</artifactId> - <version>3.3.0</version> + <version>${maven-archetype.version}</version> </extension> </extensions> </build> diff --git a/pom.xml b/pom.xml index 719cbac297..64e2d01e1a 100644 --- a/pom.xml +++ b/pom.xml @@ -503,6 +503,7 @@ <jaxws.api.version>4.0.0</jaxws.api.version> <jsr311.api.version>1.1.1</jsr311.api.version> <maven-plugin-tools.version>3.15.0</maven-plugin-tools.version> + <maven-archetype.version>3.3.0</maven-archetype.version> <activemq.version>6.1.3</activemq.version> <surefire.version>3.5.0</surefire.version> <!-- This variable is used in some Xdocs and is substituted using Velocity. Note that @@ -1229,7 +1230,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-archetype-plugin</artifactId> - <version>3.3.0</version> + <version>${maven-archetype.version}</version> </plugin> <!-- Use released versions of the aar and mar plugins in order to avoid