You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2012/10/25 21:50:33 UTC

svn commit: r1402303 - in /incubator/ambari/branches/AMBARI-666: AMBARI-666-CHANGES.txt ambari-project/pom.xml

Author: yusaku
Date: Thu Oct 25 19:50:33 2012
New Revision: 1402303

URL: http://svn.apache.org/viewvc?rev=1402303&view=rev
Log:
AMBARI-899. Use slf4j-api 1.5.5 rather than 1.6.6. (yusaku)

Modified:
    incubator/ambari/branches/AMBARI-666/AMBARI-666-CHANGES.txt
    incubator/ambari/branches/AMBARI-666/ambari-project/pom.xml

Modified: incubator/ambari/branches/AMBARI-666/AMBARI-666-CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/AMBARI-666-CHANGES.txt?rev=1402303&r1=1402302&r2=1402303&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/AMBARI-666-CHANGES.txt (original)
+++ incubator/ambari/branches/AMBARI-666/AMBARI-666-CHANGES.txt Thu Oct 25 19:50:33 2012
@@ -367,6 +367,8 @@ AMBARI-666 branch (unreleased changes)
 
   BUG FIXES
 
+  AMBARI-899. Use slf4j-api 1.5.5 rather than 1.6.6. (yusaku)
+
   AMBARI-902. Fix ZooKeeper badge allocation logic for single host and 
   muliple hosts installation in step5 installer wizard. (Jaimin Jetly via
   yusaku)

Modified: incubator/ambari/branches/AMBARI-666/ambari-project/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-project/pom.xml?rev=1402303&r1=1402302&r2=1402303&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-project/pom.xml (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-project/pom.xml Thu Oct 25 19:50:33 2012
@@ -162,7 +162,7 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.6.6</version>
+        <version>1.5.5</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>