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

[oozie] branch master updated: OOZIE-3520 Upgrade Derby to 10.14.2.0 (nobigo via asalamon74)

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 cced1ed  OOZIE-3520 Upgrade Derby to 10.14.2.0 (nobigo via asalamon74)
cced1ed is described below

commit cced1ed7121007a9cf17ae87c64c5e44b8c30b8d
Author: Andras Salamon <as...@apache.org>
AuthorDate: Mon Jul 1 11:26:49 2019 +0200

    OOZIE-3520 Upgrade Derby to 10.14.2.0 (nobigo via asalamon74)
---
 pom.xml         | 3 ++-
 release-log.txt | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f851c9..4484833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,7 @@
 
          <jline.version>0.9.94</jline.version>
          <openjpa.version>2.4.2</openjpa.version>
+         <derby.version>10.14.2.0</derby.version>
          <xerces.version>2.11.0</xerces.version>
          <curator.version>2.5.0</curator.version>
          <jackson.version>2.6.5</jackson.version>
@@ -1365,7 +1366,7 @@
             <dependency>
                 <groupId>org.apache.derby</groupId>
                 <artifactId>derby</artifactId>
-                <version>10.14.1.0</version>
+                <version>${derby.version}</version>
                 <scope>compile</scope>
             </dependency>
 
diff --git a/release-log.txt b/release-log.txt
index fe5ad3f..6031a2f 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.2.0 release (trunk - unreleased)
 
+OOZIE-3520 Upgrade Derby to 10.14.2.0 (nobigo via asalamon74)
 OOZIE-3513 Migrate from Preconditions.checkNotNull and ParamChecker.notNull (asalamon74 via kmarton)
 OOZIE-2907 Delete PrepareActionsDriver from oozie-sharelib (asalamon74 via kmarton)
 OOZIE-3518 [docs] Dead links in DG_HCatalogIntegration (nobigo via asalamon74)