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/11/20 21:16:31 UTC

svn commit: r1543931 [2/2] - in /cxf/trunk: ./ core/ integration/ integration/jca/ maven-plugins/ maven-plugins/archetypes/ maven-plugins/archetypes/cxf-jaxrs-service/ maven-plugins/archetypes/cxf-jaxws-javafirst/ maven-plugins/codegen-plugin/ maven-pl...

Modified: cxf/trunk/tools/wsdlto/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/pom.xml?rev=1543931&r1=1543930&r2=1543931&view=diff
==============================================================================
--- cxf/trunk/tools/wsdlto/pom.xml (original)
+++ cxf/trunk/tools/wsdlto/pom.xml Wed Nov 20 20:16:29 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.0.0-milestone1</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
     <modules>
         <module>core</module>

Modified: cxf/trunk/tools/wsdlto/test/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/test/pom.xml?rev=1543931&r1=1543930&r2=1543931&view=diff
==============================================================================
--- cxf/trunk/tools/wsdlto/test/pom.xml (original)
+++ cxf/trunk/tools/wsdlto/test/pom.xml Wed Nov 20 20:16:29 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.0-milestone1</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>