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 2009/09/29 18:28:34 UTC

svn commit: r820019 - /cxf/branches/2.2.x-fixes/rt/transports/http-osgi/pom.xml

Author: dkulp
Date: Tue Sep 29 16:28:34 2009
New Revision: 820019

URL: http://svn.apache.org/viewvc?rev=820019&view=rev
Log:
Set the correct version  number

Modified:
    cxf/branches/2.2.x-fixes/rt/transports/http-osgi/pom.xml

Modified: cxf/branches/2.2.x-fixes/rt/transports/http-osgi/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/transports/http-osgi/pom.xml?rev=820019&r1=820018&r2=820019&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/rt/transports/http-osgi/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/rt/transports/http-osgi/pom.xml Tue Sep 29 16:28:34 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-http-osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.2.4-SNAPSHOT</version>
     <name>Apache CXF HTTP Transport for OSGi</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.2.4-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>