Repository: oozie
Updated Branches:
  refs/heads/master 02a81df17 -> 05027479a


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/05027479
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/05027479
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/05027479

Branch: refs/heads/master
Commit: 05027479a7ec0324e21b12e8ccdb471808d2ac9d
Parents: 02a81df
Author: Bowen Zhang <[email protected]>
Authored: Mon Dec 22 13:12:05 2014 -0800
Committer: Bowen Zhang <[email protected]>
Committed: Mon Dec 22 13:14:29 2014 -0800

----------------------------------------------------------------------
 pom.xml         | 6 ++++++
 release-log.txt | 1 +
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/05027479/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5507381..9fa81e2 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/05027479/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 0bbb90f..8c35624 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.2.0 release (trunk - unreleased)
 
+OOZIE-2098 Add Apache parent POM to oozie (sureshms via bzhang)
 OOZIE-2093 TestSubmitXCommand.testProtoConfStorage fails against Hadoop 2 
(rkanter)
 OOZIE-2028 Coord action rerun with -failed option should rerun existing 
workflow with RERUN_FAIL_NODES=true (jaydeepvishwakarma via shwethags)
 OOZIE-2029 Workflow re-run with RERUN_FAIL_NODES=true should re-run only the 
failed nodes of the sub-workflow (jaydeepvishwakarma via shwethags)

Reply via email to