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 9520257 OOZIE-3544 Upgrade commons-beanutils to 1.9.4 (matijhs via
asalamon74)
9520257 is described below
commit 952025780dbea95559cdd2d781d65dc98496ef03
Author: Andras Salamon <[email protected]>
AuthorDate: Thu Sep 26 11:37:08 2019 +0200
OOZIE-3544 Upgrade commons-beanutils to 1.9.4 (matijhs via asalamon74)
---
pom.xml | 6 ++++++
release-log.txt | 1 +
2 files changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index e40bd1a..d73d578 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1709,6 +1709,12 @@
<artifactId>avro-ipc</artifactId>
<version>${avro.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.9.4</version>
+ </dependency>
</dependencies>
</dependencyManagement>
diff --git a/release-log.txt b/release-log.txt
index 076dd57..66538af 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.2.0 release (trunk - unreleased)
+OOZIE-3544 Upgrade commons-beanutils to 1.9.4 (matijhs via asalamon74)
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)