Repository: oozie Updated Branches: refs/heads/branch-4.1 05fbfd1f5 -> dbf93a0e1
OOZIE-2098 Add Apache parent POM to oozie (sureshms via bzhang) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/dbf93a0e Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/dbf93a0e Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/dbf93a0e Branch: refs/heads/branch-4.1 Commit: dbf93a0e13d817da46e0253b4896305b9c3964f9 Parents: 05fbfd1 Author: Bowen Zhang <[email protected]> Authored: Mon Dec 22 13:19:35 2014 -0800 Committer: Bowen Zhang <[email protected]> Committed: Mon Dec 22 13:19:35 2014 -0800 ---------------------------------------------------------------------- pom.xml | 6 ++++++ release-log.txt | 2 ++ 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/dbf93a0e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5233c3e..72b6e54 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,12 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>16</version> + </parent> + <modelVersion>4.0.0</modelVersion> <groupId>org.apache.oozie</groupId> <artifactId>oozie-main</artifactId> http://git-wip-us.apache.org/repos/asf/oozie/blob/dbf93a0e/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index cdb2410..54e962a 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,3 +1,5 @@ +-- Oozie 4.1.1 release (4.1 branch - unreleased) +OOZIE-2098 Add Apache parent POM to oozie (sureshms via bzhang) -- Oozie 4.1.0 release OOZIE-2064 coord job with frequency coord:endOfMonths doesn't materialize (puru)
