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 2016/08/22 09:30:08 UTC

[10/50] [abbrv] karaf git commit: [KARAF-4606] Align jetty and pax-jetty version

[KARAF-4606] Align jetty and pax-jetty version

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/62ed8f9a
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/62ed8f9a
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/62ed8f9a

Branch: refs/heads/master
Commit: 62ed8f9a9776ed31b1c9c639d2cc996870fc9f34
Parents: 4b6f5ed
Author: Guillaume Nodet <gn...@apache.org>
Authored: Wed Jul 20 16:52:52 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Aug 22 11:29:19 2016 +0200

----------------------------------------------------------------------
 assemblies/features/standard/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/62ed8f9a/assemblies/features/standard/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 4cb99a2..7b75dd9 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -352,7 +352,7 @@
         <bundle start-level="30">mvn:org.apache.karaf.web/org.apache.karaf.web.core/${project.version}</bundle>
     </feature>
     
-    <feature name="jetty" version="9.2.10.v20150310">
+    <feature name="jetty" version="9.3.9.v20160517">
     	<feature>pax-jetty</feature>
     </feature>