You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/02/28 10:02:06 UTC

camel git commit: CAMEL-10141 skip camel-jibx buid on java 9 as well

Repository: camel
Updated Branches:
  refs/heads/master 7769e6cdd -> 92abaa964


CAMEL-10141 skip camel-jibx buid on java 9 as well


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/92abaa96
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/92abaa96
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/92abaa96

Branch: refs/heads/master
Commit: 92abaa96494b1775d776e7b4bf8dc6f18554f812
Parents: 7769e6c
Author: jpoth <po...@gmail.com>
Authored: Mon Feb 27 17:49:02 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Feb 28 11:01:59 2017 +0100

----------------------------------------------------------------------
 components/camel-jibx/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/92abaa96/components/camel-jibx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jibx/pom.xml b/components/camel-jibx/pom.xml
index f527eb1..75a3c22 100644
--- a/components/camel-jibx/pom.xml
+++ b/components/camel-jibx/pom.xml
@@ -83,7 +83,7 @@
                 <property>
                     <name>!maven.test.skip</name>
                 </property>
-                <jdk>!1.8</jdk>
+                <jdk>[,1.8)</jdk>
             </activation>
             <build>
                 <pluginManagement>
@@ -140,7 +140,7 @@
         <profile>
             <id>jdk8-test</id>
             <activation>
-                <jdk>1.8</jdk>
+                <jdk>[1.8,]</jdk>
             </activation>
             <build>
                 <plugins>