You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sh...@apache.org on 2014/01/16 08:39:03 UTC

git commit: FALCON-252 Upgrade to json-simple 1.1.1. Contributed by Jean-Baptiste Onofré

Updated Branches:
  refs/heads/master 6bb539f3d -> 7ea43bd0a


FALCON-252 Upgrade to json-simple 1.1.1. Contributed by Jean-Baptiste Onofré


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/7ea43bd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/7ea43bd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/7ea43bd0

Branch: refs/heads/master
Commit: 7ea43bd0ab53a45dc793e7998c99ab3bff166337
Parents: 6bb539f
Author: Shwetha GS <sh...@gmail.com>
Authored: Thu Jan 16 13:08:54 2014 +0530
Committer: Shwetha GS <sh...@gmail.com>
Committed: Thu Jan 16 13:08:54 2014 +0530

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 pom.xml     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/7ea43bd0/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 6f8f4c1..9c5af70 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,8 @@ Trunk (Unreleased)
     FALCON-238 Support updates at specific time. (Shwetha GS)
    
   IMPROVEMENTS
+    FALCON-252 Upgrade to json-simple 1.1.1. ( Jean-Baptiste Onofré via Shwetha GS)
+
     FALCON-233 Update hadoop 2 version to 2.2.0. (Venkatesh Seetharam
     via Shwetha GS)
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/7ea43bd0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb67827..59e3241 100644
--- a/pom.xml
+++ b/pom.xml
@@ -536,7 +536,7 @@
             <dependency>
                 <groupId>com.googlecode.json-simple</groupId>
                 <artifactId>json-simple</artifactId>
-                <version>1.1</version>
+                <version>1.1.1</version>
             </dependency>
 
             <dependency>