Repository: oozie Updated Branches: refs/heads/master 09e053264 -> 34fb27a61
OOZIE-3284 Upgrade maven-javadoc-plugin to 3.0.1 (kmarton via pbacsko, andras.piros) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/34fb27a6 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/34fb27a6 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/34fb27a6 Branch: refs/heads/master Commit: 34fb27a61ef7bf77bb521fb9289d69b2c18907dd Parents: 09e0532 Author: Andras Piros <[email protected]> Authored: Thu Jun 14 12:52:18 2018 +0200 Committer: Andras Piros <[email protected]> Committed: Thu Jun 14 12:52:18 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- release-log.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/34fb27a6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f35868..3e90531 100644 --- a/pom.xml +++ b/pom.xml @@ -1633,7 +1633,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> <configuration> <additionalparam>${maven.javadoc.opts}</additionalparam> </configuration> http://git-wip-us.apache.org/repos/asf/oozie/blob/34fb27a6/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 7d53bb3..4b20f3b 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.1.0 release (trunk - unreleased) +OOZIE-3284 Upgrade maven-javadoc-plugin to 3.0.1 (kmarton via pbacsko, andras.piros) OOZIE-3278 Oozie fails to start with Hadoop 2.6.0 (kmarton via andras.piros) OOZIE-3260 [sla] Remove stale item above max retries on JPA related errors from in-memory SLA map (andras.piros) OOZIE-3233 Remove DST shift from the coordinator job's end time (kmarton via andras.piros)
