You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2009/10/05 10:53:39 UTC

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

Author: fmeschbe
Date: Mon Oct  5 08:53:38 2009
New Revision: 821722

URL: http://svn.apache.org/viewvc?rev=821722&view=rev
Log:
Revert to using 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=821722&r1=821721&r2=821722&view=diff
==============================================================================
--- felix/trunk/scrplugin/pom.xml (original)
+++ felix/trunk/scrplugin/pom.xml Mon Oct  5 08:53:38 2009
@@ -67,7 +67,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
-			<version>1.0.1-SNAPSHOT</version>
+			<version>1.0.0</version>
 		</dependency>
         
         <!-- Sling Servlet SCR Annotation -->