You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by tu...@apache.org on 2012/02/16 00:35:26 UTC

svn commit: r1244788 - in /incubator/oozie/trunk: core/pom.xml release-log.txt

Author: tucu
Date: Wed Feb 15 23:35:25 2012
New Revision: 1244788

URL: http://svn.apache.org/viewvc?rev=1244788&view=rev
Log:
OOZIE-696 scope of oozie-hadoop-test artifact is wrong (tucu)

Modified:
    incubator/oozie/trunk/core/pom.xml
    incubator/oozie/trunk/release-log.txt

Modified: incubator/oozie/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/pom.xml?rev=1244788&r1=1244787&r2=1244788&view=diff
==============================================================================
--- incubator/oozie/trunk/core/pom.xml (original)
+++ incubator/oozie/trunk/core/pom.xml Wed Feb 15 23:35:25 2012
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.oozie</groupId>
             <artifactId>oozie-hadoop-test</artifactId>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
 
         <dependency>

Modified: incubator/oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1244788&r1=1244787&r2=1244788&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Wed Feb 15 23:35:25 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.2.0 release
 
+OOZIE-696 scope of oozie-hadoop-test artifact is wrong (tucu)
 OOZIE-691 Fix testcases using launcher using Hadoop 0.23.x (tucu)
 OOZIE-690 use hadoop-client/hadoop-minicluster artifacts for Hadoop 0.23.1 & trunk (tucu)
 OOZIE-689 XTestCase proxyuser settings fails with Hadoop 1.0.0/0.23.1 (tucu)