You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/04/19 16:16:41 UTC

svn commit: r1327957 - /cocoon/trunk/parent/pom.xml

Author: ilgrosso
Date: Thu Apr 19 14:16:41 2012
New Revision: 1327957

URL: http://svn.apache.org/viewvc?rev=1327957&view=rev
Log:
Removing custom distribution management (thus using ASF Nexus)

Modified:
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=1327957&r1=1327956&r2=1327957&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Thu Apr 19 14:16:41 2012
@@ -1118,18 +1118,6 @@
   </scm>
 
   <distributionManagement>
-    <repository>
-      <id>cocoon-staging-repo</id>
-      <name>staging release repository</name>
-      <!-- available via http: http://people.apache.org/builds/cocoon -->
-      <url>scpexe://people.apache.org/www/people.apache.org/builds/cocoon</url>
-    </repository>
-    <snapshotRepository>
-      <id>apache-maven-snapshot</id>
-      <name>snapshot repository</name>
-      <url>scpexe://dev.indoqa.com/daten/repo.indoqa.com/maven2/snapshots</url>
-      <uniqueVersion>true</uniqueVersion>
-    </snapshotRepository>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}</url>