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-jarsigner-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 358c7bf  [MJARSIGNER-66] Require Java 8
358c7bf is described below

commit 358c7bf25ce59169f8e5eee56b6da4a948d3c3fd
Author: Sylwester Lachiewicz <[email protected]>
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 c06b0bc..600fd84 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