Repository: karaf Updated Branches: refs/heads/master cb39c8a0c -> bf84b1749
[KARAF-3362] Align jetty feature version with pax-jetty one Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/bf84b174 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/bf84b174 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/bf84b174 Branch: refs/heads/master Commit: bf84b1749d4a97c77c3864d0e61bd0ea71a7204f Parents: cb39c8a Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Nov 18 08:06:49 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Nov 18 08:06:49 2014 +0100 ---------------------------------------------------------------------- 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/bf84b174/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 18d5abe..7b2b618 100644 --- a/assemblies/features/standard/src/main/feature/feature.xml +++ b/assemblies/features/standard/src/main/feature/feature.xml @@ -177,7 +177,7 @@ <bundle start-level="30">mvn:org.apache.karaf.web/org.apache.karaf.web.core/${project.version}</bundle> </feature> - <feature name="jetty" version="8.1.9.v20130131"> + <feature name="jetty" version="9.0.7.v20131107"> <feature>pax-jetty</feature> </feature>
