Repository: jclouds Updated Branches: refs/heads/master 20bc14528 -> 7e4cacf9e
JCLOUDS-652: Require JDK 7 Moving to Java 7 allows jclouds to use more language and library features such as try-with-resources and HTTP client improvements. Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/5e8bd02c Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/5e8bd02c Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/5e8bd02c Branch: refs/heads/master Commit: 5e8bd02c93c7ebacb573342e77ef7ca4b02c4ffb Parents: 20bc145 Author: Andrew Gaul <[email protected]> Authored: Thu Apr 17 07:46:44 2014 +0800 Committer: Andrew Gaul <[email protected]> Committed: Sat Aug 9 00:28:47 2014 -0700 ---------------------------------------------------------------------- project/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/5e8bd02c/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 0653004..75927a3 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -187,8 +187,8 @@ <properties> <clojure.version>1.3.0</clojure.version> - <maven.compile.source>1.6</maven.compile.source> - <maven.compile.target>1.6</maven.compile.target> + <maven.compile.source>1.7</maven.compile.source> + <maven.compile.target>1.7</maven.compile.target> <maven.compile.optimize>true</maven.compile.optimize> <maven.compile.deprecation>true</maven.compile.deprecation> <maven.site.url.base>gitsite:[email protected]/jclouds/jclouds-maven-site.git</maven.site.url.base>
