You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2016/10/21 21:38:59 UTC

svn commit: r1766153 - /felix/trunk/main/pom.xml

Author: pauls
Date: Fri Oct 21 21:38:59 2016
New Revision: 1766153

URL: http://svn.apache.org/viewvc?rev=1766153&view=rev
Log:
Upgrade dependencies after release

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1766153&r1=1766152&r2=1766153&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Fri Oct 21 21:38:59 2016
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.6.1</version>
+      <version>5.7.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <properties>