Repository: incubator-brooklyn Updated Branches: refs/heads/0.7.0-incubating 80e74d201 -> 542ae52b3
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/542ae52b Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/542ae52b Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/542ae52b Branch: refs/heads/0.7.0-incubating Commit: 542ae52b31de2b63ef249aa1aea388aedf227aaf Parents: 80e74d2 Author: Andrew Kennedy <[email protected]> Authored: Sun Jun 28 17:22:31 2015 +0100 Committer: Andrew Kennedy <[email protected]> Committed: Sun Jun 28 17:23:21 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/542ae52b/usage/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml index 6306af8..8ebdce6 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>
