You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2014/12/29 06:47:23 UTC

jclouds git commit: Activate jre1.7 profile all JDK >= 7

Repository: jclouds
Updated Branches:
  refs/heads/master 1c781cc5f -> 3ed8db787


Activate jre1.7 profile all JDK >= 7


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/3ed8db78
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/3ed8db78
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/3ed8db78

Branch: refs/heads/master
Commit: 3ed8db78733afd0ef3438f950df92a8f21bb45ed
Parents: 1c781cc
Author: Andrew Gaul <ga...@apache.org>
Authored: Sun Dec 28 21:25:32 2014 -0800
Committer: Andrew Gaul <ga...@apache.org>
Committed: Sun Dec 28 21:25:32 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/3ed8db78/apis/pom.xml
----------------------------------------------------------------------
diff --git a/apis/pom.xml b/apis/pom.xml
index 29df9b0..c62cea3 100644
--- a/apis/pom.xml
+++ b/apis/pom.xml
@@ -57,7 +57,7 @@
     <profile>
       <id>jre1.7</id>
       <activation>
-        <jdk>1.7</jdk>
+        <jdk>[1.7,)</jdk>
       </activation>
       <modules>
         <module>filesystem</module>