You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/02/13 18:58:54 UTC

svn commit: r1445774 - in /cxf/branches/2.6.6-features-fix: pom.xml src/main/resources/features.xml

Author: dkulp
Date: Wed Feb 13 17:58:53 2013
New Revision: 1445774

URL: http://svn.apache.org/r1445774
Log:
Fix issue with unexpanded ref

Modified:
    cxf/branches/2.6.6-features-fix/pom.xml
    cxf/branches/2.6.6-features-fix/src/main/resources/features.xml

Modified: cxf/branches/2.6.6-features-fix/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.6-features-fix/pom.xml?rev=1445774&r1=1445773&r2=1445774&view=diff
==============================================================================
--- cxf/branches/2.6.6-features-fix/pom.xml (original)
+++ cxf/branches/2.6.6-features-fix/pom.xml Wed Feb 13 17:58:53 2013
@@ -31,7 +31,12 @@
     <artifactId>apache-cxf</artifactId>
     <packaging>pom</packaging>
     <name>Apache CXF Karaf Features</name>
+    <version>2.6.6.1</version>
     <description>Apache CXF Karaf Features</description>
+
+    <properties>
+        <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
+    </properties>
     
     <!-- The validate plugin will export these provided dependencies bundles' export packages first -->
     <dependencies>

Modified: cxf/branches/2.6.6-features-fix/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.6-features-fix/src/main/resources/features.xml?rev=1445774&r1=1445773&r2=1445774&view=diff
==============================================================================
--- cxf/branches/2.6.6-features-fix/src/main/resources/features.xml (original)
+++ cxf/branches/2.6.6-features-fix/src/main/resources/features.xml Wed Feb 13 17:58:53 2013
@@ -16,7 +16,7 @@
       See the License for the specific language governing permissions and
       limitations under the License.
 -->
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name="cxf-${project.version}">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name="cxf-2.6.6">
 
 
     <feature name="activemq" version="5.4.2">
@@ -41,7 +41,7 @@
         <bundle start-level='50'>mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/0.2-incubating</bundle>
     </feature>
 
-    <feature name="cxf-specs" version="${project.version}" resolver='(obr)'>
+    <feature name="cxf-specs" version="2.6.6" resolver='(obr)'>
         <bundle start-level='9'>mvn:org.apache.geronimo.specs/geronimo-osgi-registry/1.1</bundle>
         <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${cxf.servicemix.specs.version}</bundle>
         <bundle start-level='10'>mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/${cxf.geronimo.annotation.version}</bundle>
@@ -60,15 +60,15 @@
         <bundle start-level='20'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/${cxf.jaxb.bundle.version}</bundle>
     </feature>
 
-    <feature name='cxf-jaxb' version='${project.version}' resolver='(obr)'>
-        <feature version="${project.version}">cxf-specs</feature>
+    <feature name='cxf-jaxb' version='2.6.6' resolver='(obr)'>
+        <feature version="2.6.6">cxf-specs</feature>
         <bundle start-level='20'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/${cxf.jaxb.bundle.version}</bundle>
         <bundle start-level='20'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/${cxf.jaxb.bundle.version}</bundle>
     </feature>
 
     <!-- Current the abdera bundle is not working as we expect -->
-    <feature name='cxf-abdera' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>cxf-specs</feature>
+    <feature name='cxf-abdera' version='2.6.6' resolver='(obr)'>
+        <feature version='2.6.6'>cxf-specs</feature>
         <bundle start-level='35' dependency="true">mvn:commons-codec/commons-codec/${cxf.commons-codec.version}</bundle>
         
         <bundle start-level='35'>mvn:org.apache.abdera/abdera-core/${cxf.abdera.version}</bundle>
@@ -83,7 +83,7 @@
     </feature>
 
     <feature name="wss4j" version="${cxf.wss4j.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-specs</feature>
+        <feature version="2.6.6">cxf-specs</feature>
         <bundle start-level='25' dependency="true">mvn:joda-time/joda-time/${cxf.joda.time.version}</bundle>
         <bundle start-level='25' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.opensaml/${cxf.opensaml.osgi.version}</bundle>
         <bundle start-level='25'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/${cxf.saaj-impl.bundle.version}</bundle>
