You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2015/04/29 20:28:20 UTC

oozie git commit: OOZIE-2218 META-INF directories in the war file have 777 permissions (rkanter)

Repository: oozie
Updated Branches:
  refs/heads/master 7c78935b3 -> 516919408


OOZIE-2218 META-INF directories in the war file have 777 permissions (rkanter)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/51691940
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/51691940
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/51691940

Branch: refs/heads/master
Commit: 516919408e015dc98cd0449c833a19eb48aaebd7
Parents: 7c78935
Author: Robert Kanter <rk...@cloudera.com>
Authored: Wed Apr 29 11:27:58 2015 -0700
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Wed Apr 29 11:27:58 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/oozie/blob/51691940/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 532b155..ea9ccef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1519,7 +1519,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>2.1</version>
+                    <version>2.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.rat</groupId>

http://git-wip-us.apache.org/repos/asf/oozie/blob/51691940/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 28051b7..7de6ae2 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.2.0 release (trunk - unreleased)
 
+OOZIE-2218 META-INF directories in the war file have 777 permissions (rkanter)
 OOZIE-2130 Add EL Function for offsetting a date by a timezone amount including DST (rkanter)
 OOZIE-2199 Ooziedb.cmd and oozie-setup.ps1 are missing jars in lib/ for classpath on Windows (venkatnrangan via bzhang)
 OOZIE-2012 coordinator with an invalid cron frequency throws NPE after validation (bzhang)