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:32:34 UTC

[ws-wss4j] 01/02: Updating SCM

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

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

commit d48f97de48e424bb2a4f7941d1490194c24f2b25
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 87830e9..ef5ac02 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/trunk/
-        </connection>
-        <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/trunk/
-        </developerConnection>
-        <url>https://svn.apache.org/repos/asf/webservices/wss4j/trunk</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>
@@ -270,7 +266,6 @@
                         <exclude>*.txt</exclude>
                         <exclude>.gitignore</exclude>
                         <exclude>.git/**</exclude>
-                        <exclude>.svn/**</exclude>
                         <exclude>.pmd/**</exclude>
                         <exclude>.externalToolBuilders/**</exclude>
                         <exclude>.checkstyle/**</exclude>