You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2015/11/03 13:33:44 UTC

svn commit: r1712278 - /webservices/wss4j/trunk/pom.xml

Author: coheigea
Date: Tue Nov  3 12:33:44 2015
New Revision: 1712278

URL: http://svn.apache.org/viewvc?rev=1712278&view=rev
Log:
Updating to JDK 8

Modified:
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1712278&r1=1712277&r2=1712278&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Tue Nov  3 12:33:44 2015
@@ -108,7 +108,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <targetJdk>1.7</targetJdk>
+        <targetJdk>1.8</targetJdk>
     </properties>
 
     <modules>