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 2018/09/17 18:35:05 UTC

svn commit: r1841128 - /felix/trunk/http/jetty/pom.xml

Author: cziegeler
Date: Mon Sep 17 18:35:04 2018
New Revision: 1841128

URL: http://svn.apache.org/viewvc?rev=1841128&view=rev
Log:
Update to base 4.0.4 and parent 12

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

Modified: felix/trunk/http/jetty/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=1841128&r1=1841127&r2=1841128&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Mon Sep 17 18:35:04 2018
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>11</version>
+        <version>12</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -210,7 +210,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.3-SNAPSHOT</version>
+            <version>4.0.4</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>