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 2015/01/29 13:35:38 UTC

svn commit: r1655626 - /felix/trunk/http/bundle/pom.xml

Author: cziegeler
Date: Thu Jan 29 12:35:38 2015
New Revision: 1655626

URL: http://svn.apache.org/r1655626
Log:
Use released parent pom

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

Modified: felix/trunk/http/bundle/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/bundle/pom.xml?rev=1655626&r1=1655625&r2=1655626&view=diff
==============================================================================
--- felix/trunk/http/bundle/pom.xml (original)
+++ felix/trunk/http/bundle/pom.xml Thu Jan 29 12:35:38 2015
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -109,22 +109,22 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>org.apache.felix.http.bridge</artifactId>
-            <version>[2.4.0-SNAPSHOT,2.5)</version>
+            <version>2.3.2</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>org.apache.felix.http.cometd</artifactId>
-            <version>[2.4.0-SNAPSHOT,2.5)</version>
+            <version>2.3.2</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>org.apache.felix.http.jetty</artifactId>
-            <version>[3.0.0-SNAPSHOT,3.1)</version>
+            <version>3.0.0</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>org.apache.felix.http.whiteboard</artifactId>
-            <version>[2.4.0-SNAPSHOT,2.5)</version>
+            <version>2.3.2</version>
         </dependency>
     </dependencies>
 </project>