You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2014/01/18 04:19:34 UTC

svn commit: r1559310 - /felix/trunk/scr/pom.xml

Author: djencks
Date: Sat Jan 18 03:19:32 2014
New Revision: 1559310

URL: http://svn.apache.org/r1559310
Log:
use released version of utils

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1559310&r1=1559309&r2=1559310&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Sat Jan 18 03:19:32 2014
@@ -96,7 +96,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.utils</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.4.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>