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:02 UTC

svn commit: r1185652 - /incubator/accumulo/branches/1.3/pom.xml

Author: ecn
Date: Tue Oct 18 13:47:02 2011
New Revision: 1185652

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

Modified:
    incubator/accumulo/branches/1.3/pom.xml

Modified: incubator/accumulo/branches/1.3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/pom.xml?rev=1185652&r1=1185651&r2=1185652&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/pom.xml (original)
+++ incubator/accumulo/branches/1.3/pom.xml Tue Oct 18 13:47:02 2011
@@ -586,8 +586,15 @@
 	</distributionManagement>
 
 	<scm>
-		<connection>http://incubator.apache.org/accumulo</connection>
-		<developerConnection>http://incubator.apache.org/accumulo</developerConnection>
+		<connection>https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.3</connection>
+		<developerConnection>https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.3</developerConnection>
+		<url>https://svn.apache.org/repos/asf/incubator/accumulo/</url>
 	</scm>
 
+	<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>
+		<url>https://issues.apache.org/jira/browse/ACCUMULO</url>
+		<system>Apache's JIRA issue tracker</system>
+	</issueManagement>
 </project>