This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MACR-55 in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git
commit df96fb89e98d6e3e2bdf1583fc845ace97aade88 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Jun 23 20:17:19 2024 +0200 [MACR-55] Require Maven 3.6.3+ --- pom.xml | 5 ++--- .../filtered-resources/META-INF/plexus/components.xml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 0248663..3fdc0d9 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ under the License. </issueManagement> <ciManagement> <system>Jenkins</system> - <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-acr-plugin/</url> + <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-acr-plugin/</url> </ciManagement> <distributionManagement> <site> @@ -61,7 +61,7 @@ under the License. <properties> <javaVersion>8</javaVersion> - <mavenVersion>3.2.5</mavenVersion> + <mavenVersion>3.6.3</mavenVersion> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties> @@ -102,7 +102,6 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>4.0.1</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> diff --git a/src/main/filtered-resources/META-INF/plexus/components.xml b/src/main/filtered-resources/META-INF/plexus/components.xml index 60f08a0..46fcf08 100644 --- a/src/main/filtered-resources/META-INF/plexus/components.xml +++ b/src/main/filtered-resources/META-INF/plexus/components.xml @@ -52,28 +52,28 @@ <id>default</id> <phases> <process-resources> - org.apache.maven.plugins:maven-resources-plugin:2.7:resources + org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources </process-resources> <compile> - org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile + org.apache.maven.plugins:maven-compiler-plugin:3.13.1:compile </compile> <process-test-resources> - org.apache.maven.plugins:maven-resources-plugin:2.7:testResources + org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources </process-test-resources> <test-compile> - org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile + org.apache.maven.plugins:maven-compiler-plugin:3.13.1:testCompile </test-compile> <test> - org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test + org.apache.maven.plugins:maven-surefire-plugin:3.3.0:test </test> <package> org.apache.maven.plugins:maven-acr-plugin:${project.version}:acr </package> <install> - org.apache.maven.plugins:maven-install-plugin:2.5.2:install + org.apache.maven.plugins:maven-install-plugin:3.1.2:install </install> <deploy> - org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy + org.apache.maven.plugins:maven-deploy-plugin:3.1.2:deploy </deploy> </phases> </lifecycle> @@ -81,4 +81,4 @@ </configuration> </component> </components> -</component-set> \ No newline at end of file +</component-set>
