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-stage-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 6ace6d1 [MSTAGE-30] Switch to Java 8 6ace6d1 is described below commit 6ace6d1cb3014f3a01d2c96999946d643f70351a Author: Gerd Aschemann <g...@aschemann.net> AuthorDate: Mon Jan 6 23:37:19 2025 +0100 [MSTAGE-30] Switch to Java 8 cf. support-and-care/maven-support-and-care#77 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index eaee996..2083b4e 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,7 @@ under the License. <properties> <wagonVersion>2.8</wagonVersion> <mavenVersion>2.2.1</mavenVersion> + <javaVersion>8</javaVersion> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties>