You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2009/03/26 16:42:53 UTC

svn commit: r758694 - in /cxf/dosgi/trunk: distribution/multi-bundle/src/main/resources/distro_bundles.xml parent/pom.xml

Author: davidb
Date: Thu Mar 26 15:42:36 2009
New Revision: 758694

URL: http://svn.apache.org/viewvc?rev=758694&view=rev
Log:
Moving CXF dependency from 2.2-SNAPSHOT to 2.2

Modified:
    cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_bundles.xml
    cxf/dosgi/trunk/parent/pom.xml

Modified: cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_bundles.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_bundles.xml?rev=758694&r1=758693&r2=758694&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_bundles.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_bundles.xml Thu Mar 26 15:42:36 2009
@@ -24,7 +24,7 @@
   <bundle>cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT.dir/dosgi_bundles/org.apache.servicemix.bundles.xmlresolver-1.2_1.jar</bundle>
   <bundle>cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT.dir/dosgi_bundles/org.apache.servicemix.bundles.neethi-2.0.4_1.jar</bundle>
   <bundle>cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT.dir/dosgi_bundles/org.apache.servicemix.bundles.woodstox-3.2.7_1.jar</bundle>
-  <bundle>cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT.dir/dosgi_bundles/cxf-bundle-minimal-2.2-SNAPSHOT.jar</bundle>
+  <bundle>cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT.dir/dosgi_bundles/cxf-bundle-minimal-2.2.jar</bundle>
   <bundle>cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT.dir/dosgi_bundles/org.apache.servicemix.specs.saaj-api-1.3-1.1.1.jar</bundle>
   <bundle>cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT.dir/dosgi_bundles/org.apache.servicemix.specs.stax-api-1.0-1.1.1.jar</bundle>
   <bundle>cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT.dir/dosgi_bundles/org.apache.servicemix.specs.jaxb-api-2.1-1.1.1.jar</bundle>

Modified: cxf/dosgi/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=758694&r1=758693&r2=758694&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Thu Mar 26 15:42:36 2009
@@ -15,7 +15,7 @@
     <name>Distributed OSGI Reference Implementation Parent</name>
     
     <properties>
-        <cxf.version>2.2-SNAPSHOT</cxf.version>
+        <cxf.version>2.2</cxf.version>
         <felix.version>1.4.1</felix.version>
         <spring.version>2.5.5</spring.version>
         <spring.osgi.version>1.1.2</spring.osgi.version>