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 e1eeadde1c1ebab8d256e684a5f80f0ad411c801 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Jun 23 20:17:19 2024 +0200 [MACR-55] Require Maven 3.6.3+ --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0248663..f949274 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>
