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/07/14 09:02:42 UTC

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

Author: cziegeler
Date: Wed Jul 14 07:02:42 2010
New Revision: 963958

URL: http://svn.apache.org/viewvc?rev=963958&view=rev
Log:
Use released annotations

Modified:
    felix/trunk/scrplugin/pom.xml

Modified: felix/trunk/scrplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/pom.xml?rev=963958&r1=963957&r2=963958&view=diff
==============================================================================
--- felix/trunk/scrplugin/pom.xml (original)
+++ felix/trunk/scrplugin/pom.xml Wed Jul 14 07:02:42 2010
@@ -67,7 +67,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
-			<version>1.3.1-SNAPSHOT</version>
+			<version>1.3.0</version>
 		</dependency>
         
         <!-- Sling Servlet SCR Annotation -->