You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2015/11/23 17:48:30 UTC

camel git commit: Upgrade Json-path to version 2.1.0

Repository: camel
Updated Branches:
  refs/heads/master e606fb8ea -> 344766212


Upgrade Json-path to version 2.1.0


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

Branch: refs/heads/master
Commit: 3447662125d6162b230788ec2322293bd00dac71
Parents: e606fb8
Author: Andrea Cosentino <an...@gmail.com>
Authored: Mon Nov 23 17:45:34 2015 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Mon Nov 23 17:45:35 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/34476621/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index bf6b32f..1d94252 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -306,7 +306,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>2.0.0</json-path-version>
+    <json-path-version>2.1.0</json-path-version>
     <json-simple-version>1.1.1</json-simple-version>
     <json-smart-version>2.2</json-smart-version>
     <jsp-api-2.1-version>1.0.1</jsp-api-2.1-version>