You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/08/02 08:01:57 UTC

git commit: CAMEL-6596: upgrade maven-antrun-plugin from 1.6 to 1.7

Updated Branches:
  refs/heads/master e19acac50 -> ff6e194e7


CAMEL-6596: upgrade maven-antrun-plugin from 1.6 to 1.7


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

Branch: refs/heads/master
Commit: ff6e194e725d3e6ef807b20db054a0c57661f456
Parents: e19acac
Author: cmueller <cm...@apache.org>
Authored: Fri Aug 2 08:01:33 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Fri Aug 2 08:01:46 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/ff6e194e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 55a1821..c66ea9e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -251,11 +251,12 @@
     <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.6</maven-antrun-plugin-version>
+    <maven-antrun-plugin-version>1.7</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>
     <maven-bundle-version>${maven-bundle-plugin-version}</maven-bundle-version>
+    <!-- problems by upgrading to maven-bundle-plugin 2.4.0 -->
     <maven-bundle-plugin-version>2.3.7</maven-bundle-plugin-version>
     <maven-checkstyle-plugin-version>2.9.1</maven-checkstyle-plugin-version>
     <maven-clean-plugin-version>2.5</maven-clean-plugin-version>