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/11/06 19:24:47 UTC

svn commit: r592510 [2/2] - in /incubator/cxf/branches/2.0.x-fixes: ./ api/ buildtools/ common/ common/common/ common/schemas/ common/xjc/ common/xjc/dv-test/ common/xjc/dv/ common/xjc/ts-test/ common/xjc/ts/ common/xsd/ distribution/ distribution/bund...

Modified: incubator/cxf/branches/2.0.x-fixes/tools/javato/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/javato/core/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/javato/core/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/javato/core/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-java2wsdl</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</version>
     <name>Apache CXF Command Line Tools JavaTo Core</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.0.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -101,8 +101,9 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/javato/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/javato/core</developerConnection>
-    </scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/javato/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/javato/core</developerConnection>
+      <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-parent/cxf-tools-java2wsdl</url>
+  </scm>
 
 </project>

Modified: incubator/cxf/branches/2.0.x-fixes/tools/javato/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/javato/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/javato/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/javato/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-javato</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</version>
     <name>Apache CXF Command Line Tools JavaTo</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>2.0.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
     </parent>
 
     <modules>
@@ -37,8 +37,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/javato</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/javato</developerConnection>
-    </scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/javato</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/javato</developerConnection>
+      <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-tools/cxf-tools-javato</url>
+  </scm>
 
 </project>

Modified: incubator/cxf/branches/2.0.x-fixes/tools/javato/test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/javato/test/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/javato/test/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/javato/test/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-java2wsdl-test</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</version>
     <name>Apache CXF Command Line Tools JavaTo Test</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.0.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -137,9 +137,10 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/javato/test</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/javato/test</developerConnection>
-    </scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/javato/test</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/javato/test</developerConnection>
+      <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-parent/cxf-tools-java2wsdl-test</url>
+  </scm>
 
     <build>
         <plugins>

Modified: incubator/cxf/branches/2.0.x-fixes/tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</version>
     <name>Apache CXF Command Line Tools</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.0.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
     </parent>
 
     <modules>
@@ -40,8 +40,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-tools</url>
   </scm>
 
 </project>

Modified: incubator/cxf/branches/2.0.x-fixes/tools/validator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/validator/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/validator/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/validator/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-validator</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</version>
     <name>Apache CXF Command Line Tools Validator</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.0.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -116,8 +116,9 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/validator</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/validator</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/validator</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/validator</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-parent/cxf-tools-validator</url>
   </scm>
 
 </project>

Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-core</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</version>
     <name>Apache CXF Command Line Tools WSDLTo Core</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.0.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -148,8 +148,9 @@
     </build>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/core</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-parent/cxf-tools-wsdlto-core</url>
   </scm>
 
 </project>

Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</version>
     <name>Apache CXF Command Line Tools WSDLTo JAXB Databinding</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.0.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -65,8 +65,9 @@
 
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/databinding/jaxb</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/databinding/jaxb</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-parent/cxf-tools-wsdlto-databinding-jaxb</url>
   </scm>
 
 </project>

Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</version>
     <name>Apache CXF Command Line Tools WSDLTo JAXWS Frontend</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.0.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -65,8 +65,9 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/frontend/jaxws</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/frontend/jaxws</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-parent/cxf-tools-wsdlto-frontend-jaxws</url>
   </scm>
 
 

Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-misctools</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</version>
     <name>Apache CXF Command Line Tools WSDLTo Misctools</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.0.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -119,8 +119,9 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/misc</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/misc</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-parent/cxf-tools-misctools</url>
   </scm>
 
 </project>

Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</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.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
     </parent>
 
     <modules>
@@ -40,8 +40,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-tools/cxf-tools-wsdlto</url>
   </scm>
 
 </project>

Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test/pom.xml?rev=592510&r1=592509&r2=592510&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test/pom.xml Tue Nov  6 10:24:44 2007
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-test</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.3-incubator-SNAPSHOT</version>
+    <version>2.0.3-incubator</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.3-incubator-SNAPSHOT</version>
+        <version>2.0.3-incubator</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -104,8 +104,9 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/test</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/tools/wsdlto/test</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.3-incubator/cxf-parent/cxf-tools-wsdlto-test</url>
   </scm>