You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2017/04/11 05:27:01 UTC

camel git commit: Fix wrong htmlunit version in camel-linkedin-api/pom.xml

Repository: camel
Updated Branches:
  refs/heads/master 19f1c75b7 -> 9fc4ca4e4


Fix wrong htmlunit version in camel-linkedin-api/pom.xml


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

Branch: refs/heads/master
Commit: 9fc4ca4e44e0b425c501df811027ffc67282e9a1
Parents: 19f1c75
Author: lburgazzoli <lb...@gmail.com>
Authored: Tue Apr 11 07:26:43 2017 +0200
Committer: lburgazzoli <lb...@gmail.com>
Committed: Tue Apr 11 07:26:43 2017 +0200

----------------------------------------------------------------------
 components/camel-linkedin/camel-linkedin-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9fc4ca4e/components/camel-linkedin/camel-linkedin-api/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-api/pom.xml b/components/camel-linkedin/camel-linkedin-api/pom.xml
index 9c444f2..a8babd7 100644
--- a/components/camel-linkedin/camel-linkedin-api/pom.xml
+++ b/components/camel-linkedin/camel-linkedin-api/pom.xml
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>net.sourceforge.htmlunit</groupId>
       <artifactId>htmlunit</artifactId>
-      <version>${htmlunit.version}</version>
+      <version>${htmlunit-version}</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>