Author: kamrul
Date: Tue May 1 04:40:23 2012
New Revision: 1332518
URL: http://svn.apache.org/viewvc?rev=1332518&view=rev
Log:
OOZIE-810 Modify Oozie POM to pickup doxia 9.2y from a repo where it is
avail(tucu via Mohammad)
Modified:
incubator/oozie/branches/branch-3.2/pom.xml
incubator/oozie/branches/branch-3.2/release-log.txt
Modified: incubator/oozie/branches/branch-3.2/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/branches/branch-3.2/pom.xml?rev=1332518&r1=1332517&r2=1332518&view=diff
==============================================================================
--- incubator/oozie/branches/branch-3.2/pom.xml (original)
+++ incubator/oozie/branches/branch-3.2/pom.xml Tue May 1 04:40:23 2012
@@ -152,10 +152,11 @@
</snapshots>
</pluginRepository>
<pluginRepository>
- <id>yahoo.github</id>
- <url>http://yahoo.github.com/maven/repository</url>
+ <id>repository.cloudera.com</id>
+ <name>repository.cloudera.com-releases</name>
+
<url>https://repository.cloudera.com/artifactory/ext-release-local</url>
<snapshots>
- <enabled>true</enabled>
+ <enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Modified: incubator/oozie/branches/branch-3.2/release-log.txt
URL:
http://svn.apache.org/viewvc/incubator/oozie/branches/branch-3.2/release-log.txt?rev=1332518&r1=1332517&r2=1332518&view=diff
==============================================================================
--- incubator/oozie/branches/branch-3.2/release-log.txt (original)
+++ incubator/oozie/branches/branch-3.2/release-log.txt Tue May 1 04:40:23 2012
@@ -1,5 +1,6 @@
-- Oozie 3.2.0 release
+OOZIE-810 Modify Oozie POM to pickup doxia 9.2y from a repo where it is
avail(tucu via Mohammad)
OOZIE-241 EL function(s) to expose action output data as a (XML/JSON/PROP)
blob (tucu)
OOZIE-820 Shell action to support env-var value with = sign (Mona via Mohammad)
OOZIE-825 Update oozie-sharelib-hive to use Hive 0.9.0 (virag via tucu)