This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit dd9ff8de30c9564389953b14002df1ddb2d70371 Author: Amichai Rothman <[email protected]> AuthorDate: Wed May 29 12:36:44 2024 +0300 ARIES-2132 Upgrade maven plugins --- discovery/local/pom.xml | 2 +- features/pom.xml | 2 +- parent/pom.xml | 10 +++++----- pom.xml | 3 +-- provider/fastbin/pom.xml | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/discovery/local/pom.xml b/discovery/local/pom.xml index b6848992..d6039603 100644 --- a/discovery/local/pom.xml +++ b/discovery/local/pom.xml @@ -57,7 +57,7 @@ <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId> - <version>0.9.0</version> + <version>0.15.3</version> <executions> <execution> <goals> diff --git a/features/pom.xml b/features/pom.xml index 6f54dfe6..e52eb5b2 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -153,7 +153,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>1.10</version> + <version>3.4.0</version> <executions> <execution> <id>attach-artifacts</id> diff --git a/parent/pom.xml b/parent/pom.xml index fdbbbd97..19d85f91 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -33,7 +33,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <bnd.version>4.2.0</bnd.version> + <bnd.version>6.4.0</bnd.version> <zookeeper.version>3.4.14</zookeeper.version> <rsa.version>1.0.0</rsa.version> <slf4j.version>1.7.14</slf4j.version> @@ -238,7 +238,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> + <version>3.10.1</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -247,7 +247,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.1.0</version> + <version>3.3.0</version> <configuration> <encoding>UTF-8</encoding> </configuration> @@ -255,12 +255,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.0.1</version> + <version>3.5.0</version> <configuration> <attach>true</attach> <quiet>true</quiet> <encoding>UTF-8</encoding> - <additionalparam>-Xdoclint:none</additionalparam> + <doclint>none</doclint> </configuration> </plugin> </plugins> diff --git a/pom.xml b/pom.xml index 67d5d922..56917bba 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.5.3</version> + <version>3.0.1</version> <configuration> <releaseProfiles>apache-release</releaseProfiles> <autoVersionSubmodules>true</autoVersionSubmodules> @@ -109,7 +109,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.22.2</version> <configuration> <aggregate>true</aggregate> </configuration> diff --git a/provider/fastbin/pom.xml b/provider/fastbin/pom.xml index f4ef7679..36933aa0 100644 --- a/provider/fastbin/pom.xml +++ b/provider/fastbin/pom.xml @@ -93,7 +93,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>1.10</version> + <version>3.4.0</version> <executions> <execution> <id>add-test-source</id>
