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 2014/05/19 13:13:59 UTC

svn commit: r1595829 - /felix/trunk/scrplugin/bnd-scr-plugin/pom.xml

Author: cziegeler
Date: Mon May 19 11:13:58 2014
New Revision: 1595829

URL: http://svn.apache.org/r1595829
Log:
Prepare for release

Modified:
    felix/trunk/scrplugin/bnd-scr-plugin/pom.xml

Modified: felix/trunk/scrplugin/bnd-scr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/bnd-scr-plugin/pom.xml?rev=1595829&r1=1595828&r2=1595829&view=diff
==============================================================================
--- felix/trunk/scrplugin/bnd-scr-plugin/pom.xml (original)
+++ felix/trunk/scrplugin/bnd-scr-plugin/pom.xml Mon May 19 11:13:58 2014
@@ -49,13 +49,13 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.generator</artifactId>
-			<version>1.9.1-SNAPSHOT</version>
+			<version>1.10.0</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
-			<version>1.9.9-SNAPSHOT</version>
+			<version>1.9.8</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>