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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae3acb3  [KARAF-6960] Upgrade to Pax Web 7.3.11
     new f311c65  Merge pull request #1270 from jbonofre/KARAF-6960
ae3acb3 is described below

commit ae3acb3cd9648d4232849fa267fe9f4b709c3027
Author: jbonofre <[email protected]>
AuthorDate: Thu Dec 17 06:30:19 2020 +0100

    [KARAF-6960] Upgrade to Pax Web 7.3.11
---
 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 b2d79ab..8734a1b 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.34.v20201102">
+    <feature name="jetty" description="Transition feature for backward 
compatibility" version="9.4.35.v20201120">
         <feature>pax-jetty</feature>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index f6d833f..71adda4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,7 +273,7 @@
         <pax.base.version>1.5.1</pax.base.version>
         <pax.swissbox.version>1.8.3</pax.swissbox.version>
         <pax.url.version>2.6.3</pax.url.version>
-        <pax.web.version>7.3.10</pax.web.version>
+        <pax.web.version>7.3.11</pax.web.version>
         <pax.tinybundle.version>3.0.0</pax.tinybundle.version>
         <pax.jdbc.version>1.4.4</pax.jdbc.version>
         <pax.jms.version>1.0.7</pax.jms.version>

Reply via email to