You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2018/05/22 08:51:33 UTC

oozie git commit: OOZIE-2826 Upgrade joda-time to 2.9.9 (dbist13 via andras.piros)

Repository: oozie
Updated Branches:
  refs/heads/master 85a8be7db -> c2f48f5d8


OOZIE-2826 Upgrade joda-time to 2.9.9 (dbist13 via andras.piros)


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

Branch: refs/heads/master
Commit: c2f48f5d83b00b1c3e075830251b281cd9bb3180
Parents: 85a8be7
Author: Andras Piros <an...@cloudera.com>
Authored: Tue May 22 10:50:51 2018 +0200
Committer: Andras Piros <an...@cloudera.com>
Committed: Tue May 22 10:50:51 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/oozie/blob/c2f48f5d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90ba8e2..fd48857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1535,8 +1535,9 @@
             <dependency>
                 <groupId>joda-time</groupId>
                 <artifactId>joda-time</artifactId>
-                <version>2.1</version>
+                <version>2.9.9</version>
             </dependency>
+
             <dependency>
                 <groupId>com.google.code.gson</groupId>
                 <artifactId>gson</artifactId>

http://git-wip-us.apache.org/repos/asf/oozie/blob/c2f48f5d/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 0e16d2f..11e8576 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.1.0 release (trunk - unreleased)
 
+OOZIE-2826 Upgrade joda-time to 2.9.9 (dbist13 via andras.piros)
 OOZIE-3094 [Docs] Fix for grammar mistake in DG_ActionAuthentication.twiki (dbist13 via andras.piros)
 OOZIE-2867 [Coordinators] Emphasize Region/City timezone format (dbist13 via rkanter, andras.piros)
 OOZIE-3242 Flaky test TestXCommand#testXCommandLifecycleLockingFailingToLock (pbacsko via gezapeti)