You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2010/09/03 05:05:51 UTC

svn commit: r992189 - in /incubator/whirr/branches/branch-0.1: CHANGES.txt pom.xml

Author: tomwhite
Date: Fri Sep  3 03:05:51 2010
New Revision: 992189

URL: http://svn.apache.org/viewvc?rev=992189&view=rev
Log:
Merge -r 992187:992188 from trunk to branch-0.1. Fixes: WHIRR-84.

Modified:
    incubator/whirr/branches/branch-0.1/CHANGES.txt
    incubator/whirr/branches/branch-0.1/pom.xml

Modified: incubator/whirr/branches/branch-0.1/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.1/CHANGES.txt?rev=992189&r1=992188&r2=992189&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.1/CHANGES.txt (original)
+++ incubator/whirr/branches/branch-0.1/CHANGES.txt Fri Sep  3 03:05:51 2010
@@ -74,3 +74,5 @@ Release 0.1.0 - 2010-09-02
     WHIRR-79. Hadoop service is broken. (tomwhite)
 
     WHIRR-82. Integration tests should not run on "mvn install". (tomwhite)
+
+    WHIRR-84. Log4j is missing from the CLI JAR. (tomwhite)

Modified: incubator/whirr/branches/branch-0.1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.1/pom.xml?rev=992189&r1=992188&r2=992189&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.1/pom.xml (original)
+++ incubator/whirr/branches/branch-0.1/pom.xml Fri Sep  3 03:05:51 2010
@@ -112,7 +112,6 @@
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.15</version>
-        <scope>provided</scope>
         <exclusions>
           <exclusion>
             <groupId>javax.mail</groupId>