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 2017/01/12 07:26:25 UTC

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

Author: cziegeler
Date: Thu Jan 12 07:26:25 2017
New Revision: 1778391

URL: http://svn.apache.org/viewvc?rev=1778391&view=rev
Log:
Switch to 1.8.7-SNAPSHOT for utils during vote

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1778391&r1=1778390&r2=1778391&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Thu Jan 12 07:26:25 2017
@@ -115,7 +115,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.utils</artifactId>
-            <version>1.8.6</version>
+            <version>1.8.7-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>