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/08/26 13:38:37 UTC

svn commit: r1757850 - /felix/sandbox/http-jetty-r7/pom.xml

Author: cziegeler
Date: Fri Aug 26 13:38:37 2016
New Revision: 1757850

URL: http://svn.apache.org/viewvc?rev=1757850&view=rev
Log:
Use R7 api

Modified:
    felix/sandbox/http-jetty-r7/pom.xml

Modified: felix/sandbox/http-jetty-r7/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/http-jetty-r7/pom.xml?rev=1757850&r1=1757849&r2=1757850&view=diff
==============================================================================
--- felix/sandbox/http-jetty-r7/pom.xml (original)
+++ felix/sandbox/http-jetty-r7/pom.xml Fri Aug 26 13:38:37 2016
@@ -47,6 +47,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>3.2.0</version>
                 <configuration>
                     <instructions>
                     	<X-Jetty-Version>
@@ -87,7 +88,7 @@
                             org.osgi.service.http;version="[1.2,1.3)",
                             org.osgi.service.http.context;version="[1.0,1.1)",
                             org.osgi.service.http.runtime;version="[1.0,1.1)",
-                            org.osgi.service.http.runtime.dto;version="[1.0,1.1)",
+                            org.osgi.service.http.runtime.dto;version="[1.1,1.2)",
                             *
                         </Import-Package>
                         <DynamicImport-Package>