Repository: falcon Updated Branches: refs/heads/master 5546d3737 -> 8c04aa024
FALCON-1946 Compile time error in build when using JDK1.8 Author: bvellanki <[email protected]> Closes #135 from bvellanki/FALCON-1946 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/8c04aa02 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/8c04aa02 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/8c04aa02 Branch: refs/heads/master Commit: 8c04aa0242f43825f0cc50d2205dacfb63ce51f0 Parents: 5546d37 Author: bvellanki <[email protected]> Authored: Wed May 11 08:55:38 2016 -0700 Committer: bvellanki <[email protected]> Committed: Wed May 11 08:55:38 2016 -0700 ---------------------------------------------------------------------- prism/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/8c04aa02/prism/pom.xml ---------------------------------------------------------------------- diff --git a/prism/pom.xml b/prism/pom.xml index 605b519..d7a9892 100644 --- a/prism/pom.xml +++ b/prism/pom.xml @@ -182,7 +182,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>keytool-maven-plugin</artifactId> - <version>1.3</version> <executions> <execution> <phase>generate-resources</phase>
