You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/03/30 03:07:21 UTC

camel git commit: Related to Camel-8559. Upgrade jsonpath version from 1.2.0 to 2.0.0

Repository: camel
Updated Branches:
  refs/heads/master d0a071dc6 -> 9072fcb93


Related to Camel-8559. Upgrade jsonpath version from 1.2.0 to 2.0.0


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

Branch: refs/heads/master
Commit: 9072fcb93ea00ee0644f9a9697c5cda7816622f3
Parents: d0a071d
Author: ancosen <an...@gmail.com>
Authored: Sun Mar 29 10:55:28 2015 +0200
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Mar 30 09:00:36 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/9072fcb9/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 3be974b..99815d8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -284,7 +284,7 @@
     <jsonlib-version>2.4</jsonlib-version>
     <json4s-bundle-version>3.2.8_1</json4s-bundle-version>
     <json-asm-version>1.0.2</json-asm-version>
-    <json-path-version>1.2.0</json-path-version>
+    <json-path-version>2.0.0</json-path-version>
     <json-smart-version>2.1.1</json-smart-version>
     <jsp-api-2.1-version>1.0.1</jsp-api-2.1-version>
     <jsr311-api-version>1.1.1</jsr311-api-version>