You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/11/29 10:28:19 UTC

[struts] branch support-2-3 updated: Uses Java 6 in the pom

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

lukaszlenart pushed a commit to branch support-2-3
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/support-2-3 by this push:
     new 75d7bf4  Uses Java 6 in the pom
75d7bf4 is described below

commit 75d7bf481cb032641a0b602aa4032dc788f86132
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Wed Nov 29 11:22:48 2017 +0100

    Uses Java 6 in the pom
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3de13c5..ccce626 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,8 +166,8 @@
                 <plugin>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <configuration>
-                        <source>1.5</source>
-                        <target>1.5</target>
+                        <source>1.6</source>
+                        <target>1.6</target>
                     </configuration>
                 </plugin>
                 <plugin>

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <co...@struts.apache.org>'].