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/03/02 09:16:02 UTC

svn commit: r1663201 - /felix/trunk/http/itest/pom.xml

Author: cziegeler
Date: Mon Mar  2 08:16:02 2015
New Revision: 1663201

URL: http://svn.apache.org/r1663201
Log:
Correct jetty version after release

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

Modified: felix/trunk/http/itest/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/itest/pom.xml?rev=1663201&r1=1663200&r2=1663201&view=diff
==============================================================================
--- felix/trunk/http/itest/pom.xml (original)
+++ felix/trunk/http/itest/pom.xml Mon Mar  2 08:16:02 2015
@@ -63,7 +63,7 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>org.apache.felix.http.jetty</artifactId>
-			<version>3.0.1-SNAPSHOT</version>
+			<version>3.0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>