From 44f9839ba5d8d6bd12d7dd86fd80d6ef84a3e8d4 Mon Sep 17 00:00:00 2001 From: Stephen Connolly Date: Mon, 6 Jan 2014 09:55:21 +0000 Subject: [PATCH] [MNG-5558] JVM used to run Maven must now be Java 1.6 or newer - can still compile and run tests with older JVMs via toolchains --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 10a6ad3656..06346259bf 100644 --- a/pom.xml +++ b/pom.xml @@ -361,6 +361,10 @@ org.apache.maven.plugins maven-compiler-plugin 2.5.1 + + 1.6 + 1.6 + org.apache.maven.plugins @@ -461,13 +465,13 @@ org.codehaus.mojo.signature - java15 - 1.0 + java16 + 1.1 - check-java-1.5-compat + check-java-1.6-compat process-classes check