Updated Branches:
  refs/heads/master ff6e194e7 -> 809fbab39

CAMEL-6596: Downgrade antrun plugin to 1.6 as 1.7 fails on some platforms.


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

Branch: refs/heads/master
Commit: 809fbab39e6685e501bb09683d5709f7888bc121
Parents: ff6e194
Author: Claus Ibsen <davscl...@apache.org>
Authored: Fri Aug 2 10:03:07 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Aug 2 10:03:07 2013 +0200

----------------------------------------------------------------------
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/809fbab3/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index c66ea9e..e256b0f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -251,7 +251,8 @@
     <lightcouch-version>0.0.6</lightcouch-version>
     <lightcouch-bundle-version>0.0.5_1</lightcouch-bundle-version>
     <!-- needed from tooling/archetypes -->
-    <maven-antrun-plugin-version>1.7</maven-antrun-plugin-version>
+    <!-- use antrun 1.6 as 1.7 fails with finding tools.jar on java on some 
platforms -->
+    <maven-antrun-plugin-version>1.6</maven-antrun-plugin-version>
     <maven-archetype-plugin-version>2.0</maven-archetype-plugin-version>
     <maven-archetype-packaging-version>2.0</maven-archetype-packaging-version>
     <maven-assembly-plugin-version>2.4</maven-assembly-plugin-version>

Reply via email to