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 2016/03/29 07:32:06 UTC

camel git commit: Was using old version of exec-plugin

Repository: camel
Updated Branches:
  refs/heads/master 3343aec81 -> 8eafcf906


Was using old version of exec-plugin


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

Branch: refs/heads/master
Commit: 8eafcf90648c3fee0416f6d2cb522d7c090ed461
Parents: 3343aec
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Mar 29 07:31:57 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 29 07:31:57 2016 +0200

----------------------------------------------------------------------
 components/camel-olingo2/camel-olingo2-component/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8eafcf90/components/camel-olingo2/camel-olingo2-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml
index 4be1df4..34ddc84 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -298,6 +298,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
+            <version>${exec-maven-plugin-version}</version>
             <executions>
               <execution>
                 <id>generate-sources</id>