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 2013/06/25 08:22:26 UTC

[1/2] git commit: Fixed camel-groovy to use fixed plugin versions as latest versions dont work.

Updated Branches:
  refs/heads/camel-2.11.x 42b564ea6 -> a49076e4d
  refs/heads/master cf04ef847 -> f9d9a3fce


Fixed camel-groovy to use fixed plugin versions as latest versions dont work.


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

Branch: refs/heads/master
Commit: f9d9a3fcea991103e7c1435eea09f7fe930781c6
Parents: cf04ef8
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jun 25 07:55:12 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jun 25 07:55:12 2013 +0200

----------------------------------------------------------------------
 components/camel-groovy/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f9d9a3fc/components/camel-groovy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index 6510b8c..fba674b 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -80,6 +80,11 @@
 	        <artifactId>groovy-eclipse-compiler</artifactId>
 	        <version>2.7.0-01</version>
 	      </dependency>
+        <dependency>
+          <groupId>org.codehaus.groovy</groupId>
+          <artifactId>groovy-eclipse-batch</artifactId>
+          <version>2.1.3-01</version>
+        </dependency>
 	    </dependencies>
 	  </plugin>
       <plugin>


[2/2] git commit: Fixed camel-groovy to use fixed plugin versions as latest versions dont work.

Posted by da...@apache.org.
Fixed camel-groovy to use fixed plugin versions as latest versions dont work.


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

Branch: refs/heads/camel-2.11.x
Commit: a49076e4d3752ea040bc2b574a0ad97d366fceb8
Parents: 42b564e
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jun 25 07:55:12 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jun 25 08:20:22 2013 +0200

----------------------------------------------------------------------
 components/camel-groovy/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a49076e4/components/camel-groovy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index 9dfc758..225f4af 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -80,6 +80,11 @@
 	        <artifactId>groovy-eclipse-compiler</artifactId>
 	        <version>2.7.0-01</version>
 	      </dependency>
+        <dependency>
+          <groupId>org.codehaus.groovy</groupId>
+          <artifactId>groovy-eclipse-batch</artifactId>
+          <version>2.1.3-01</version>
+        </dependency>
 	    </dependencies>
 	  </plugin>
       <plugin>