You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2011/08/02 16:23:16 UTC

svn commit: r1153140 - /karaf/branches/karaf-2.2.x/pom.xml

Author: jgoodyear
Date: Tue Aug  2 14:23:15 2011
New Revision: 1153140

URL: http://svn.apache.org/viewvc?rev=1153140&view=rev
Log:
[KARAF-803] Add JDK7 compile support to 2.2.x source builds

Update enforcer setting to allow JDK7 compiler use.

Modified:
    karaf/branches/karaf-2.2.x/pom.xml

Modified: karaf/branches/karaf-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/pom.xml?rev=1153140&r1=1153139&r2=1153140&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/pom.xml Tue Aug  2 14:23:15 2011
@@ -1133,7 +1133,7 @@
                                     <version>[2.2.1,3)</version>
                                 </requireMavenVersion>
                                 <requireJavaVersion>
-                                    <version>[1.5,1.6.1)</version>
+                                    <version>[1.5,1.7.1)</version>
                                 </requireJavaVersion>
                             </rules>
                         </configuration>