Modified: cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml?rev=777595&r1=777594&r2=777595&view=diff ============================================================================== --- cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml (original) +++ cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml Fri May 22 16:09:50 2009 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId> <packaging>jar</packaging> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</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.2</version> + <version>2.2.3-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> @@ -77,8 +77,8 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto/frontend/javascript</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto/frontend/javascript</developerConnection> + <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> </scm>
Modified: cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml?rev=777595&r1=777594&r2=777595&view=diff ============================================================================== --- cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml (original) +++ cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml Fri May 22 16:09:50 2009 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId> <packaging>jar</packaging> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</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.2</version> + <version>2.2.3-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> @@ -68,8 +68,8 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto/frontend/jaxws</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto/frontend/jaxws</developerConnection> + <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> </scm> Modified: cxf/trunk/tools/wsdlto/misc/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/misc/pom.xml?rev=777595&r1=777594&r2=777595&view=diff ============================================================================== --- cxf/trunk/tools/wsdlto/misc/pom.xml (original) +++ cxf/trunk/tools/wsdlto/misc/pom.xml Fri May 22 16:09:50 2009 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-misctools</artifactId> <packaging>jar</packaging> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</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.2</version> + <version>2.2.3-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> @@ -119,8 +119,8 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto/misc</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto/misc</developerConnection> + <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> </scm> </project> Modified: cxf/trunk/tools/wsdlto/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/pom.xml?rev=777595&r1=777594&r2=777595&view=diff ============================================================================== --- cxf/trunk/tools/wsdlto/pom.xml (original) +++ cxf/trunk/tools/wsdlto/pom.xml Fri May 22 16:09:50 2009 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto</artifactId> <packaging>pom</packaging> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</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.2</version> + <version>2.2.3-SNAPSHOT</version> </parent> <modules> @@ -41,8 +41,8 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto</developerConnection> + <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> </scm> </project> Modified: cxf/trunk/tools/wsdlto/test/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/test/pom.xml?rev=777595&r1=777594&r2=777595&view=diff ============================================================================== --- cxf/trunk/tools/wsdlto/test/pom.xml (original) +++ cxf/trunk/tools/wsdlto/test/pom.xml Fri May 22 16:09:50 2009 @@ -21,14 +21,14 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-test</artifactId> <packaging>jar</packaging> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</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.2</version> + <version>2.2.3-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> @@ -111,8 +111,8 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto/test</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.2/tools/wsdlto/test</developerConnection> + <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> </scm> </project>
