Author: pauls
Date: Thu Sep 22 13:11:40 2016
New Revision: 1761964

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

Modified:
    felix/trunk/framework.security/pom.xml
    felix/trunk/framework/pom.xml
    felix/trunk/main.distribution/pom.xml
    felix/trunk/main/pom.xml

Modified: felix/trunk/framework.security/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/framework.security/pom.xml?rev=1761964&r1=1761963&r2=1761964&view=diff
==============================================================================
--- felix/trunk/framework.security/pom.xml (original)
+++ felix/trunk/framework.security/pom.xml Thu Sep 22 13:11:40 2016
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.6.0</version>
+      <version>5.7.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>

Modified: felix/trunk/framework/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1761964&r1=1761963&r2=1761964&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Thu Sep 22 13:11:40 2016
@@ -127,7 +127,7 @@
     <dependency>
        <groupId>org.apache.felix</groupId>
        <artifactId>org.apache.felix.resolver</artifactId>
-       <version>1.10.0</version>
+       <version>1.11.0-SNAPSHOT</version>
        <scope>provided</scope>
     </dependency>
     <dependency>

Modified: felix/trunk/main.distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/main.distribution/pom.xml?rev=1761964&r1=1761963&r2=1761964&view=diff
==============================================================================
--- felix/trunk/main.distribution/pom.xml (original)
+++ felix/trunk/main.distribution/pom.xml Thu Sep 22 13:11:40 2016
@@ -30,7 +30,7 @@
   <version>5.7.0-SNAPSHOT</version>
   <properties>
     <dollar>$</dollar>
-    <framework.version>5.6.0</framework.version>
+    <framework.version>5.7.0-SNAPSHOT</framework.version>
     <gogo.runtime.version>0.16.2</gogo.runtime.version>
     <gogo.shell.version>0.10.0</gogo.shell.version>
     <gogo.command.version>0.16.0</gogo.command.version>

Modified: felix/trunk/main/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1761964&r1=1761963&r2=1761964&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Thu Sep 22 13:11:40 2016
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.6.0</version>
+      <version>5.7.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <properties>


Reply via email to