Author: dkulp
Date: Thu Apr 17 08:20:11 2008
New Revision: 649151
URL: http://svn.apache.org/viewvc?rev=649151&view=rev
Log:
Remove the scm/url stuff from the pom as the release plugin consistently screws
them up so they are never correct.
Modified:
incubator/cxf/trunk/api/pom.xml
incubator/cxf/trunk/buildtools/pom.xml
incubator/cxf/trunk/common/common/pom.xml
incubator/cxf/trunk/common/pom.xml
incubator/cxf/trunk/common/schemas/pom.xml
incubator/cxf/trunk/common/xjc/dv-test/pom.xml
incubator/cxf/trunk/common/xjc/dv/pom.xml
incubator/cxf/trunk/common/xjc/pom.xml
incubator/cxf/trunk/common/xjc/ts-test/pom.xml
incubator/cxf/trunk/common/xjc/ts/pom.xml
incubator/cxf/trunk/common/xsd/pom.xml
incubator/cxf/trunk/distribution/bundle/pom.xml
incubator/cxf/trunk/distribution/manifest/pom.xml
incubator/cxf/trunk/distribution/pom.xml
incubator/cxf/trunk/integration/jbi/pom.xml
incubator/cxf/trunk/integration/jca/pom.xml
incubator/cxf/trunk/integration/pom.xml
incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml
incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml
incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml
incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml
incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml
incubator/cxf/trunk/parent/pom.xml
incubator/cxf/trunk/pom.xml
incubator/cxf/trunk/rt/bindings/http/pom.xml
incubator/cxf/trunk/rt/bindings/jbi/pom.xml
incubator/cxf/trunk/rt/bindings/object/pom.xml
incubator/cxf/trunk/rt/bindings/pom.xml
incubator/cxf/trunk/rt/bindings/soap/pom.xml
incubator/cxf/trunk/rt/bindings/xml/pom.xml
incubator/cxf/trunk/rt/core/pom.xml
incubator/cxf/trunk/rt/databinding/jaxb/pom.xml
incubator/cxf/trunk/rt/frontend/jaxws/pom.xml
incubator/cxf/trunk/rt/frontend/js/pom.xml
incubator/cxf/trunk/rt/frontend/simple/pom.xml
incubator/cxf/trunk/rt/management/pom.xml
incubator/cxf/trunk/rt/pom.xml
incubator/cxf/trunk/rt/transports/http-jetty/pom.xml
incubator/cxf/trunk/rt/transports/http/pom.xml
incubator/cxf/trunk/rt/transports/jbi/pom.xml
incubator/cxf/trunk/rt/transports/jms/pom.xml
incubator/cxf/trunk/rt/transports/local/pom.xml
incubator/cxf/trunk/rt/ws/addr/pom.xml
incubator/cxf/trunk/rt/ws/policy/pom.xml
incubator/cxf/trunk/rt/ws/rm/pom.xml
incubator/cxf/trunk/rt/ws/security/pom.xml
incubator/cxf/trunk/systests/pom.xml
incubator/cxf/trunk/testutils/pom.xml
incubator/cxf/trunk/tools/anttask/pom.xml
incubator/cxf/trunk/tools/common/pom.xml
incubator/cxf/trunk/tools/eclipse-plugin/pom.xml
incubator/cxf/trunk/tools/javato/pom.xml
incubator/cxf/trunk/tools/javato/ws/pom.xml
incubator/cxf/trunk/tools/pom.xml
incubator/cxf/trunk/tools/validator/pom.xml
incubator/cxf/trunk/tools/wsdlto/core/pom.xml
incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml
incubator/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml
incubator/cxf/trunk/tools/wsdlto/misc/pom.xml
incubator/cxf/trunk/tools/wsdlto/pom.xml
incubator/cxf/trunk/tools/wsdlto/test/pom.xml
Modified: incubator/cxf/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/api/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/api/pom.xml (original)
+++ incubator/cxf/trunk/api/pom.xml Thu Apr 17 08:20:11 2008
@@ -249,7 +249,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/api</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/api</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-api</url>
</scm>
</project>
Modified: incubator/cxf/trunk/buildtools/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/buildtools/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/buildtools/pom.xml (original)
+++ incubator/cxf/trunk/buildtools/pom.xml Thu Apr 17 08:20:11 2008
@@ -118,7 +118,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/buildtools</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/buildtools</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-buildtools</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/common/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/common/common/pom.xml (original)
+++ incubator/cxf/trunk/common/common/pom.xml Thu Apr 17 08:20:11 2008
@@ -154,8 +154,7 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/common</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/common</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-common-utilities</url>
- </scm>
+ </scm>
<!-- will remove this after it is got sync to central repository -->
<repositories>
Modified: incubator/cxf/trunk/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/common/pom.xml (original)
+++ incubator/cxf/trunk/common/pom.xml Thu Apr 17 08:20:11 2008
@@ -42,7 +42,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-common</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/common/schemas/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/schemas/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/common/schemas/pom.xml (original)
+++ incubator/cxf/trunk/common/schemas/pom.xml Thu Apr 17 08:20:11 2008
@@ -38,7 +38,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/schemas</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/schemas</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-common-schemas</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/common/xjc/dv-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/dv-test/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/common/xjc/dv-test/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/dv-test/pom.xml Thu Apr 17 08:20:11 2008
@@ -100,7 +100,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/dv-test</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/dv-test</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-xjc-dv-test</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/common/xjc/dv/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/dv/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/common/xjc/dv/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/dv/pom.xml Thu Apr 17 08:20:11 2008
@@ -56,7 +56,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/dv</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/dv</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-xjc-dv</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/common/xjc/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/common/xjc/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/pom.xml Thu Apr 17 08:20:11 2008
@@ -43,7 +43,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-xjc</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/common/xjc/ts-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/ts-test/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/common/xjc/ts-test/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/ts-test/pom.xml Thu Apr 17 08:20:11 2008
@@ -98,7 +98,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/ts-test</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/ts-test</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-xjc-ts-test</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/common/xjc/ts/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/ts/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/common/xjc/ts/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/ts/pom.xml Thu Apr 17 08:20:11 2008
@@ -59,7 +59,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/ts</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/ts</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-xjc-ts</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/common/xsd/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xsd/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/common/xsd/pom.xml (original)
+++ incubator/cxf/trunk/common/xsd/pom.xml Thu Apr 17 08:20:11 2008
@@ -82,8 +82,7 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xsd</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xsd</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-common-xsd</url>
- </scm>
+ </scm>
<!-- will remove this after it is got sync to central repository -->
<repositories>
<repository>
Modified: incubator/cxf/trunk/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/bundle/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/bundle/pom.xml (original)
+++ incubator/cxf/trunk/distribution/bundle/pom.xml Thu Apr 17 08:20:11 2008
@@ -423,9 +423,8 @@
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-bundle</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution/bundle</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution/bundle</developerConnection>
</scm>
</project>
Modified: incubator/cxf/trunk/distribution/manifest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/manifest/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/manifest/pom.xml (original)
+++ incubator/cxf/trunk/distribution/manifest/pom.xml Thu Apr 17 08:20:11 2008
@@ -305,9 +305,8 @@
</build>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-distribution-manifest</url>
- </scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution/manifest</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution/manifest</developerConnection>
+ </scm>
</project>
Modified: incubator/cxf/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/pom.xml (original)
+++ incubator/cxf/trunk/distribution/pom.xml Thu Apr 17 08:20:11 2008
@@ -422,7 +422,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-distribution</url>
</scm>
</project>
Modified: incubator/cxf/trunk/integration/jbi/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/jbi/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/integration/jbi/pom.xml (original)
+++ incubator/cxf/trunk/integration/jbi/pom.xml Thu Apr 17 08:20:11 2008
@@ -88,6 +88,5 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/integration/jbi</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/integration/jbi</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-integration-jbi</url>
</scm>
</project>
Modified: incubator/cxf/trunk/integration/jca/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/jca/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/integration/jca/pom.xml (original)
+++ incubator/cxf/trunk/integration/jca/pom.xml Thu Apr 17 08:20:11 2008
@@ -129,7 +129,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/integration/jca</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/integration/jca</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-integration-jca</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/integration/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/integration/pom.xml (original)
+++ incubator/cxf/trunk/integration/pom.xml Thu Apr 17 08:20:11 2008
@@ -40,7 +40,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/integration</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/integration</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-integration</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml Thu Apr 17
08:20:11 2008
@@ -107,7 +107,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/codegen-plugin</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/codegen-plugin</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-codegen-plugin</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml
(original)
+++ incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml Thu Apr
17 08:20:11 2008
@@ -106,7 +106,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-eclipse-plugin-generator</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml Thu Apr 17
08:20:11 2008
@@ -109,7 +109,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/java2ws-plugin</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/java2ws-plugin</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-java2ws-plugin</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml Thu Apr 17
08:20:11 2008
@@ -26,7 +26,7 @@
<name>Apache CXF XML to FastInfoset Maven2 Plugin</name>
<url>http://cwiki.apache.org/CXF</url>
<prerequisites>
- <maven>2.0</maven>
+ <maven>2.0</maven>
</prerequisites>
<parent>
@@ -38,7 +38,7 @@
- <dependencies>
+ <dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -63,15 +63,15 @@
<version>2.0.4</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>1.0.4</version>
- </dependency>
- <dependency>
- <groupId>com.sun.xml.fastinfoset</groupId>
- <artifactId>FastInfoset</artifactId>
- <version>1.2.2</version>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ <version>1.2.2</version>
</dependency>
- </dependencies>
+ </dependencies>
</project>
Modified: incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml Thu Apr 17
08:20:11 2008
@@ -1,61 +1,61 @@
<?xml version="1.0"?>
<!--
- 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.
+ 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-xml2fastinfoset-test</artifactId>
- <packaging>jar</packaging>
- <version>2.1-SNAPSHOT</version>
- <name>Apache CXF XML to FastInfoset Maven2 Plugin Test</name>
- <url>http://cwiki.apache.org/CXF</url>
+ 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-xml2fastinfoset-test</artifactId>
+ <packaging>jar</packaging>
+ <version>2.1-SNAPSHOT</version>
+ <name>Apache CXF XML to FastInfoset Maven2 Plugin Test</name>
+ <url>http://cwiki.apache.org/CXF</url>
- <parent>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-parent</artifactId>
- <version>2.1-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
- </parent>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <executions>
- <execution>
- <phase>process-resources</phase>
- <goals>
- <goal>xml2fastinfoset</goal>
- </goals>
- </execution>
- </executions>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-xml2fastinfoset-plugin</artifactId>
- </plugin>
- </plugins>
+ <parent>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-parent</artifactId>
+ <version>2.1-SNAPSHOT</version>
+ <relativePath>../../parent/pom.xml</relativePath>
+ </parent>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <executions>
+ <execution>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>xml2fastinfoset</goal>
+ </goals>
+ </execution>
+ </executions>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-xml2fastinfoset-plugin</artifactId>
+ </plugin>
+ </plugins>
</build>
</project>
Modified: incubator/cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Thu Apr 17 08:20:11 2008
@@ -1148,7 +1148,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/parent</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/parent</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent</url>
</scm>
</project>
Modified: incubator/cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Thu Apr 17 08:20:11 2008
@@ -30,7 +30,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/</url>
</scm>
<issueManagement>
<system>jira</system>
Modified: incubator/cxf/trunk/rt/bindings/http/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/bindings/http/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/http/pom.xml Thu Apr 17 08:20:11 2008
@@ -133,7 +133,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/http</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/http</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-bindings-http</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/bindings/jbi/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/jbi/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/bindings/jbi/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/jbi/pom.xml Thu Apr 17 08:20:11 2008
@@ -115,7 +115,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/jbi</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/jbi</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-bindings-jbi</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/bindings/object/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/object/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/bindings/object/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/object/pom.xml Thu Apr 17 08:20:11 2008
@@ -78,7 +78,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/object</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/object</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-bindings-object</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/bindings/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/bindings/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/pom.xml Thu Apr 17 08:20:11 2008
@@ -44,7 +44,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-rt/cxf-rt-bindings</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/bindings/soap/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/soap/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/bindings/soap/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/soap/pom.xml Thu Apr 17 08:20:11 2008
@@ -93,7 +93,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/soap</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/soap</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-bindings-soap</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/bindings/xml/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/bindings/xml/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/xml/pom.xml Thu Apr 17 08:20:11 2008
@@ -109,7 +109,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/xml</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/xml</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-bindings-xml</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/core/pom.xml (original)
+++ incubator/cxf/trunk/rt/core/pom.xml Thu Apr 17 08:20:11 2008
@@ -85,7 +85,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/core</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/core</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-core</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/databinding/jaxb/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/databinding/jaxb/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/databinding/jaxb/pom.xml (original)
+++ incubator/cxf/trunk/rt/databinding/jaxb/pom.xml Thu Apr 17 08:20:11 2008
@@ -163,7 +163,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/databinding/jaxb</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/databinding/jaxb</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-databinding-jaxb</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/frontend/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/frontend/jaxws/pom.xml (original)
+++ incubator/cxf/trunk/rt/frontend/jaxws/pom.xml Thu Apr 17 08:20:11 2008
@@ -151,7 +151,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/frontend/jaxws</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/frontend/jaxws</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-frontend-jaxws</url>
</scm>
</project>
Modified: incubator/cxf/trunk/rt/frontend/js/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/js/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/frontend/js/pom.xml (original)
+++ incubator/cxf/trunk/rt/frontend/js/pom.xml Thu Apr 17 08:20:11 2008
@@ -77,7 +77,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/frontend/js</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/frontend/js</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-frontend-js</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/frontend/simple/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/simple/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/frontend/simple/pom.xml (original)
+++ incubator/cxf/trunk/rt/frontend/simple/pom.xml Thu Apr 17 08:20:11 2008
@@ -93,7 +93,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/frontend/simple</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/frontend/simple</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-frontend-simple</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/management/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/management/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/management/pom.xml (original)
+++ incubator/cxf/trunk/rt/management/pom.xml Thu Apr 17 08:20:11 2008
@@ -121,7 +121,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/management</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/management</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-management</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/pom.xml (original)
+++ incubator/cxf/trunk/rt/pom.xml Thu Apr 17 08:20:11 2008
@@ -58,7 +58,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-rt</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/transports/http-jetty/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http-jetty/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/transports/http-jetty/pom.xml (original)
+++ incubator/cxf/trunk/rt/transports/http-jetty/pom.xml Thu Apr 17 08:20:11
2008
@@ -141,7 +141,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/http-jetty</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/http-jetty</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-transports-http-jetty</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/transports/http/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/transports/http/pom.xml (original)
+++ incubator/cxf/trunk/rt/transports/http/pom.xml Thu Apr 17 08:20:11 2008
@@ -119,7 +119,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/http</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/http</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-transports-http</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/transports/jbi/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/jbi/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/transports/jbi/pom.xml (original)
+++ incubator/cxf/trunk/rt/transports/jbi/pom.xml Thu Apr 17 08:20:11 2008
@@ -108,7 +108,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/jbi</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/jbi</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-transports-jbi</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/transports/jms/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/jms/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/transports/jms/pom.xml (original)
+++ incubator/cxf/trunk/rt/transports/jms/pom.xml Thu Apr 17 08:20:11 2008
@@ -137,7 +137,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/jms</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/jms</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-transports-jms</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/transports/local/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/local/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/transports/local/pom.xml (original)
+++ incubator/cxf/trunk/rt/transports/local/pom.xml Thu Apr 17 08:20:11 2008
@@ -65,7 +65,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/local</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/local</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-transports-local</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/ws/addr/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/addr/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/ws/addr/pom.xml (original)
+++ incubator/cxf/trunk/rt/ws/addr/pom.xml Thu Apr 17 08:20:11 2008
@@ -121,7 +121,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/addr</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/addr</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-ws-addr</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/ws/policy/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/ws/policy/pom.xml (original)
+++ incubator/cxf/trunk/rt/ws/policy/pom.xml Thu Apr 17 08:20:11 2008
@@ -154,7 +154,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/policy</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/policy</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-ws-policy</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/ws/rm/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/rm/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/ws/rm/pom.xml (original)
+++ incubator/cxf/trunk/rt/ws/rm/pom.xml Thu Apr 17 08:20:11 2008
@@ -179,7 +179,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/rm</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/rm</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-ws-rm</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/rt/ws/security/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/security/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/ws/security/pom.xml (original)
+++ incubator/cxf/trunk/rt/ws/security/pom.xml Thu Apr 17 08:20:11 2008
@@ -125,6 +125,5 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/security</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/security</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-rt-ws-security</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/systests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Thu Apr 17 08:20:11 2008
@@ -33,7 +33,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/systests</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/systests</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-systests</url>
</scm>
<build>
<plugins>
Modified: incubator/cxf/trunk/testutils/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/testutils/pom.xml (original)
+++ incubator/cxf/trunk/testutils/pom.xml Thu Apr 17 08:20:11 2008
@@ -280,7 +280,6 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-testutils</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/tools/anttask/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/anttask/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/anttask/pom.xml (original)
+++ incubator/cxf/trunk/tools/anttask/pom.xml Thu Apr 17 08:20:11 2008
@@ -86,7 +86,6 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/anttask</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/anttask</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-anttasks</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/tools/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/common/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/common/pom.xml (original)
+++ incubator/cxf/trunk/tools/common/pom.xml Thu Apr 17 08:20:11 2008
@@ -106,7 +106,6 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-common</url>
</scm>
</project>
Modified: incubator/cxf/trunk/tools/eclipse-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/eclipse-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools/eclipse-plugin/pom.xml Thu Apr 17 08:20:11 2008
@@ -171,7 +171,6 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/tools/javato/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/javato/pom.xml (original)
+++ incubator/cxf/trunk/tools/javato/pom.xml Thu Apr 17 08:20:11 2008
@@ -36,9 +36,7 @@
</modules>
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-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>
</scm>
-
</project>
Modified: incubator/cxf/trunk/tools/javato/ws/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/ws/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/javato/ws/pom.xml (original)
+++ incubator/cxf/trunk/tools/javato/ws/pom.xml Thu Apr 17 08:20:11 2008
@@ -216,9 +216,8 @@
</plugins>
</build>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/javato/core</connection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/javato/ws</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/javato/ws</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-java2wsdl</url>
</scm>
</project>
Modified: incubator/cxf/trunk/tools/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/pom.xml (original)
+++ incubator/cxf/trunk/tools/pom.xml Thu Apr 17 08:20:11 2008
@@ -43,7 +43,6 @@
<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>
- <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-tools</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/tools/validator/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/pom.xml (original)
+++ incubator/cxf/trunk/tools/validator/pom.xml Thu Apr 17 08:20:11 2008
@@ -118,7 +118,6 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-validator</url>
- </scm>
+ </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?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdlto/core/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdlto/core/pom.xml Thu Apr 17 08:20:11 2008
@@ -150,7 +150,6 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-wsdlto-core</url>
- </scm>
+ </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?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml Thu Apr 17
08:20:11 2008
@@ -67,7 +67,6 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-wsdlto-databinding-jaxb</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml Thu Apr 17
08:20:11 2008
@@ -79,8 +79,7 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/frontend/javascript</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/frontend/javascript</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-wsdlto-frontend-javascript</url>
- </scm>
+ </scm>
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?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml Thu Apr 17 08:20:11
2008
@@ -67,8 +67,7 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-wsdlto-frontend-jaxws</url>
- </scm>
+ </scm>
Modified: incubator/cxf/trunk/tools/wsdlto/misc/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/misc/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdlto/misc/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdlto/misc/pom.xml Thu Apr 17 08:20:11 2008
@@ -121,7 +121,6 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-misctools</url>
- </scm>
+ </scm>
</project>
Modified: incubator/cxf/trunk/tools/wsdlto/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/pom.xml?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdlto/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdlto/pom.xml Thu Apr 17 08:20:11 2008
@@ -43,7 +43,6 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-tools/cxf-tools-wsdlto</url>
- </scm>
+ </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?rev=649151&r1=649150&r2=649151&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdlto/test/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdlto/test/pom.xml Thu Apr 17 08:20:11 2008
@@ -106,7 +106,6 @@
<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>
-
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-wsdlto-test</url>
</scm>
</project>