Repository: incubator-brooklyn Updated Branches: refs/heads/master 32960be2a -> 0cd634d4d
Update downstream POM to match JDK version Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0cd634d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0cd634d4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0cd634d4 Branch: refs/heads/master Commit: 0cd634d4db2a0194c669bb7893b4da8788f2e450 Parents: 32960be Author: Andrew Kennedy <[email protected]> Authored: Sun Jun 28 17:22:31 2015 +0100 Committer: Andrew Kennedy <[email protected]> Committed: Sun Jun 28 17:22:31 2015 +0100 ---------------------------------------------------------------------- usage/downstream-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0cd634d4/usage/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml index 6df3ef5..47d5394 100644 --- a/usage/downstream-parent/pom.xml +++ b/usage/downstream-parent/pom.xml @@ -39,7 +39,7 @@ <properties> <!-- Compilation --> - <java.version>1.6</java.version> + <java.version>1.7</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
