You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/01/13 13:45:43 UTC

svn commit: r611567 - /maven/plugins/trunk/maven-patch-plugin/pom.xml

Author: dennisl
Date: Sun Jan 13 04:45:42 2008
New Revision: 611567

URL: http://svn.apache.org/viewvc?rev=611567&view=rev
Log:
o Fix name and URLs.

Modified:
    maven/plugins/trunk/maven-patch-plugin/pom.xml

Modified: maven/plugins/trunk/maven-patch-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-patch-plugin/pom.xml?rev=611567&r1=611566&r2=611567&view=diff
==============================================================================
--- maven/plugins/trunk/maven-patch-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-patch-plugin/pom.xml Sun Jan 13 04:45:42 2008
@@ -27,13 +27,13 @@
   <artifactId>maven-patch-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <version>1.1-SNAPSHOT</version>
-  <name>maven-patch-plugin Maven Mojo</name>
-  <url>http://maven.apache.org/plugins/maven-patch-plugin</url>
+  <name>Maven Patch Plugin</name>
+  <url>http://maven.apache.org/plugins/maven-patch-plugin/</url>
  
   <scm>
-     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin</connection>
-     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin</developerConnection>
-     <url>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin/</url>
   </scm>
 
   <prerequisites>