diff options
-rw-r--r-- | org.eclipse.jgit.pgm.test/pom.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.pgm/pom.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.test/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.pgm.test/pom.xml b/org.eclipse.jgit.pgm.test/pom.xml index 24230bafd5..830f512ee6 100644 --- a/org.eclipse.jgit.pgm.test/pom.xml +++ b/org.eclipse.jgit.pgm.test/pom.xml @@ -64,7 +64,7 @@ <profile> <id>jgit.java7</id> <activation> - <jdk>1.7</jdk> + <jdk>[1.7,)</jdk> </activation> <dependencies> <dependency> diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index b2d4262da2..8ef89ce426 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -112,7 +112,7 @@ <profile> <id>java7</id> <activation> - <jdk>1.7</jdk> + <jdk>[1.7,)</jdk> </activation> <dependencies> <dependency> diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml index 47e47b447c..5e011f9aba 100644 --- a/org.eclipse.jgit.test/pom.xml +++ b/org.eclipse.jgit.test/pom.xml @@ -66,7 +66,7 @@ <profile> <id>jgit.java7</id> <activation> - <jdk>1.7</jdk> + <jdk>[1.7,)</jdk> </activation> <dependencies> <dependency> |