You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2015/08/11 11:45:47 UTC

empire-db git commit: allow releasing with jdk7

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 <fr...@apache.org>
Authored: Tue Aug 11 11:45:36 2015 +0200
Committer: Francis De Brabandere <fr...@apache.org>
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>