You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/02/03 22:54:31 UTC

svn commit: r1728380 - /webservices/axiom/trunk/implementations/pom.xml

Author: veithen
Date: Wed Feb  3 21:54:31 2016
New Revision: 1728380

URL: http://svn.apache.org/viewvc?rev=1728380&view=rev
Log:
Set compliance level to 1.6.

Modified:
    webservices/axiom/trunk/implementations/pom.xml

Modified: webservices/axiom/trunk/implementations/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1728380&r1=1728379&r2=1728380&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Wed Feb  3 21:54:31 2016
@@ -66,7 +66,7 @@
                             <goal>compile</goal>
                         </goals>
                         <configuration>
-                            <complianceLevel>1.5</complianceLevel>
+                            <complianceLevel>1.6</complianceLevel>
                         </configuration>
                     </execution>
                 </executions>