You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2011/10/18 15:47:11 UTC

svn commit: r1185653 - /incubator/accumulo/trunk/pom.xml

Author: ecn
Date: Tue Oct 18 13:47:11 2011
New Revision: 1185653

URL: http://svn.apache.org/viewvc?rev=1185653&view=rev
Log:
ACCUMULO-22: point pom urls to useful sites

Modified:
    incubator/accumulo/trunk/pom.xml

Modified: incubator/accumulo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/pom.xml?rev=1185653&r1=1185652&r2=1185653&view=diff
==============================================================================
--- incubator/accumulo/trunk/pom.xml (original)
+++ incubator/accumulo/trunk/pom.xml Tue Oct 18 13:47:11 2011
@@ -604,8 +604,19 @@
 	</distributionManagement>
 
 	<scm>
-		<connection>${accumulo-scm-url}</connection>
-		<developerConnection>${accumulo-scm-devurl}</developerConnection>
+		<connection>https://svn.apache.org/repos/asf/incubator/accumulo/trunk</connection>
+		<developerConnection>https://svn.apache.org/repos/asf/incubator/accumulo/trunk</developerConnection>
+		<url>https://svn.apache.org/repos/asf/incubator/accumulo/</url>
 	</scm>
 
+	<ciManagement>
+		<url>https://builds.apache.org/job/Accumulo-Trunk-Nightly/</url>
+		<system>Apache Jenkins</system>
+	</ciManagement>
+	<url>http://incubator.apache.org/accumulo/</url>
+	<description>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>
+	<issueManagement>
+		<system>Apache's JIRA issue tracker</system>
+		<url>https://issues.apache.org/jira/browse/ACCUMULO</url>
+	</issueManagement>
 </project>