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/10/06 17:27:07 UTC

svn commit: r1005085 - /felix/trunk/webconsole/pom.xml

Author: cziegeler
Date: Wed Oct  6 15:27:07 2010
New Revision: 1005085

URL: http://svn.apache.org/viewvc?rev=1005085&view=rev
Log:
Use released version of SCR

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=1005085&r1=1005084&r2=1005085&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Wed Oct  6 15:27:07 2010
@@ -247,7 +247,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr</artifactId>
-            <version>1.4.1-SNAPSHOT</version>
+            <version>1.6.0</version>
             <scope>provided</scope>
         </dependency>