You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/08/05 04:41:42 UTC

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

Author: jbonofre
Date: Fri Aug  5 02:41:41 2011
New Revision: 1154074

URL: http://svn.apache.org/viewvc?rev=1154074&view=rev
Log:
[KARAF-805] Update the maven enforcer plugin configuration for the release (jclouds requires JDK 1.6).

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

Modified: karaf/cellar/branches/cellar-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/pom.xml?rev=1154074&r1=1154073&r2=1154074&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/pom.xml Fri Aug  5 02:41:41 2011
@@ -477,10 +477,10 @@
                                 <configuration>
                                     <rules>
                                         <requireMavenVersion>
-                                            <version>[2.2.1,3)</version>
+                                            <version>[3,4)</version>
                                         </requireMavenVersion>
                                         <requireJavaVersion>
-                                            <version>1.5</version>
+                                            <version>1.6</version>
                                         </requireJavaVersion>
                                     </rules>
                                 </configuration>