You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ma...@apache.org on 2020/07/09 10:32:09 UTC

[oozie] branch master updated: OOZIE-3601 Upgrade quartz to 2.3.2 (dengliming via matijhs)

This is an automated email from the ASF dual-hosted git repository.

matijhs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git


The following commit(s) were added to refs/heads/master by this push:
     new a344be7  OOZIE-3601 Upgrade quartz to 2.3.2 (dengliming via matijhs)
a344be7 is described below

commit a344be789c977392946d96fcd53173d5519d463b
Author: Mate Juhasz <ma...@apache.org>
AuthorDate: Thu Jul 9 12:30:54 2020 +0200

    OOZIE-3601 Upgrade quartz to 2.3.2 (dengliming via matijhs)
---
 pom.xml         | 2 +-
 release-log.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 36db31d..fdb2c88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1530,7 +1530,7 @@
             <dependency>
                 <groupId>org.quartz-scheduler</groupId>
                 <artifactId>quartz</artifactId>
-                <version>2.3.1</version>
+                <version>2.3.2</version>
             </dependency>
 
             <dependency>
diff --git a/release-log.txt b/release-log.txt
index 806a0f4..daca738 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.3.0 release (trunk - unreleased)
 
+OOZIE-3601 Upgrade quartz to 2.3.2 (dengliming via matijhs)
 OOZIE-3586 Oozie spark actions using --keytab fail due to duplicate dist. cache (jmakai via asalamon74)
 OOZIE-3592 Do not print misleading SecurityException for successful jobs (matijhs via asalamon74)
 OOZIE-3584 Fork-join action issue when action param cannot be resolved (jmakai via asalamon74)