You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/07/12 17:41:38 UTC

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

Author: jdcasey
Date: Thu Jul 12 08:41:37 2007
New Revision: 555669

URL: http://svn.apache.org/viewvc?view=rev&rev=555669
Log:
[maven-release-plugin] prepare release maven-patch-plugin-1.0

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?view=diff&rev=555669&r1=555668&r2=555669
==============================================================================
--- maven/plugins/trunk/maven-patch-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-patch-plugin/pom.xml Thu Jul 12 08:41:37 2007
@@ -26,14 +26,14 @@
   
   <artifactId>maven-patch-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <name>maven-patch-plugin Maven Mojo</name>
   <url>http://maven.apache.org</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/sandbox/tags/maven-patch-plugin-1.0</connection>
+     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/tags/maven-patch-plugin-1.0</developerConnection>
+     <url>http://svn.apache.org/repos/asf/maven/sandbox/tags/maven-patch-plugin-1.0</url>
   </scm>
 
   <dependencies>