Author: cziegeler
Date: Wed Jan 6 10:33:37 2016
New Revision: 1723280
URL: http://svn.apache.org/viewvc?rev=1723280&view=rev
Log:
Use latest snapshot dependencies
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=1723280&r1=1723279&r2=1723280&view=diff
==============================================================================
--- felix/trunk/http/bridge/pom.xml (original)
+++ felix/trunk/http/bridge/pom.xml Wed Jan 6 10:33:37 2016
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>8</version>
+ <version>9-SNAPSHOT</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.6</version>
+ <version>3.0.7-SNAPSHOT</version>
</dependency>
</dependencies>