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

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

commit 41e6b863d8ac2f707d07e1f66a6798469581e949
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sat Mar 31 10:18:45 2018 +0200

    Switches to JDK 1.7
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ccce626..59da46e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,6 @@
         <connection>scm:git:git://git.apache.org/struts.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts.git</developerConnection>
         <url>http://git.apache.org/struts.git</url>
-        <tag>STRUTS_2_3_24_1</tag>
     </scm>
 
     <issueManagement>
@@ -166,8 +165,8 @@
                 <plugin>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <configuration>
-                        <source>1.6</source>
-                        <target>1.6</target>
+                        <source>1.7</source>
+                        <target>1.7</target>
                     </configuration>
                 </plugin>
                 <plugin>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to