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:11:12 UTC

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

Author: cziegeler
Date: Tue Dec 15 10:11:12 2009
New Revision: 890732

URL: http://svn.apache.org/viewvc?rev=890732&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.scr.annotations-1.2.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=890732&r1=890731&r2=890732&view=diff
==============================================================================
--- felix/trunk/scr-annotations/pom.xml (original)
+++ felix/trunk/scr-annotations/pom.xml Tue Dec 15 10:11:12 2009
@@ -29,7 +29,7 @@
 	<groupId>org.apache.felix</groupId>
 	<artifactId>org.apache.felix.scr.annotations</artifactId>
 
-	<version>1.2.1-SNAPSHOT</version>
+	<version>1.2.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.2.0</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.annotations-1.2.0</developerConnection>
+		<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.annotations-1.2.0</url>
 	</scm>
 
 	<build>