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 2020/09/23 04:57:59 UTC

[felix-dev] branch master updated: FELIX-6333 : Update to Jetty 9.4.31.v20200723

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 93a1975  FELIX-6333 : Update to Jetty 9.4.31.v20200723
93a1975 is described below

commit 93a1975ef37bdc1677f21984600ec32abbfbc666
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Sep 23 06:57:48 2020 +0200

    FELIX-6333 : Update to Jetty 9.4.31.v20200723
---
 http/jetty/pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 5909f14..5767282 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -41,9 +41,8 @@
   </scm>
     
     <properties>
-        <!-- Skip because of problems with Java 8 -->
         <felix.java.version>8</felix.java.version>
-        <jetty.version>9.4.30.v20200611</jetty.version>
+        <jetty.version>9.4.31.v20200723</jetty.version>
     </properties>
 
     <build>
@@ -220,8 +219,8 @@
                             Private-Package,Conditional-Package
                         </_removeheaders>
                     </instructions>
-                <!-- Skip Baselining due to Jetty API -->
-	            <skip>true</skip>
+                    <!-- Skip Baselining due to Jetty API -->
+                    <skip>true</skip>
                 </configuration>
                 <executions>
                     <execution>
@@ -399,7 +398,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.10</version>
+            <version>4.0.11-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>