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/07/24 20:31:26 UTC

svn commit: r797595 - /cxf/branches/2.2.x-fixes/common/xjc/bug671/pom.xml

Author: dkulp
Date: Fri Jul 24 18:31:26 2009
New Revision: 797595

URL: http://svn.apache.org/viewvc?rev=797595&view=rev
Log:
Fix version number for branch

Modified:
    cxf/branches/2.2.x-fixes/common/xjc/bug671/pom.xml

Modified: cxf/branches/2.2.x-fixes/common/xjc/bug671/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/common/xjc/bug671/pom.xml?rev=797595&r1=797594&r2=797595&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/common/xjc/bug671/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/common/xjc/bug671/pom.xml Fri Jul 24 18:31:26 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf.xjcplugins</groupId>
     <artifactId>cxf-xjc-bug671</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.2.3-SNAPSHOT</version>
     <name>Apache CXF XJC Plugin To Workaround JAXB Bug 671</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.3-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>