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 2012/01/06 16:43:11 UTC

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

Author: ecn
Date: Fri Jan  6 15:43:10 2012
New Revision: 1228237

URL: http://svn.apache.org/viewvc?rev=1228237&view=rev
Log:
ACCUMULO-222 removing unnecessary and conflicting sections that should be inherited from apache

Modified:
    incubator/accumulo/trunk/pom.xml

Modified: incubator/accumulo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/pom.xml?rev=1228237&r1=1228236&r2=1228237&view=diff
==============================================================================
--- incubator/accumulo/trunk/pom.xml (original)
+++ incubator/accumulo/trunk/pom.xml Fri Jan  6 15:43:10 2012
@@ -506,17 +506,6 @@
     </dependency>
   </dependencies>
 
-  <distributionManagement>
-    <repository>
-      <id>${accumulo-releases-repo}</id>
-      <url>${accumulo-releases-url}</url>
-    </repository>
-    <snapshotRepository>
-      <id>${accumulo-snapshots-repo}</id>
-      <url>${accumulo-snapshots-url}</url>
-    </snapshotRepository>
-  </distributionManagement>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/accumulo/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/accumulo/trunk</developerConnection>
@@ -528,7 +517,9 @@
     <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>