Repository: incubator-slider Updated Branches: refs/heads/develop 968299096 -> e94aa2696
SLIDER-878 java 8 & jersey compatibility Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/cac169a0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/cac169a0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/cac169a0 Branch: refs/heads/develop Commit: cac169a02aa3bbaf1eaf7bb09981e00fd573c57d Parents: ae58d43 Author: Steve Loughran <[email protected]> Authored: Mon May 18 18:53:43 2015 +0100 Committer: Steve Loughran <[email protected]> Committed: Mon May 18 18:53:43 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/cac169a0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ca12be2..6a9152c 100644 --- a/pom.xml +++ b/pom.xml @@ -1615,7 +1615,7 @@ <!-- Java 8 build --> <id>java8</id> <properties> - <project.java.src.version>8</project.java.src.version> + <project.java.src.version>1.8</project.java.src.version> </properties> </profile>
