You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2007/12/14 18:03:45 UTC

svn commit: r604230 - /felix/trunk/scrplugin/pom.xml

Author: cziegeler
Date: Fri Dec 14 09:03:44 2007
New Revision: 604230

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

Modified:
    felix/trunk/scrplugin/pom.xml

Modified: felix/trunk/scrplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/pom.xml?rev=604230&r1=604229&r2=604230&view=diff
==============================================================================
--- felix/trunk/scrplugin/pom.xml (original)
+++ felix/trunk/scrplugin/pom.xml Fri Dec 14 09:03:44 2007
@@ -28,7 +28,7 @@
     <groupId>org.apache.felix</groupId>
     <artifactId>maven-scr-plugin</artifactId>
 
-	<version>1.0.0</version>
+	<version>1.0.1-SNAPSHOT</version>
 	<packaging>maven-plugin</packaging>
 
 	<name>Maven SCR Plugin</name>
@@ -37,9 +37,9 @@
 	</description>
 
 	<scm>
-		<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.0.0</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.0.0</developerConnection>
-		<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.0.0</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scrplugin</connection>
+		<developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scrplugin</developerConnection>
+		<url>http://svn.apache.org/repos/asf/felix/scrplugin</url>
 	</scm>
 
 	<dependencies>