Repository: karaf
Updated Branches:
  refs/heads/master e7ca1e209 -> 01ca22e97


[KARAF-5413]revise the wrap/pax-http-service feature version to the pax version


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

Branch: refs/heads/master
Commit: 51c32b723fbd82f02de9941d134e7c5386e0193a
Parents: f56fd1b
Author: Freeman Fang <[email protected]>
Authored: Thu Oct 12 16:50:02 2017 +0800
Committer: Freeman Fang <[email protected]>
Committed: Thu Oct 12 16:50:02 2017 +0800

----------------------------------------------------------------------
 assemblies/features/standard/src/main/feature/feature.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/51c32b72/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 4fabaf1..d785e80 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -560,7 +560,7 @@
         <capability>http-service;provider:=felix-httplite</capability>
     </feature>
 
-    <feature name="pax-http-service" description="Pax-Web OSGi HTTP Service" 
version="${project.version}">
+    <feature name="pax-http-service" description="Pax-Web OSGi HTTP Service" 
version="${pax.web.version}">
         <feature>pax-http</feature>
         <bundle 
start-level="30">mvn:org.apache.karaf.http/org.apache.karaf.http.core/${project.version}</bundle>
         <capability>http-service;provider:=pax-http</capability>
@@ -972,7 +972,7 @@
         
<bundle>mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.webosgi/${aries.blueprint.web.version}</bundle>
     </feature>
 
-    <feature name="wrap" description="Wrap URL handler" 
version="${project.version}">
+    <feature name="wrap" description="Wrap URL handler" 
version="${pax.url.version}">
         <bundle 
start-level="5">mvn:org.ops4j.pax.url/pax-url-wrap/${pax.url.version}/jar/uber</bundle>
     </feature>
 

Reply via email to