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 2010/04/27 12:16:10 UTC

svn commit: r938394 - /felix/trunk/scr-annotations/pom.xml

Author: cziegeler
Date: Tue Apr 27 10:16:09 2010
New Revision: 938394

URL: http://svn.apache.org/viewvc?rev=938394&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.scr.annotations-1.3.0

Modified:
    felix/trunk/scr-annotations/pom.xml

Modified: felix/trunk/scr-annotations/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr-annotations/pom.xml?rev=938394&r1=938393&r2=938394&view=diff
==============================================================================
--- felix/trunk/scr-annotations/pom.xml (original)
+++ felix/trunk/scr-annotations/pom.xml Tue Apr 27 10:16:09 2010
@@ -29,7 +29,7 @@
 	<groupId>org.apache.felix</groupId>
 	<artifactId>org.apache.felix.scr.annotations</artifactId>
 
-	<version>1.3.0-SNAPSHOT</version>
+	<version>1.3.0</version>
 	<packaging>jar</packaging>
 
 	<name>Annotations for SCR</name>
@@ -38,9 +38,9 @@
 	</description>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scr-annotations</connection>
-		<developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scr-annotations</developerConnection>
-		<url>http://svn.apache.org/repos/asf/felix/scr-annotations</url>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.annotations-1.3.0</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.annotations-1.3.0</developerConnection>
+		<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.annotations-1.3.0</url>
 	</scm>
 
 	<build>