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 2016/03/29 07:44:19 UTC

svn commit: r1736963 - /felix/trunk/http/bridge/pom.xml

Author: cziegeler
Date: Tue Mar 29 05:44:19 2016
New Revision: 1736963

URL: http://svn.apache.org/viewvc?rev=1736963&view=rev
Log:
Use released versions

Modified:
    felix/trunk/http/bridge/pom.xml

Modified: felix/trunk/http/bridge/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/bridge/pom.xml?rev=1736963&r1=1736962&r2=1736963&view=diff
==============================================================================
--- felix/trunk/http/bridge/pom.xml (original)
+++ felix/trunk/http/bridge/pom.xml Tue Mar 29 05:44:19 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>9-SNAPSHOT</version>
+        <version>9</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -92,7 +92,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>3.0.7-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>