You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/12 14:21:16 UTC

svn commit: r1420660 - /maven/release/trunk/maven-release-plugin/pom.xml

Author: olamy
Date: Wed Dec 12 13:21:16 2012
New Revision: 1420660

URL: http://svn.apache.org/viewvc?rev=1420660&view=rev
Log:
maven-release-plugin will be now at the same level as maven-release site

Modified:
    maven/release/trunk/maven-release-plugin/pom.xml

Modified: maven/release/trunk/maven-release-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/pom.xml?rev=1420660&r1=1420659&r2=1420660&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/pom.xml Wed Dec 12 13:21:16 2012
@@ -33,20 +33,11 @@
 
   <name>Maven Release Plugin</name>
   <description>This plugin is used to release a project with Maven, saving a lot of repetitive, manual work.</description>
-  <url>http://maven.apache.org/plugins/maven-release-plugin/</url>
 
   <prerequisites>
     <maven>${mavenVersion}</maven>
   </prerequisites>
 
-
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-release-plugin</url>
-    </site>
-  </distributionManagement>
-  
   <properties>
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
   </properties>