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:42:31 UTC

svn commit: r1228236 - /incubator/accumulo/branches/1.4/pom.xml

Author: ecn
Date: Fri Jan  6 15:42:30 2012
New Revision: 1228236

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

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

Modified: incubator/accumulo/branches/1.4/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/pom.xml?rev=1228236&r1=1228235&r2=1228236&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/pom.xml (original)
+++ incubator/accumulo/branches/1.4/pom.xml Fri Jan  6 15:42:30 2012
@@ -621,17 +621,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/branches/1.4</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4</developerConnection>