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 2013/05/10 23:30:44 UTC

svn commit: r1481194 - in /incubator/ambari/trunk: CHANGES.txt pom.xml

Author: yusaku
Date: Fri May 10 21:30:43 2013
New Revision: 1481194

URL: http://svn.apache.org/r1481194
Log:
AMBARI-2108. Fix apache rat check issues for ambari (top-level dir). (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/pom.xml

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1481194&r1=1481193&r2=1481194&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri May 10 21:30:43 2013
@@ -836,6 +836,9 @@ Trunk (unreleased changes):
  Farrellee via mahadev)
 
  BUG FIXES
+ 
+ AMBARI-2108. Fix apache rat check issues for ambari (top-level dir).
+ (yusaku)
 
  AMBARI-2105. Assign Slaves page allows the user to specify a host with no
  components on it. (jaimin)

Modified: incubator/ambari/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/pom.xml?rev=1481194&r1=1481193&r2=1481194&view=diff
==============================================================================
--- incubator/ambari/trunk/pom.xml (original)
+++ incubator/ambari/trunk/pom.xml Fri May 10 21:30:43 2013
@@ -129,6 +129,7 @@
             <exclude>CHANGES.txt</exclude>
             <exclude>pass.txt</exclude>
             <exclude>contrib/addons/test/dataServices/jmx/data/cluster_configuration.json.nohbase</exclude>
+            <exclude>version</exclude>
 
             <!--IDE and GIT files-->
             <exclude>.idea/</exclude>