You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2013/02/28 20:43:08 UTC

svn commit: r1451311 - /accumulo/trunk/pom.xml

Author: bimargulies
Date: Thu Feb 28 19:43:08 2013
New Revision: 1451311

URL: http://svn.apache.org/r1451311
Log:
ACCUMULO-1122: The site publication to the SCM now runs.

Modified:
    accumulo/trunk/pom.xml

Modified: accumulo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/pom.xml?rev=1451311&r1=1451310&r2=1451311&view=diff
==============================================================================
--- accumulo/trunk/pom.xml (original)
+++ accumulo/trunk/pom.xml Thu Feb 28 19:43:08 2013
@@ -45,6 +45,9 @@
       <url>scm:svn:https://svn.apache.org/repos/asf/accumulo/site/trunk/maven-site</url>
     </site>
   </distributionManagement>
+  <!-- this URL is where the site derived via the maven-site-plugin ends up, not the generic site -->
+  <url>http://accumulo.apache.org/maven-site/</url>
+
 
   <modules>
     <module>trace</module>
@@ -777,8 +780,6 @@
     <url>https://builds.apache.org/view/A-F/view/Accumulo/</url>
     <system>Apache Jenkins</system>
   </ciManagement>
-  <!-- this URL is where the site derived via the maven-site-plugin ends up, not the generic site -->
-  <url>http://accumulo.apache.org/maven/</url>
 
   <description>Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</description>