Author: kamrul
Date: Tue May 1 04:41:34 2012
New Revision: 1332520
URL: http://svn.apache.org/viewvc?rev=1332520&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/trunk/pom.xml
incubator/oozie/trunk/release-log.txt
Modified: incubator/oozie/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/pom.xml?rev=1332520&r1=1332519&r2=1332520&view=diff
==============================================================================
--- incubator/oozie/trunk/pom.xml (original)
+++ incubator/oozie/trunk/pom.xml Tue May 1 04:41:34 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/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1332520&r1=1332519&r2=1332520&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Tue May 1 04:41:34 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-825 Update oozie-sharelib-hive to use Hive 0.9.0 (virag via tucu)
OOZIE-812 ooziedb tool does not create VALIDATE_CONN table (tucu)