You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2013/08/07 10:07:59 UTC

svn commit: r1511208 - /cxf/trunk/parent/pom.xml

Author: cschneider
Date: Wed Aug  7 08:07:58 2013
New Revision: 1511208

URL: http://svn.apache.org/r1511208
Log:
Fix versions

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1511208&r1=1511207&r2=1511208&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed Aug  7 08:07:58 2013
@@ -176,7 +176,8 @@
         <cxf.felix.framework.version>2.0.5</cxf.felix.framework.version>
         <cxf.felix.configadmin.version>1.2.4</cxf.felix.configadmin.version>
         <cxf.xmlbeans.bundle.version>2.6.0_2</cxf.xmlbeans.bundle.version>
-        <cxf.servicemix.specs.version>2.3.0-SNAPSHOT</cxf.servicemix.specs.version>
+        <cxf.servicemix.specs.version>2.3-SNAPSHOT</cxf.servicemix.specs.version>
+        <cxf.servicemix.specs.version.jaxrs>2.3-SNAPSHOT</cxf.servicemix.specs.version.jaxrs>
         <cxf.javax.mail.version>1.4.4</cxf.javax.mail.version>
         <cxf.jaxb.bundle.version>2.2.1.1_2</cxf.jaxb.bundle.version>
         <cxf.saaj-impl.bundle.version>1.3.20_1</cxf.saaj-impl.bundle.version>