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/05 20:23:31 UTC

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

Author: jdcasey
Date: Thu Jul  5 11:23:31 2007
New Revision: 553602

URL: http://svn.apache.org/viewvc?view=rev&rev=553602
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: maven/sandbox/trunk/plugins/maven-patch-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-patch-plugin/pom.xml?view=diff&rev=553602&r1=553601&r2=553602
==============================================================================
--- maven/sandbox/trunk/plugins/maven-patch-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-patch-plugin/pom.xml Thu Jul  5 11:23:31 2007
@@ -8,14 +8,14 @@
   
   <artifactId>maven-patch-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.0</version>
+  <version>1.1-SNAPSHOT</version>
   <name>maven-patch-plugin Maven Mojo</name>
   <url>http://maven.apache.org</url>
  
   <scm>
-     <connection>scm:svn:https://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>https://svn.apache.org/repos/asf/maven/sandbox/tags/maven-patch-plugin-1.0</url>
+     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-patch-plugin</connection>
+     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-patch-plugin</developerConnection>
+     <url>http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-patch-plugin</url>
   </scm>
 
   <dependencies>