This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MJARSIGNER-66
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git

commit b019a95c7cf56e88d691218a4a5351946eec2389
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Wed May 24 17:29:12 2023 +0200

    [MJARSIGNER-66] Require Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f0e7ed..8c3e423 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 

Reply via email to