This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
new 90b29cd Fix maven plugins version and options
90b29cd is described below
commit 90b29cd0a5f56e303c2455d835d4e33ca32749b9
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Feb 1 18:07:22 2022 +0100
Fix maven plugins version and options
---
pom.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index dfafb26..361b957 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>20</version>
+ <version>24</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -132,19 +132,19 @@
<!-- Maven Plugin Version for this Project -->
<maven-bundle-plugin-version>2.3.7</maven-bundle-plugin-version>
- <maven-surefire-plugin-version>2.22.1</maven-surefire-plugin-version>
+ <maven-surefire-plugin-version>2.22.2</maven-surefire-plugin-version>
<maven-antrun-plugin-version>1.3</maven-antrun-plugin-version>
<maven-assembly-plugin-version>3.3.0</maven-assembly-plugin-version>
- <maven-release-plugin-version>2.4.1</maven-release-plugin-version>
+ <maven-release-plugin-version>2.5.3</maven-release-plugin-version>
<maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
- <maven-war-plugin-version>2.4</maven-war-plugin-version>
- <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
- <maven-jar-plugin-version>2.4</maven-jar-plugin-version>
+ <maven-war-plugin-version>3.3.2</maven-war-plugin-version>
+ <maven-compiler-plugin-version>3.9.0</maven-compiler-plugin-version>
+ <maven-jar-plugin-version>3.2.2</maven-jar-plugin-version>
<maven-archiver-version>2.5</maven-archiver-version>
- <maven-source-plugin-version>2.2.1</maven-source-plugin-version>
- <maven-javadoc-plugin-version>2.9.1</maven-javadoc-plugin-version>
- <maven-install-plugin-version>2.4</maven-install-plugin-version>
- <maven-shade-plugin-version>2.1</maven-shade-plugin-version>
+ <maven-source-plugin-version>3.2.1</maven-source-plugin-version>
+ <maven-javadoc-plugin-version>3.3.1</maven-javadoc-plugin-version>
+ <maven-install-plugin-version>2.5.2</maven-install-plugin-version>
+ <maven-shade-plugin-version>3.2.4</maven-shade-plugin-version>
<findbugs-maven-plugin-version>3.0.1</findbugs-maven-plugin-version>
<javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
<cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version>
@@ -1410,7 +1410,7 @@
<source>${source-version}</source>
<additionalJOption>-J-Xmx2048m</additionalJOption>
<!-- necessary for now under the javadocs can be fixed because jdk8
is much stricter -->
- <additionalparam>${javadoc.options}</additionalparam>
+ <additionalOptions>${javadoc.options}</additionalOptions>
</configuration>
<executions>
<execution>