Author: djencks
Date: Wed Oct 23 00:08:06 2013
New Revision: 1534868
URL: http://svn.apache.org/r1534868
Log:
remove snapshot dependency on 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=1534868&r1=1534867&r2=1534868&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Wed Oct 23 00:08:06 2013
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>