Repository: empire-db Updated Branches: refs/heads/master 29ee4f13e -> f0a1f3b5f
allow releasing with jdk7 Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/f0a1f3b5 Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/f0a1f3b5 Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/f0a1f3b5 Branch: refs/heads/master Commit: f0a1f3b5f567bb1a0261ca34a6591e0faa2441a2 Parents: 29ee4f1 Author: Francis De Brabandere <[email protected]> Authored: Tue Aug 11 11:45:36 2015 +0200 Committer: Francis De Brabandere <[email protected]> Committed: Tue Aug 11 11:45:36 2015 +0200 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/empire-db/blob/f0a1f3b5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 66d006c..ff968c4 100644 --- a/pom.xml +++ b/pom.xml @@ -510,7 +510,8 @@ <version>[3.0.0,)</version> </requireMavenVersion> <requireJavaVersion> - <version>[1.6,1.7)</version> + <!-- we can no longer release with jdk6 because of certificate issues --> + <version>[1.6,1.8)</version> </requireJavaVersion> </rules> </configuration>
