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 2015/05/30 19:07:41 UTC

svn commit: r1682629 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Sat May 30 17:07:41 2015
New Revision: 1682629

URL: http://svn.apache.org/r1682629
Log:
Require Java 7 for build.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1682629&r1=1682628&r2=1682629&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sat May 30 17:07:41 2015
@@ -698,8 +698,8 @@
                 <configuration>
                     <rules>
                         <requireJavaVersion>
-                            <!-- We require Java 6 for the build, but we enforce Java 5 compatibility using Animal Sniffer -->
-                            <version>1.6.0</version>
+                            <!-- We require Java 7 for the build, but we enforce Java 5 compatibility using Animal Sniffer -->
+                            <version>1.7.0</version>
                         </requireJavaVersion>
                         <requireNoRepositories>
                             <message>The POM must not include repository definitions since non Apache repositories threaten the build stability.</message>