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/03/14 08:43:14 UTC

svn commit: r1456357 - /hbase/branches/0.94/pom.xml

Author: stack
Date: Thu Mar 14 07:43:13 2013
New Revision: 1456357

URL: http://svn.apache.org/r1456357
Log:
HBASE-8090 Versioning site; part two, publish 0.94 site and add link from main site

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1456357&r1=1456356&r2=1456357&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Thu Mar 14 07:43:13 2013
@@ -2554,4 +2554,14 @@ MAVEN_OPTS=-Xmx2048m mvn clean test -Pcl
       </plugin>
     </plugins>
   </reporting>
+  <distributionManagement>
+      <site>
+          <id>hbase.apache.org</id>
+          <name>HBase Website at hbase.apache.org</name>
+          <!-- On why this is the tmp dir and not hbase.apache.org, see
+               https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
+               -->
+          <url>file:///tmp</url>
+      </site>
+  </distributionManagement>
 </project>