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/09/22 12:33:37 UTC

svn commit: r1761929 - in /felix/trunk: framework.security/pom.xml framework/pom.xml main.distribution/pom.xml main/pom.xml resolver/pom.xml

Author: pauls
Date: Thu Sep 22 12:33:37 2016
New Revision: 1761929

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

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

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

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1761929&r1=1761928&r2=1761929&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Thu Sep 22 12:33:37 2016
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>5.7.0-SNAPSHOT</version>
+  <version>5.5.0-SNAPSHOT</version>
   <properties>
     <dollar>$</dollar>
     <felix.java.version>6</felix.java.version>
@@ -127,7 +127,7 @@
     <dependency>
        <groupId>org.apache.felix</groupId>
        <artifactId>org.apache.felix.resolver</artifactId>
-       <version>1.11.0-SNAPSHOT</version>
+       <version>1.10.0</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=1761929&r1=1761928&r2=1761929&view=diff
==============================================================================
--- felix/trunk/main.distribution/pom.xml (original)
+++ felix/trunk/main.distribution/pom.xml Thu Sep 22 12:33:37 2016
@@ -27,10 +27,10 @@
   <packaging>pom</packaging>
   <name>Apache Felix Main Distribution</name>
   <artifactId>org.apache.felix.main.distribution</artifactId>
-  <version>5.7.0-SNAPSHOT</version>
+  <version>5.5.0-SNAPSHOT</version>
   <properties>
     <dollar>$</dollar>
-    <framework.version>5.7.0-SNAPSHOT</framework.version>
+    <framework.version>5.6.0</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=1761929&r1=1761928&r2=1761929&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Thu Sep 22 12:33:37 2016
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>5.7.0-SNAPSHOT</version>
+  <version>5.5.0-SNAPSHOT</version>
     <scm>
       <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/main</connection>
       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/main</developerConnection>
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.7.0-SNAPSHOT</version>
+      <version>5.6.0</version>
     </dependency>
   </dependencies>
   <properties>

Modified: felix/trunk/resolver/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/resolver/pom.xml?rev=1761929&r1=1761928&r2=1761929&view=diff
==============================================================================
--- felix/trunk/resolver/pom.xml (original)
+++ felix/trunk/resolver/pom.xml Thu Sep 22 12:33:37 2016
@@ -29,7 +29,7 @@
   <description>
     Provide OSGi resolver service.
   </description>
-  <version>1.11.0-SNAPSHOT</version>
+  <version>1.9.0-SNAPSHOT</version>
   <artifactId>org.apache.felix.resolver</artifactId>
   <scm>
      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/resolver</connection>