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 2007/04/23 23:26:17 UTC

svn commit: r531611 [2/2] - in /incubator/cxf/trunk: ./ api/ buildtools/ codegen-plugin/ common/ common/common/ common/schemas/ common/xjc/ common/xjc/dv-test/ common/xjc/dv/ common/xsd/ distribution/ distribution/bundle/ distribution/manifest/ integra...

Modified: incubator/cxf/trunk/tools/wsdlto/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/pom.xml?view=diff&rev=531611&r1=531610&r2=531611
==============================================================================
--- incubator/cxf/trunk/tools/wsdlto/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdlto/pom.xml Mon Apr 23 14:26:13 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto</artifactId>
     <packaging>pom</packaging>
-    <version>2.0-incubator-RC</version>
+    <version>2.0-incubator-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools WSDLTo</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>2.0-incubator-RC</version>
+        <version>2.0-incubator-SNAPSHOT</version>
     </parent>
 
     <modules>
@@ -40,9 +40,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0-incubator-RC</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0-incubator-RC</developerConnection>
-      <url>https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0-incubator-RC</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto</developerConnection>
+      <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-tools/cxf-tools-wsdlto</url>
   </scm>
 
 </project>

Modified: incubator/cxf/trunk/tools/wsdlto/test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/test/pom.xml?view=diff&rev=531611&r1=531610&r2=531611
==============================================================================
--- incubator/cxf/trunk/tools/wsdlto/test/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdlto/test/pom.xml Mon Apr 23 14:26:13 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-test</artifactId>
     <packaging>jar</packaging>
-    <version>2.0-incubator-RC</version>
+    <version>2.0-incubator-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools WSDLTo Test</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.0-incubator-RC</version>
+        <version>2.0-incubator-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -73,9 +73,9 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0-incubator-RC</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0-incubator-RC</developerConnection>
-      <url>https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0-incubator-RC</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/test</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/test</developerConnection>
+      <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-wsdlto-test</url>
   </scm>
 
 </project>