You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/04/10 18:26:12 UTC

svn commit: r763975 - /maven/pom/trunk/maven/pom.xml

Author: bentmann
Date: Fri Apr 10 16:26:12 2009
New Revision: 763975

URL: http://svn.apache.org/viewvc?rev=763975&view=rev
Log:
o Removed altDeploymentRepository config for maven-deploy-plugin which has been superseded by the staging service of Nexus

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=763975&r1=763974&r2=763975&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Fri Apr 10 16:26:12 2009
@@ -931,7 +931,6 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-deploy-plugin</artifactId>
             <configuration>
-              <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
               <updateReleaseInfo>true</updateReleaseInfo>
             </configuration>
           </plugin>