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 2013/12/18 09:19:46 UTC

[25/50] [abbrv] git commit: [KARAF-2030] Extend the enforcer Java version range

[KARAF-2030] Extend the enforcer Java version range

git-svn-id: https://svn.apache.org/repos/asf/karaf/cave/trunk@1414002 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/karaf-cave/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cave/commit/7b10b2fe
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cave/tree/7b10b2fe
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cave/diff/7b10b2fe

Branch: refs/heads/master
Commit: 7b10b2fef6c85e911f74ec915f3ce740109ae238
Parents: 865af33
Author: jbonofre <jb...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Tue Nov 27 06:16:17 2012 +0000
Committer: jbonofre <jb...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Tue Nov 27 06:16:17 2012 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/7b10b2fe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1791cbd..6dd8011 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
                                     <version>[2.2.1,4)</version>
                                 </requireMavenVersion>
                                 <requireJavaVersion>
-                                    <version>[1.5,1.7]</version>
+                                    <version>[1.5,1.8]</version>
                                 </requireJavaVersion>
                             </rules>
                         </configuration>