This is an automated email from the ASF dual-hosted git repository.
asalamon74 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 8a4b6b5 OOZIE-3543 Upgrade quartz to 2.3.1 (matijhs via asalamon74)
8a4b6b5 is described below
commit 8a4b6b5bb055fc700f819439a8e8e43cd463154f
Author: Andras Salamon <[email protected]>
AuthorDate: Tue Sep 24 13:50:41 2019 +0200
OOZIE-3543 Upgrade quartz to 2.3.1 (matijhs via asalamon74)
---
pom.xml | 2 +-
release-log.txt | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7ed9545..e40bd1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1530,7 +1530,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
- <version>2.1.7</version>
+ <version>2.3.1</version>
</dependency>
<dependency>
diff --git a/release-log.txt b/release-log.txt
index d777a38..076dd57 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.2.0 release (trunk - unreleased)
+OOZIE-3543 Upgrade quartz to 2.3.1 (matijhs via asalamon74)
OOZIE-3179 Adding a configurable config-default.xml location to a workflow
(jphelps via asalamon74)
OOZIE-3405 SSH action shows empty error Message and Error code (matijhs via
asalamon74)
OOZIE-3542 Handle better old Hdfs implementations in ECPolicyDisabler (zsombor
dionusos via kmarton)