You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2011/09/21 17:51:22 UTC

svn commit: r1173735 - /felix/trunk/bundlerepository/pom.xml

Author: rickhall
Date: Wed Sep 21 15:51:22 2011
New Revision: 1173735

URL: http://svn.apache.org/viewvc?rev=1173735&view=rev
Log:
Update Utils dependency to snapshot version. (FELIX-3119)

Modified:
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundlerepository/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=1173735&r1=1173734&r2=1173735&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Wed Sep 21 15:51:22 2011
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.utils</artifactId>
-      <version>1.1.0</version>
+      <version>1.1.1-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>