Author: asoldano
Date: 2014-12-18 11:45:54 -0500 (Thu, 18 Dec 2014)
New Revision: 19157
Modified:
maven/parent/trunk/pom.xml
Log:
[JBWS-3860] Require JDK 1.7+ for building JBossWS
Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
+++ maven/parent/trunk/pom.xml 2014-12-18 16:45:54 UTC (rev 19157)
@@ -72,8 +72,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
Show replies by date