You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/04/01 21:49:53 UTC

svn commit: r1463267 - in /hbase/branches/0.95: hbase-assembly/pom.xml pom.xml

Author: stack
Date: Mon Apr  1 19:49:52 2013
New Revision: 1463267

URL: http://svn.apache.org/r1463267
Log:
HBASE-8236 Set finalName property in hbase-assembly else basename is hbase-assembly rather than hbase: ADDENDUM

Modified:
    hbase/branches/0.95/hbase-assembly/pom.xml
    hbase/branches/0.95/pom.xml

Modified: hbase/branches/0.95/hbase-assembly/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-assembly/pom.xml?rev=1463267&r1=1463266&r2=1463267&view=diff
==============================================================================
Binary files - no diff available.

Modified: hbase/branches/0.95/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/pom.xml?rev=1463267&r1=1463266&r2=1463267&view=diff
==============================================================================
--- hbase/branches/0.95/pom.xml (original)
+++ hbase/branches/0.95/pom.xml Mon Apr  1 19:49:52 2013
@@ -623,6 +623,7 @@
           <version>0.8</version>
           <configuration>
             <excludes>
+              <exclude>**/*.versionsBackup</exclude>
               <exclude>**/*.log</exclude>
               <exclude>**/.*</exclude>
               <exclude>**/*.tgz</exclude>