SLIDER-790 Enforce JDK7 javac for builds
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/df9d5adb Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/df9d5adb Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/df9d5adb Branch: refs/heads/feature/SLIDER-779_Move_to_Groovy_2.4.0 Commit: df9d5adb94f303f2852eee21b387df2ce4292c29 Parents: 522983b Author: tedyu <[email protected]> Authored: Thu Feb 19 15:01:12 2015 -0800 Committer: tedyu <[email protected]> Committed: Thu Feb 19 15:01:12 2015 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/df9d5adb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d051f35..75e60bd 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,7 @@ </mailingLists> <properties> + <compileSource>1.7</compileSource> <distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId> <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName> <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
