This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-project-utils.git
The following commit(s) were added to refs/heads/master by this push: new 9c67458 [MSHARED-1475] Require Java 8 9c67458 is described below commit 9c6745849390487973b60dab36c558bb6742110b Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Tue Apr 22 01:19:02 2025 +0200 [MSHARED-1475] Require Java 8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cbe10ad..0016c62 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-project-utils/</url> + <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-project-utils/</url> </ciManagement> <distributionManagement> <site> @@ -61,7 +61,7 @@ under the License. <properties> <mavenVersion>3.1.0</mavenVersion> - <javaVersion>7</javaVersion> + <javaVersion>8</javaVersion> <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp> </properties>