You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/04/25 12:46:38 UTC

[karaf] branch main updated: [KARAF-7120] Upgrade to Pax Web 7.3.15 [KARAF-7119] Upgrade to Jetty 9.4.40.v20210413

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 94a15ca  [KARAF-7120] Upgrade to Pax Web 7.3.15 [KARAF-7119] Upgrade to Jetty 9.4.40.v20210413
     new 23dea3e  Merge pull request #1353 from jbonofre/KARAF-7120
94a15ca is described below

commit 94a15caba9a45f21b183a42895a67d8c7220b181
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun Apr 25 07:36:36 2021 +0200

    [KARAF-7120] Upgrade to Pax Web 7.3.15
    [KARAF-7119] Upgrade to Jetty 9.4.40.v20210413
---
 assemblies/features/standard/src/main/feature/feature.xml | 2 +-
 pom.xml                                                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 7ac15ab..6fbd1d1 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -900,7 +900,7 @@ org.osgi.service.http.port=8181
         <feature>pax-web-war</feature>
     </feature>
 
-    <feature name="jetty" description="Transition feature for backward compatibility" version="9.4.39.v20210325">
+    <feature name="jetty" description="Transition feature for backward compatibility" version="9.4.40.v20210413">
         <feature>pax-jetty</feature>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index 8614edd..253acd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
         <pax.base.version>1.5.1</pax.base.version>
         <pax.swissbox.version>1.8.4</pax.swissbox.version>
         <pax.url.version>2.6.7</pax.url.version>
-        <pax.web.version>7.3.14</pax.web.version>
+        <pax.web.version>7.3.15</pax.web.version>
         <pax.tinybundle.version>3.0.0</pax.tinybundle.version>
         <pax.jdbc.version>1.5.0</pax.jdbc.version>
         <pax.jms.version>1.1.0</pax.jms.version>