Modified: incubator/cxf/trunk/testutils/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/testutils/pom.xml (original) +++ incubator/cxf/trunk/testutils/pom.xml Mon Apr 23 14:21:33 2007 @@ -1,34 +1,16 @@ -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf</groupId> <artifactId>cxf-testutils</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <name>Apache CXF Test Utilities</name> <url>http://cwiki.apache.org/CXF</url> <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../parent/pom.xml</relativePath> </parent> @@ -102,58 +84,40 @@ <property name="test.resources.dir" location="${basedir}/src/main/resources" /> <mkdir dir="${generated.resources.test}/wsdl/type_test" /> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_ID_xsd.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.resources.test}/wsdl/type_test/type_test_1.xsd"> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_ID_xsd.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.resources.test}/wsdl/type_test/type_test_1.xsd"> <param name="groupID" expression="1" /> </xslt> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_ID_xsd.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.resources.test}/wsdl/type_test/type_test_2.xsd"> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_ID_xsd.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.resources.test}/wsdl/type_test/type_test_2.xsd"> <param name="groupID" expression="2" /> </xslt> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_ID_xsd.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.resources.test}/wsdl/type_test/type_test_3.xsd"> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_ID_xsd.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.resources.test}/wsdl/type_test/type_test_3.xsd"> <param name="groupID" expression="3" /> </xslt> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_wsdl.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.resources.test}/wsdl/type_test/type_test_doclit.wsdl"> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_wsdl.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.resources.test}/wsdl/type_test/type_test_doclit.wsdl"> <param name="inc_xsd_path" expression="." /> <param name="use_style" expression="document" /> <param name="tns_suffix" expression="doc" /> </xslt> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_wsdl.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.resources.test}/wsdl/type_test/type_test_rpclit.wsdl"> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_wsdl.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.resources.test}/wsdl/type_test/type_test_rpclit.wsdl"> <param name="inc_xsd_path" expression="." /> <param name="use_style" expression="rpc" /> <param name="tns_suffix" expression="rpc" /> </xslt> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_wsdl.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.resources.test}/wsdl/type_test/type_test_xml_inc.wsdl"> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_wsdl.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.resources.test}/wsdl/type_test/type_test_xml_inc.wsdl"> <param name="inc_xsd_path" expression="." /> <param name="use_style" expression="document" /> <param name="tns_suffix" expression="xml" /> </xslt> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_xml_wsdl.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.resources.test}/wsdl/type_test/type_test_xml.wsdl"> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_xml_wsdl.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.resources.test}/wsdl/type_test/type_test_xml.wsdl"> <param name="inc_wsdl_path" expression="." /> <param name="port" expression="9008" /> </xslt> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_soap_wsdl.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.resources.test}/wsdl/type_test/type_test_doclit_soap.wsdl"> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_soap_wsdl.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.resources.test}/wsdl/type_test/type_test_doclit_soap.wsdl"> <param name="inc_wsdl_path" expression="." /> <param name="use_style" expression="document" /> <param name="port" expression="9007" /> </xslt> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_soap_wsdl.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.resources.test}/wsdl/type_test/type_test_rpclit_soap.wsdl"> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_soap_wsdl.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.resources.test}/wsdl/type_test/type_test_rpclit_soap.wsdl"> <param name="inc_wsdl_path" expression="." /> <param name="use_style" expression="rpc" /> <param name="port" expression="9006" /> @@ -161,12 +125,8 @@ <mkdir dir="${generated.src.test}/org/apache/cxf/systest/type_test" /> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_impl_java.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.src.test}/org/apache/cxf/systest/type_test/TypeTestImpl.java" /> - <xslt style="${test.resources.dir}/wsdl/type_test/type_test_tester_java.xsl" - in="${test.resources.dir}/wsdl/type_test/type_test.xsd" - out="${generated.src.test}/org/apache/cxf/systest/type_test/TypeTestTester.java" /> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_impl_java.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.src.test}/org/apache/cxf/systest/type_test/TypeTestImpl.java" /> + <xslt style="${test.resources.dir}/wsdl/type_test/type_test_tester_java.xsl" in="${test.resources.dir}/wsdl/type_test/type_test.xsd" out="${generated.src.test}/org/apache/cxf/systest/type_test/TypeTestTester.java" /> </tasks> </configuration> @@ -381,8 +341,9 @@ <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/testutils</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/testutils</developerConnection> - </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> + </scm> -</project> +</project> \ No newline at end of file
Modified: incubator/cxf/trunk/tools/common/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/common/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/common/pom.xml (original) +++ incubator/cxf/trunk/tools/common/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-common</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <name>Apache CXF Command Line Tools Common</name> <url>http://cwiki.apache.org/CXF</url> <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -98,9 +98,10 @@ <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/common</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/common</developerConnection> - </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> + </scm> <build> <plugins> Modified: incubator/cxf/trunk/tools/eclipse-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/eclipse-plugin/pom.xml (original) +++ incubator/cxf/trunk/tools/eclipse-plugin/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-eclipse-plugin</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <name>Apache CXF Eclipse 3.0 Distribution</name> <url>http://cwiki.apache.org/CXF</url> <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -177,8 +177,9 @@ <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/eclipse-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/eclipse-plugin</developerConnection> - </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> + </scm> </project> Modified: incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml (original) +++ incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-eclipse3.1-plugin</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <name>Apache CXF Eclipse 3.1 Distribution</name> <url>http://cxf.apache.org/</url> <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -172,8 +172,9 @@ <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/eclipse3.1-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/eclipse3.1-plugin</developerConnection> - </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> + </scm> </project> Modified: incubator/cxf/trunk/tools/javato/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/javato/pom.xml (original) +++ incubator/cxf/trunk/tools/javato/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-java2wsdl</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <name>Apache CXF Command Line Tools JavaTo</name> <url>http://cwiki.apache.org/CXF</url> <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -121,9 +121,10 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/javato</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/javato</developerConnection> - </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> + </scm> <build> <plugins> Modified: incubator/cxf/trunk/tools/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/pom.xml (original) +++ incubator/cxf/trunk/tools/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools</artifactId> <packaging>pom</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</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-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> </parent> <modules> @@ -39,8 +39,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools</developerConnection> - </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> + </scm> </project> Modified: incubator/cxf/trunk/tools/validator/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/validator/pom.xml (original) +++ incubator/cxf/trunk/tools/validator/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-validator</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</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-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -103,8 +103,9 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/validator</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/validator</developerConnection> - </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> + </scm> </project> Modified: incubator/cxf/trunk/tools/wsdlto/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/core/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/core/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/core/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-core</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</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-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> @@ -148,8 +148,9 @@ </build> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/core</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/core</developerConnection> - </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> + </scm> </project> Modified: incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</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-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> @@ -65,8 +65,9 @@ <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/databinding/jaxb</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/databinding/jaxb</developerConnection> - </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> + </scm> </project> Modified: incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml Mon Apr 23 14:21:33 2007 @@ -16,20 +16,19 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</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-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> @@ -66,9 +65,10 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws</developerConnection> - </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> + </scm> Modified: incubator/cxf/trunk/tools/wsdlto/misc/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/misc/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/misc/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/misc/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-misctools</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</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-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> @@ -97,8 +97,9 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/misc</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/misc</developerConnection> - </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> + </scm> </project> Modified: incubator/cxf/trunk/tools/wsdlto/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/pom.xml?view=diff&rev=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto</artifactId> <packaging>pom</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</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-SNAPSHOT</version> + <version>2.0-incubator-RC</version> </parent> <modules> @@ -40,8 +40,9 @@ </modules> <scm> - <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> - </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> + </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=531606&r1=531605&r2=531606 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/test/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/test/pom.xml Mon Apr 23 14:21:33 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-test</artifactId> <packaging>jar</packaging> - <version>2.0-incubator-RC-SNAPSHOT</version> + <version>2.0-incubator-RC</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-SNAPSHOT</version> + <version>2.0-incubator-RC</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> @@ -73,8 +73,9 @@ </dependencies> <scm> - <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> - </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> + </scm> </project>
