Repository: camel Updated Branches: refs/heads/master 3e87b23e8 -> fb7df24a1
Upgrade Apache Drill to version 1.10.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fb7df24a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fb7df24a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fb7df24a Branch: refs/heads/master Commit: fb7df24a12003eecde67a7218527978d11fd110f Parents: 3e87b23 Author: Andrea Cosentino <[email protected]> Authored: Thu Mar 16 08:24:54 2017 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Thu Mar 16 08:24:54 2017 +0100 ---------------------------------------------------------------------- parent/pom.xml | 2 +- platforms/spring-boot/components-starter/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fb7df24a/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 8004224..fef420e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -46,7 +46,7 @@ <antlr-runtime-bundle-version>3.5.2_1</antlr-runtime-bundle-version> <aopalliance-bundle-version>1.0_6</aopalliance-bundle-version> <apacheds-version>2.0.0-M23</apacheds-version> - <apache-drill-version>1.9.0</apache-drill-version> + <apache-drill-version>1.10.0</apache-drill-version> <apache-gora-version>0.6.1</apache-gora-version> <apache-mime4j-version>0.7.2</apache-mime4j-version> <aries-blueprint-api-version>1.0.1</aries-blueprint-api-version> http://git-wip-us.apache.org/repos/asf/camel/blob/fb7df24a/platforms/spring-boot/components-starter/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/pom.xml b/platforms/spring-boot/components-starter/pom.xml index c9ceb03..f8f335e 100644 --- a/platforms/spring-boot/components-starter/pom.xml +++ b/platforms/spring-boot/components-starter/pom.xml @@ -308,7 +308,6 @@ <module>camel-zookeeper-master-starter</module> <module>camel-zookeeper-starter</module> </modules> - <profiles> <profile> <id>jdk9-build</id>
