Modified: incubator/cxf/trunk/tools/javato/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/pom.xml?view=diff&rev=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/javato/pom.xml (original) +++ incubator/cxf/trunk/tools/javato/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-javato</artifactId> <packaging>pom</packaging> - <version>2.0.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> </parent> <modules> @@ -37,9 +37,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/javato</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/javato</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-parent/cxf-tools-javato</url> + <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> + <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-javato</url> </scm> </project>
Modified: incubator/cxf/trunk/tools/javato/test/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/test/pom.xml?view=diff&rev=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/javato/test/pom.xml (original) +++ incubator/cxf/trunk/tools/javato/test/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-java2wsdl-test</artifactId> <packaging>jar</packaging> - <version>2.0.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -129,9 +129,9 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/javato/test</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/javato/test</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-parent/cxf-tools-java2wsdl-test</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/javato/test</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/javato/test</developerConnection> + <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-java2wsdl-test</url> </scm> <build> Modified: incubator/cxf/trunk/tools/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/pom.xml?view=diff&rev=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/pom.xml (original) +++ incubator/cxf/trunk/tools/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools</artifactId> <packaging>pom</packaging> - <version>2.0.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> </parent> <modules> @@ -40,9 +40,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-tools</url> + <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> + <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-tools</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=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/validator/pom.xml (original) +++ incubator/cxf/trunk/tools/validator/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-validator</artifactId> <packaging>jar</packaging> - <version>2.0.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -116,9 +116,9 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/validator</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/validator</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-parent/cxf-tools-validator</url> + <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> + <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-validator</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=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/core/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/core/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-core</artifactId> <packaging>jar</packaging> - <version>2.0.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> @@ -148,9 +148,9 @@ </build> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/core</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/core</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-parent/cxf-tools-wsdlto-core</url> + <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> + <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-wsdlto-core</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=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId> <packaging>jar</packaging> - <version>2.0.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> @@ -65,9 +65,9 @@ <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/databinding/jaxb</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/databinding/jaxb</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-parent/cxf-tools-wsdlto-databinding-jaxb</url> + <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> + <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-wsdlto-databinding-jaxb</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=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId> <packaging>jar</packaging> - <version>2.0.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> @@ -65,9 +65,9 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/frontend/jaxws</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/frontend/jaxws</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-parent/cxf-tools-wsdlto-frontend-jaxws</url> + <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> + <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-wsdlto-frontend-jaxws</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=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/misc/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/misc/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-misctools</artifactId> <packaging>jar</packaging> - <version>2.0.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> @@ -119,9 +119,9 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/misc</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/misc</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-parent/cxf-tools-misctools</url> + <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> + <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-misctools</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=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto</artifactId> <packaging>pom</packaging> - <version>2.0.1-incubator</version> + <version>2.1-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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> </parent> <modules> @@ -40,9 +40,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-tools/cxf-tools-wsdlto</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=561923&r1=561922&r2=561923 ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/test/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/test/pom.xml Wed Aug 1 12:14:54 2007 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-test</artifactId> <packaging>jar</packaging> - <version>2.0.1-incubator</version> + <version>2.1-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.1-incubator</version> + <version>2.1-incubator-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> @@ -99,9 +99,9 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/test</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubator/tools/wsdlto/test</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.1-incubatorcxf-parent/cxf-tools-wsdlto-test</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>
