From 883f8e69b2e4864469fc9ed123540b3eff7b4eb8 Mon Sep 17 00:00:00 2001 From: Andreas Veithen Date: Sat, 23 Nov 2013 22:46:20 +0000 Subject: [PATCH] Ensure that we use the same Java version everywhere. This avoids class version incompatibilites when executing the integration tests in an IDE with the AAR files built on the command line with a different JDK. git-svn-id: https://svn.apache.org/repos/asf/synapse/trunk@1544887 13f79535-47bb-0310-9956-ffa450edef68 --- java/modules/integration/pom.xml | 8 ++++---- java/pom.xml | 9 +++++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/java/modules/integration/pom.xml b/java/modules/integration/pom.xml index a5fdceb70..d924ec0a6 100644 --- a/java/modules/integration/pom.xml +++ b/java/modules/integration/pom.xml @@ -100,7 +100,7 @@ - + @@ -126,7 +126,7 @@ - + @@ -150,7 +150,7 @@ - + @@ -171,7 +171,7 @@ - + diff --git a/java/pom.xml b/java/pom.xml index b0604e538..27a333c40 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -198,8 +198,8 @@ maven-compiler-plugin 2.3.2 - 1.6 - 1.6 + ${java.version} + ${java.version} @@ -1049,6 +1049,11 @@ UTF-8 + + + 1.6 2.2.0-SNAPSHOT