You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2019/11/01 14:43:00 UTC

[ws-wss4j] branch 2_2_x-fixes updated: Updating SCM

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 2_2_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_2_x-fixes by this push:
     new d29f971  Updating SCM
d29f971 is described below

commit d29f971632b01634e6b1b41403ae25fd10b0b996
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Nov 1 14:31:54 2019 +0000

    Updating SCM
---
 pom.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 697284a..366c373 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,13 +78,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>
-            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/branches/2_2_x-fixes/
-        </connection>
-        <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/branches/2_2_x-fixes/
-        </developerConnection>
-        <url>https://svn.apache.org/repos/asf/webservices/wss4j/branches/2_2_x-fixes</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/ws-wss4j.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-wss4j.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=ws-wss4j.git;a=summary</url>
     </scm>
     <organization>
         <name>The Apache Software Foundation</name>
@@ -269,7 +265,6 @@
                         <exclude>*.txt</exclude>
                         <exclude>.gitignore</exclude>
                         <exclude>.git/**</exclude>
-                        <exclude>.svn/**</exclude>
                         <exclude>.pmd/**</exclude>
                         <exclude>.externalToolBuilders/**</exclude>
                         <exclude>.checkstyle/**</exclude>