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/29 18:17:54 UTC

svn commit: r798965 [2/2] - in /cxf/branches/2.2.x-fixes: ./ api/ buildtools/ common/ common/common/ common/schemas/ common/xerces-xsd-validation/ common/xjc/ common/xjc/bug671/ common/xjc/dv-test/ common/xjc/dv/ common/xjc/ts-test/ common/xjc/ts/ comm...

Modified: cxf/branches/2.2.x-fixes/tools/javato/ws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/javato/ws/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/javato/ws/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/javato/ws/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-java2ws</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools JavaTo WS</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -220,8 +220,8 @@
         </plugins>
     </build>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools/javato/ws</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools/javato/ws</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/javato/ws</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/javato/ws</developerConnection>
     </scm>
 
 </project>

Modified: cxf/branches/2.2.x-fixes/tools/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools</artifactId>
     <packaging>pom</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
     </parent>
 
     <modules>
@@ -40,8 +40,8 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools</developerConnection>
     </scm>
 
 </project>

Modified: cxf/branches/2.2.x-fixes/tools/validator/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/validator/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/validator/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/validator/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-validator</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools Validator</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -116,8 +116,8 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools/validator</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools/validator</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/validator</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/validator</developerConnection>
     </scm>
 
 </project>

Modified: cxf/branches/2.2.x-fixes/tools/wsdlto/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/wsdlto/core/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/wsdlto/core/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/wsdlto/core/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-core</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools WSDLTo Core</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -148,8 +148,8 @@
     </build>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/core</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/core</developerConnection>
     </scm>
 
 </project>

Modified: cxf/branches/2.2.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools WSDLTo JAXB Databinding</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -65,8 +65,8 @@
 
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/databinding/jaxb</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/databinding/jaxb</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/databinding/jaxb</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/databinding/jaxb</developerConnection>
     </scm>
 
 </project>

Modified: cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/javascript/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/javascript/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/javascript/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/javascript/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools WSDL to JavaScript Front End</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -77,8 +77,8 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/frontend/javascript</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/frontend/javascript</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/frontend/javascript</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/frontend/javascript</developerConnection>
     </scm>
 
 

Modified: cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools WSDLTo JAXWS Frontend</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -68,8 +68,8 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/frontend/jaxws</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/frontend/jaxws</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/frontend/jaxws</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/frontend/jaxws</developerConnection>
     </scm>
 
 

Modified: cxf/branches/2.2.x-fixes/tools/wsdlto/misc/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/wsdlto/misc/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/wsdlto/misc/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/wsdlto/misc/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-misctools</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools WSDLTo Misctools</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -119,8 +119,8 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/misc</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/misc</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/misc</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/misc</developerConnection>
     </scm>
 
 </project>

Modified: cxf/branches/2.2.x-fixes/tools/wsdlto/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/wsdlto/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/wsdlto/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/wsdlto/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto</artifactId>
     <packaging>pom</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools WSDLTo</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
     </parent>
 
     <modules>
@@ -41,8 +41,8 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto</developerConnection>
     </scm>
 
 </project>

Modified: cxf/branches/2.2.x-fixes/tools/wsdlto/test/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/wsdlto/test/pom.xml?rev=798965&r1=798964&r2=798965&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/wsdlto/test/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/tools/wsdlto/test/pom.xml Wed Jul 29 16:17:51 2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-test</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.2.3</version>
     <name>Apache CXF Command Line Tools WSDLTo Test</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
+        <version>2.2.3</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -111,8 +111,8 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/test</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/test</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/test</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.3/tools/wsdlto/test</developerConnection>
     </scm>
 
 </project>