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-mapping.git
commit 754a239e464eb55781265be56b70c8903bc52275 Author: Gerd Aschemann <g...@aschemann.net> AuthorDate: Mon Jan 6 23:37:20 2025 +0100 [MSHARED-1461] Switch to Java 8 to ensure Maven (reactor) build Closes #8 cf. support-and-care/maven-support-and-care#77 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9454645..4d3b924 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ <properties> <mavenVersion>3.1.0</mavenVersion> - <javaVersion>7</javaVersion> + <javaVersion>8</javaVersion> <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp> </properties>