You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/05/10 06:51:01 UTC

incubator-apex-core git commit: Upgrade Jackson 1.9.2 -> 1.9.13 (latest 1.x patch)

Repository: incubator-apex-core
Updated Branches:
  refs/heads/master 85a0af214 -> 2ad07ee1a


Upgrade Jackson 1.9.2 -> 1.9.13 (latest 1.x patch)


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/2ad07ee1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/2ad07ee1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/2ad07ee1

Branch: refs/heads/master
Commit: 2ad07ee1a0f32aeb70f7bae22b2a096f89c3709d
Parents: 85a0af2
Author: Tatu Saloranta <ta...@iki.fi>
Authored: Mon May 9 13:30:20 2016 -0700
Committer: Tatu Saloranta <ta...@iki.fi>
Committed: Mon May 9 13:30:20 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/2ad07ee1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 96ea383..07f2e3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
     <maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
     <hadoop.version>2.2.0</hadoop.version>
     <github.global.server>github</github.global.server>
-    <jackson.version>1.9.2</jackson.version>
+    <jackson.version>1.9.13</jackson.version>
     <jersey.version>1.9</jersey.version>
     <!-- do not change jetty version as later versions have problems with DefaultServlet -->
     <jetty.version>8.1.10.v20130312</jetty.version>