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 2015/10/13 17:11:46 UTC

svn commit: r1708431 - in /felix/trunk: framework/pom.xml main.distribution/pom.xml main/pom.xml

Author: pauls
Date: Tue Oct 13 15:11:46 2015
New Revision: 1708431

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

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

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1708431&r1=1708430&r2=1708431&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Tue Oct 13 15:11:46 2015
@@ -127,7 +127,7 @@
     <dependency>
        <groupId>org.apache.felix</groupId>
        <artifactId>org.apache.felix.resolver</artifactId>
-       <version>1.8.0</version>
+       <version>1.9.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=1708431&r1=1708430&r2=1708431&view=diff
==============================================================================
--- felix/trunk/main.distribution/pom.xml (original)
+++ felix/trunk/main.distribution/pom.xml Tue Oct 13 15:11:46 2015
@@ -30,7 +30,7 @@
   <version>5.5.0-SNAPSHOT</version>
   <properties>
     <dollar>$</dollar>
-    <framework.version>5.4.0</framework.version>
+    <framework.version>5.5.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=1708431&r1=1708430&r2=1708431&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Tue Oct 13 15:11:46 2015
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.4.0</version>
+      <version>5.5.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <properties>