This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MSHARED-1257 in repository https://gitbox.apache.org/repos/asf/maven-jarsigner.git
commit b23f2901dbf01f6fdedf14a725a147b6760a0977 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Wed May 24 17:41:13 2023 +0200 [MSHARED-1257] Require Java 8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index efe69e6..b607ab7 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <properties> <surefire.version>2.21.0</surefire.version> <mavenVersion>3.0</mavenVersion> - <javaVersion>7</javaVersion> + <javaVersion>8</javaVersion> <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp> </properties>
