Repository: oozie Updated Branches: refs/heads/master b54417b79 -> 04dae7c6c
OOZIE-2100 Publish oozie-webapp artifact (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/04dae7c6 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/04dae7c6 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/04dae7c6 Branch: refs/heads/master Commit: 04dae7c6c94891aa6aff6516ea5a3aa0b38127b3 Parents: b54417b Author: Bowen Zhang <[email protected]> Authored: Mon Jan 5 13:56:24 2015 -0800 Committer: Bowen Zhang <[email protected]> Committed: Mon Jan 5 13:57:30 2015 -0800 ---------------------------------------------------------------------- release-log.txt | 1 + webapp/pom.xml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/04dae7c6/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 74ef9bc..dac246d 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.2.0 release (trunk - unreleased) +OOZIE-2100 Publish oozie-webapp artifact (sureshms via bzhang) OOZIE-1889 Convert NamedNativeQueries to JPQL (dvillegas via shwethags) OOZIE-1876 use pom properties rather than specific version numbers in the pom files of hbaselibs, hcataloglibs, sharelib, etc (shwethags) OOZIE-2027 Disable re-runs using the workflow directly if it has a parent (jaydeepvishwakarma via shwethags) http://git-wip-us.apache.org/repos/asf/oozie/blob/04dae7c6/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 928119c..990280d 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -139,9 +139,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
