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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new d543906  Uses JDK8 to submit update-impact report
d543906 is described below

commit d5439062801ccb5317f27107a776ab4c80397f84
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Dec 12 19:34:32 2018 +0100

    Uses JDK8 to submit update-impact report
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e379099..d450099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
         <profile>
             <id>update-impact</id>
             <activation>
-                <jdk>1.7</jdk>
+                <jdk>1.8</jdk>
                 <property>
                     <name>update-impact</name>
                 </property>

Reply via email to