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 2009/12/15 11:22:35 UTC

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

Author: cziegeler
Date: Tue Dec 15 10:22:35 2009
New Revision: 890743

URL: http://svn.apache.org/viewvc?rev=890743&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=890743&r1=890742&r2=890743&view=diff
==============================================================================
--- felix/trunk/scrplugin/pom.xml (original)
+++ felix/trunk/scrplugin/pom.xml Tue Dec 15 10:22:35 2009
@@ -29,7 +29,7 @@
     <groupId>org.apache.felix</groupId>
     <artifactId>maven-scr-plugin</artifactId>
 
-	<version>1.4.2</version>
+	<version>1.4.3-SNAPSHOT</version>
 	<packaging>maven-plugin</packaging>
 
 	<name>Maven SCR Plugin</name>
@@ -38,9 +38,9 @@
 	</description>
 
 	<scm>
-		<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.4.2</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.4.2</developerConnection>
-		<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.4.2</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>