@@ -95,266 +95,266 @@
         <bundle start-level='30'>mvn:org.apache.ws.security/wss4j/${cxf.wss4j.version}</bundle>
     </feature>
 
-    <feature name="cxf-core" version="${project.version}" resolver='(obr)'>
-        <feature version='${project.version}'>cxf-specs</feature>
+    <feature name="cxf-core" version="2.6.6" resolver='(obr)'>
+        <feature version='2.6.6'>cxf-specs</feature>
 
         <bundle start-level='30' dependency="true">mvn:org.apache.ws.xmlschema/xmlschema-core/${cxf.xmlschema.version}</bundle>
         <bundle start-level='30' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/${cxf.wsdl4j.bundle.version}</bundle>
         <bundle start-level='30' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${cxf.xmlresolver.bundle.version}</bundle>
         <bundle start-level='30' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fastinfoset/${cxf.fastinfoset.bundle.version}</bundle>
 
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-api/${project.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-core/${project.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-management/${project.version}</bundle> 
-        <bundle start-level='40'>mvn:org.apache.cxf.karaf/cxf-karaf-commands/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-api/2.6.6</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-core/2.6.6</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-management/2.6.6</bundle> 
+        <bundle start-level='40'>mvn:org.apache.cxf.karaf/cxf-karaf-commands/2.6.6</bundle>
     </feature>
-    <feature name="cxf-ws-policy" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
+    <feature name="cxf-ws-policy" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
         <bundle start-level='30' dependency="true">mvn:org.apache.neethi/neethi/${cxf.neethi.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-policy/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-policy/2.6.6</bundle>
     </feature>
-    <feature name="cxf-ws-addr" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-ws-policy</feature>
-        <feature version="${project.version}">cxf-bindings-soap</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-addr/${project.version}</bundle>
-    </feature>
-    <feature name="cxf-ws-rm" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-ws-policy</feature>
-        <feature version="${project.version}">cxf-ws-addr</feature>
-        <feature version="${project.version}">cxf-databinding-jaxb</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-rm/${project.version}</bundle>
-    </feature>
-    <feature name="cxf-ws-mex" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-ws-policy</feature>
-        <feature version="${project.version}">cxf-ws-addr</feature>
-        <feature version="${project.version}">cxf-jaxws</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-mex/${project.version}</bundle>
+    <feature name="cxf-ws-addr" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-ws-policy</feature>
+        <feature version="2.6.6">cxf-bindings-soap</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-addr/2.6.6</bundle>
+    </feature>
+    <feature name="cxf-ws-rm" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-ws-policy</feature>
+        <feature version="2.6.6">cxf-ws-addr</feature>
+        <feature version="2.6.6">cxf-databinding-jaxb</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-rm/2.6.6</bundle>
+    </feature>
+    <feature name="cxf-ws-mex" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-ws-policy</feature>
+        <feature version="2.6.6">cxf-ws-addr</feature>
+        <feature version="2.6.6">cxf-jaxws</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-mex/2.6.6</bundle>
     </feature>
-    <feature name="cxf-ws-security" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-ws-policy</feature>
+    <feature name="cxf-ws-security" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-ws-policy</feature>
         <feature version="${cxf.wss4j.version}">wss4j</feature>
-        <feature version="${project.version}">cxf-ws-addr</feature>
+        <feature version="2.6.6">cxf-ws-addr</feature>
         <bundle start-level='40' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ehcache/${cxf.ehcache.bundle.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-security/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-security/2.6.6</bundle>
     </feature>
-    <feature name="cxf-http" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
+    <feature name="cxf-http" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
         <feature version="[2,4)">http-whiteboard</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http/2.6.6</bundle>
     </feature>
-    <feature name="cxf-http-jetty" version="${project.version}" resolver='(obr)'>
+    <feature name="cxf-http-jetty" version="2.6.6" resolver='(obr)'>
         <feature version="[2,3)">cxf-http</feature>
         <feature version="[7,9)">jetty</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http-jetty/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http-jetty/2.6.6</bundle>
     </feature>
-    <feature name="cxf-bindings-soap" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-xml/${project.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-soap/${project.version}</bundle>
-    </feature>
-    <feature name="cxf-jaxws" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-databinding-jaxb</feature>
-        <feature version="${project.version}">cxf-bindings-soap</feature>
-        <feature version="${project.version}">cxf-http</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-simple/${project.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-jaxws/${project.version}</bundle>
-    </feature>
-
-    <feature name="cxf-jaxrs" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-http</feature>
+    <feature name="cxf-bindings-soap" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-xml/2.6.6</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-soap/2.6.6</bundle>
+    </feature>
+    <feature name="cxf-jaxws" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <feature version="2.6.6">cxf-databinding-jaxb</feature>
+        <feature version="2.6.6">cxf-bindings-soap</feature>
+        <feature version="2.6.6">cxf-http</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-simple/2.6.6</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-jaxws/2.6.6</bundle>
+    </feature>
+
+    <feature name="cxf-jaxrs" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <feature version="2.6.6">cxf-http</feature>
 
         <bundle start-level="30" dependency="true">mvn:org.codehaus.jettison/jettison/${cxf.jettison.version}</bundle>
 
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-xml/${project.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-extension-providers/${project.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-extension-search/${project.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-xml/2.6.6</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-extension-providers/2.6.6</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-extension-search/2.6.6</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/2.6.6</bundle>
     </feature>
 
-    <feature name="cxf-rs-security-xml" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-jaxrs</feature>
+    <feature name="cxf-rs-security-xml" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-jaxrs</feature>
         <feature version="${cxf.wss4j.version}">wss4j</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-security-xml/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-security-xml/2.6.6</bundle>
     </feature>
 
-    <feature name="cxf-rs-security-cors" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-jaxrs</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-security-cors/${project.version}</bundle>
+    <feature name="cxf-rs-security-cors" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-jaxrs</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-security-cors/2.6.6</bundle>
     </feature>
 
     
-    <feature name="cxf-rs-security-oauth" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-jaxrs</feature>
+    <feature name="cxf-rs-security-oauth" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-jaxrs</feature>
         <bundle start-level='30' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oauth-provider/${cxf.oauth.bundle.version}</bundle> 
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-security-oauth/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-security-oauth/2.6.6</bundle>
     </feature>
     
 
-    <feature name="cxf-rs-security-oauth2" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-jaxrs</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-security-oauth2/${project.version}</bundle>
+    <feature name="cxf-rs-security-oauth2" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-jaxrs</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-rs-security-oauth2/2.6.6</bundle>
     </feature>
 
-    <feature name="cxf-databinding-aegis" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-bindings-soap</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-databinding-aegis/${project.version}</bundle>
-    </feature>
-    <feature name="cxf-databinding-jibx" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-tools</feature>
+    <feature name="cxf-databinding-aegis" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <feature version="2.6.6">cxf-bindings-soap</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-databinding-aegis/2.6.6</bundle>
+    </feature>
+    <feature name="cxf-databinding-jibx" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <feature version="2.6.6">cxf-tools</feature>
         <bundle start-level='25' dependency="true">mvn:joda-time/joda-time/${cxf.joda.time.version2}</bundle>
         <bundle start-level='40' dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xpp3/${cxf.xpp3.bundle.version}</bundle>
         <bundle start-level='40' dependency='true'>mvn:org.jibx/jibx-run/${cxf.jibx.version}</bundle>
         <bundle start-level='40' dependency='true'>mvn:org.jibx/jibx-bind/${cxf.jibx.version}</bundle>
         <bundle start-level='40' dependency='true'>mvn:org.jibx/jibx-schema/${cxf.jibx.version}</bundle>
         <bundle start-level='40' dependency='true'>mvn:org.jibx/jibx-tools/${cxf.jibx.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-databinding-jibx/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-databinding-jibx/2.6.6</bundle>
     </feature>
 
-    <feature name="cxf-databinding-jaxb" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-databinding-jaxb/${project.version}</bundle>
+    <feature name="cxf-databinding-jaxb" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-databinding-jaxb/2.6.6</bundle>
     </feature>
 
-    <feature name="cxf-databinding-xmlbeans" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
+    <feature name="cxf-databinding-xmlbeans" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
         <bundle start-level='30' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlbeans/${cxf.xmlbeans.bundle.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-databinding-xmlbeans/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-databinding-xmlbeans/2.6.6</bundle>
     </feature>
-    <feature name="cxf-features-clustering" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-features-clustering/${project.version}</bundle>
+    <feature name="cxf-features-clustering" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-features-clustering/2.6.6</bundle>
     </feature>
 
-    <feature name="cxf-bindings-corba" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-corba/${project.version}</bundle>
+    <feature name="cxf-bindings-corba" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-corba/2.6.6</bundle>
     </feature>
-    <feature name="cxf-bindings-coloc" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
+    <feature name="cxf-bindings-coloc" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
         <feature version="[3,4)">spring</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-coloc/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-coloc/2.6.6</bundle>
     </feature>
-    <feature name="cxf-bindings-object" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-transports-local</feature>
+    <feature name="cxf-bindings-object" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <feature version="2.6.6">cxf-transports-local</feature>
         <feature version="[3,4)">spring</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-object/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-object/2.6.6</bundle>
     </feature>
 
-    <feature name="cxf-transports-local" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-local/${project.version}</bundle>
+    <feature name="cxf-transports-local" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-local/2.6.6</bundle>
     </feature>
-    <feature name="cxf-transports-jms" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
+    <feature name="cxf-transports-jms" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
         <feature version="[3,4)">spring</feature>
         <feature version="[3,4)">spring-jms</feature>
-        <feature version="${project.version}">cxf-bindings-soap</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-jms/${project.version}</bundle>
+        <feature version="2.6.6">cxf-bindings-soap</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-jms/2.6.6</bundle>
     </feature>
-<feature name="cxf-javascript" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-bindings-soap</feature>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-javascript/${project.version}</bundle>
-    </feature>
-    <feature name="cxf-frontend-javascript" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-jaxws</feature>
+<feature name="cxf-javascript" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <feature version="2.6.6">cxf-bindings-soap</feature>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-javascript/2.6.6</bundle>
+    </feature>
+    <feature name="cxf-frontend-javascript" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
+        <feature version="2.6.6">cxf-jaxws</feature>
         <bundle start-level='40' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.rhino/${cxf.rhino.bundle.version}</bundle>
-        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-js/${project.version}</bundle>
+        <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-js/2.6.6</bundle>
     </feature>
-    <feature name="cxf-xjc-runtime" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-jaxb</feature>
+    <feature name="cxf-xjc-runtime" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-jaxb</feature>
         <bundle start-level='40' dependency="true">mvn:commons-lang/commons-lang/${cxf.commons-lang.version}</bundle>
         <bundle start-level='40'>mvn:org.apache.cxf.xjc-utils/cxf-xjc-runtime/${cxf.xjc-utils.version}</bundle>
     </feature>
-    <feature name="cxf-tools" version="${project.version}" resolver='(obr)'>
-        <feature version="${project.version}">cxf-core</feature>
+    <feature name="cxf-tools" version="2.6.6" resolver='(obr)'>
+        <feature version="2.6.6">cxf-core</feature>
 
-        <feature version="${project.version}">cxf-databinding-jaxb</feature>
-        <feature version="${project.version}">cxf-databinding-aegis</feature>
-        <feature version="${project.version}">cxf-bindings-soap</feature>
-        <feature version="${project.version}">cxf-jaxrs</feature>
-        <feature version="${project.version}">cxf-jaxws</feature>
-        <feature version="${project.version}">cxf-javascript</feature>
+        <feature version="2.6.6">cxf-databinding-jaxb</feature>
+        <feature version="2.6.6">cxf-databinding-aegis</feature>
+        <feature version="2.6.6">cxf-bindings-soap</feature>
+        <feature version="2.6.6">cxf-jaxrs</feature>
+        <feature version="2.6.6">cxf-jaxws</feature>
+        <feature version="2.6.6">cxf-javascript</feature>
 
         <bundle>mvn:commons-lang/commons-lang/${cxf.commons-lang.version}</bundle>
         <bundle>mvn:org.apache.velocity/velocity/${cxf.velocity.version}</bundle>
         <bundle>mvn:commons-collections/commons-collections/${cxf.commons-collections.version}</bundle>
 
 
-        <bundle>mvn:org.apache.cxf/cxf-tools-common/${project.version}</bundle>
-        <bundle>mvn:org.apache.cxf/cxf-tools-java2ws/${project.version}</bundle>
-        <bundle>mvn:org.apache.cxf/cxf-tools-misctools/${project.version}</bundle>
-        <bundle>mvn:org.apache.cxf/cxf-tools-validator/${project.version}</bundle>
-        <bundle>mvn:org.apache.cxf/cxf-tools-wadlto-jaxrs/${project.version}</bundle>
-        <bundle>mvn:org.apache.cxf/cxf-tools-wsdlto-core/${project.version}</bundle>
-        <bundle>mvn:org.apache.cxf/cxf-tools-wsdlto-databinding-jaxb/${project.version}</bundle>
-        <bundle>mvn:org.apache.cxf/cxf-tools-wsdlto-frontend-javascript/${project.version}</bundle>
-        <bundle>mvn:org.apache.cxf/cxf-tools-wsdlto-frontend-jaxws/${project.version}</bundle>
+        <bundle>mvn:org.apache.cxf/cxf-tools-common/2.6.6</bundle>
+        <bundle>mvn:org.apache.cxf/cxf-tools-java2ws/2.6.6</bundle>
+        <bundle>mvn:org.apache.cxf/cxf-tools-misctools/2.6.6</bundle>
+        <bundle>mvn:org.apache.cxf/cxf-tools-validator/2.6.6</bundle>
+        <bundle>mvn:org.apache.cxf/cxf-tools-wadlto-jaxrs/2.6.6</bundle>
+        <bundle>mvn:org.apache.cxf/cxf-tools-wsdlto-core/2.6.6</bundle>
+        <bundle>mvn:org.apache.cxf/cxf-tools-wsdlto-databinding-jaxb/2.6.6</bundle>
+        <bundle>mvn:org.apache.cxf/cxf-tools-wsdlto-frontend-javascript/2.6.6</bundle>
+        <bundle>mvn:org.apache.cxf/cxf-tools-wsdlto-frontend-jaxws/2.6.6</bundle>
 
         <!-- need antlr
-        <bundle>mvn:org.apache.cxf/cxf-tools-corba/${project.version}</bundle-->
+        <bundle>mvn:org.apache.cxf/cxf-tools-corba/2.6.6</bundle-->
     </feature>
 
-    <feature name="cxf" version="${project.version}" resolver='(obr)'>
+    <feature name="cxf" version="2.6.6" resolver='(obr)'>
         <feature version="[3,4)">spring</feature>
         <feature version="[1.2,2)">spring-dm</feature>
-        <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-jaxws</feature>
-        <feature version="${project.version}">cxf-jaxrs</feature>
-
-        <feature version="${project.version}">cxf-databinding-jaxb</feature>
-        <feature version="${project.version}">cxf-databinding-aegis</feature>
-        <feature version="${project.version}">cxf-databinding-xmlbeans</feature>
-        <feature version="${project.version}">cxf-bindings-corba</feature>
-        <feature version="${project.version}">cxf-bindings-coloc</feature>
-        <feature version="${project.version}">cxf-bindings-object</feature>
-
-        <feature version="${project.version}">cxf-http-jetty</feature>
-
-        <feature version="${project.version}">cxf-transports-local</feature>
-        <feature version="${project.version}">cxf-transports-jms</feature>
-
-
-        <feature version="${project.version}">cxf-xjc-runtime</feature>
-        <feature version="${project.version}">cxf-ws-security</feature>
-        <feature version="${project.version}">cxf-ws-rm</feature>
-        <feature version="${project.version}">cxf-ws-mex</feature>
-        <feature version="${project.version}">cxf-javascript</feature>
-        <feature version="${project.version}">cxf-frontend-javascript</feature>
-        <feature version="${project.version}">cxf-features-clustering</feature>
+        <feature version="2.6.6">cxf-core</feature>
+        <feature version="2.6.6">cxf-jaxws</feature>
+        <feature version="2.6.6">cxf-jaxrs</feature>
+
+        <feature version="2.6.6">cxf-databinding-jaxb</feature>
+        <feature version="2.6.6">cxf-databinding-aegis</feature>
+        <feature version="2.6.6">cxf-databinding-xmlbeans</feature>
+        <feature version="2.6.6">cxf-bindings-corba</feature>
+        <feature version="2.6.6">cxf-bindings-coloc</feature>
+        <feature version="2.6.6">cxf-bindings-object</feature>
+
+        <feature version="2.6.6">cxf-http-jetty</feature>
+
+        <feature version="2.6.6">cxf-transports-local</feature>
+        <feature version="2.6.6">cxf-transports-jms</feature>
+
+
+        <feature version="2.6.6">cxf-xjc-runtime</feature>
+        <feature version="2.6.6">cxf-ws-security</feature>
+        <feature version="2.6.6">cxf-ws-rm</feature>
+        <feature version="2.6.6">cxf-ws-mex</feature>
+        <feature version="2.6.6">cxf-javascript</feature>
+        <feature version="2.6.6">cxf-frontend-javascript</feature>
+        <feature version="2.6.6">cxf-features-clustering</feature>
         <!-- Compatibility bundle for the Require-Bundle use cases -->
-        <bundle start-level='50'>mvn:org.apache.cxf/cxf-bundle-compatible/${project.version}</bundle>
+        <bundle start-level='50'>mvn:org.apache.cxf/cxf-bundle-compatible/2.6.6</bundle>
 
         <!-- tools really aren't needed in OSGi by default
-        <feature version="${project.version}">cxf-tools</feature>
+        <feature version="2.6.6">cxf-tools</feature>
         -->
         <!-- need msv
-        <bundle>mvn:org.apache.cxf/cxf-wstx-msv-validation/${project.version}</bundle-->
+        <bundle>mvn:org.apache.cxf/cxf-wstx-msv-validation/2.6.6</bundle-->
         <!-- need sdo deps
-        <bundle>mvn:org.apache.cxf/cxf-rt-databinding-sdo/${project.version}</bundle-->
+        <bundle>mvn:org.apache.cxf/cxf-rt-databinding-sdo/2.6.6</bundle-->
     </feature>
 
-    <feature name="cxf-sts" version="${project.version}" resolver='(obr)'>
+    <feature name="cxf-sts" version="2.6.6" resolver='(obr)'>
         <bundle start-level='40' dependency="true">mvn:com.hazelcast/hazelcast/${cxf.hazelcast.version}</bundle>
         <bundle start-level='40' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ehcache/${cxf.ehcache.bundle.version}</bundle>
-        <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-ws-security</feature>
-        <bundle>mvn:org.apache.cxf.services.sts/cxf-services-sts-core/${project.version}</bundle>
+        <feature version="2.6.6">cxf-core</feature>
+        <feature version="2.6.6">cxf-ws-security</feature>
+        <bundle>mvn:org.apache.cxf.services.sts/cxf-services-sts-core/2.6.6</bundle>
     </feature>
 
-    <feature name="cxf-wsn-api" version="${project.version}" resolver="(obr)">
-        <feature version="${project.version}">cxf-ws-addr</feature>
-        <feature version="${project.version}">cxf-jaxws</feature>
-        <bundle>mvn:org.apache.cxf.services.wsn/cxf-services-wsn-api/${project.version}</bundle>
+    <feature name="cxf-wsn-api" version="2.6.6" resolver="(obr)">
+        <feature version="2.6.6">cxf-ws-addr</feature>
+        <feature version="2.6.6">cxf-jaxws</feature>
+        <bundle>mvn:org.apache.cxf.services.wsn/cxf-services-wsn-api/2.6.6</bundle>
     </feature>
 
-    <feature name="cxf-wsn" version="${project.version}" resolver="(obr)">
+    <feature name="cxf-wsn" version="2.6.6" resolver="(obr)">
 
         <config name="org.apache.cxf.wsn">
             cxf.wsn.activemq = vm:localhost
@@ -363,9 +363,9 @@
         </config>
 
         <feature version="[5.4,6)">activemq</feature>
-        <feature version="${project.version}">cxf-wsn-api</feature>
-        <feature version="${project.version}">cxf-http-jetty</feature>
+        <feature version="2.6.6">cxf-wsn-api</feature>
+        <feature version="2.6.6">cxf-http-jetty</feature>
 
-        <bundle>mvn:org.apache.cxf.services.wsn/cxf-services-wsn-core/${project.version}</bundle>
+        <bundle>mvn:org.apache.cxf.services.wsn/cxf-services-wsn-core/2.6.6</bundle>
     </feature>
 </features>