Repository: karaf Updated Branches: refs/heads/karaf-4.0.x 622e11ca2 -> d15407c45
[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/d15407c4 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/d15407c4 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/d15407c4 Branch: refs/heads/karaf-4.0.x Commit: d15407c4531f5cd2f0e6d90c1db935b0b48c8dec Parents: 622e11c Author: Guillaume Nodet <[email protected]> Authored: Wed Jul 20 16:55:50 2016 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed Jul 20 16:55:50 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/d15407c4/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 70520ea..4a5fed6 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.2.15.v20160210"> <feature>pax-jetty</feature> </feature>
