You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by mo...@apache.org on 2012/10/31 23:17:53 UTC

svn commit: r1404384 - in /oozie/branches/branch-3.1: docs/pom.xml release-log.txt

Author: mona
Date: Wed Oct 31 22:17:53 2012
New Revision: 1404384

URL: http://svn.apache.org/viewvc?rev=1404384&view=rev
Log:
BackportOOZIE-810 Modify Oozie POM to pickup doxia 9.2y from a repo where it is avail

Modified:
    oozie/branches/branch-3.1/docs/pom.xml
    oozie/branches/branch-3.1/release-log.txt

Modified: oozie/branches/branch-3.1/docs/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.1/docs/pom.xml?rev=1404384&r1=1404383&r2=1404384&view=diff
==============================================================================
--- oozie/branches/branch-3.1/docs/pom.xml (original)
+++ oozie/branches/branch-3.1/docs/pom.xml Wed Oct 31 22:17:53 2012
@@ -99,13 +99,13 @@
                                 <!-- Customized Doxia Maven Plugin for twiki documentation -->
                                 <groupId>org.apache.maven.doxia</groupId>
                                 <artifactId>doxia-module-twiki</artifactId>
-                                <version>1.0-alpha-9.2y</version>
+                                <version>1.0-alpha-9</version>
                             </dependency>
                             <dependency>
                                 <!-- Customized Doxia Maven Plugin for twiki documentation -->
                                 <groupId>org.apache.maven.doxia</groupId>
                                 <artifactId>doxia-core</artifactId>
-                                <version>1.0-alpha-9.2y</version>
+                                <version>1.0-alpha-9</version>
                             </dependency>
                         </dependencies>
                         <executions>

Modified: oozie/branches/branch-3.1/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.1/release-log.txt?rev=1404384&r1=1404383&r2=1404384&view=diff
==============================================================================
--- oozie/branches/branch-3.1/release-log.txt (original)
+++ oozie/branches/branch-3.1/release-log.txt Wed Oct 31 22:17:53 2012
@@ -2,7 +2,7 @@
 OOZIE-587 Out of memory issues due to current query design.(virag via mohammad)
 
 -- Oozie 3.1.3 release
-
+OOZIE-810 Modify Oozie POM to pickup doxia 9.2y from a repo where it is avail(tucu via Mohammad)
 OOZIE-694 Update the Install and Quick start guide with appropriate hadoop versions for branch-3.1 (Mohammad)
 OOZIE-602 Update the Hadoop version to be an Apache Hadoop version (tucu)
 OOZIE-689 XTestCase proxyuser settings fails with Hadoop 1.0.0/0.23.1 (tucu)