You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/08 13:28:21 UTC

[turbine-fulcrum-security] branch master updated: scm update using git/box url

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git


The following commit(s) were added to refs/heads/master by this push:
     new d987545  scm update using git/box url
d987545 is described below

commit d9875458fa95997d74360c321bc3ac027d0dae41
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Wed Sep 8 15:23:17 2021 +0200

    scm update using git/box url
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index a080c86..f7297ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,20 +30,20 @@
     <version>2.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Fulcrum Security Master Build</name>
-    <url>http://turbine.apache.org/fulcrum/fulcrum-security/</url>
+    <url>https://turbine.apache.org/fulcrum/fulcrum-security/</url>
 
     <!-- Required for staging to work -->
     <distributionManagement>
         <site>
             <id>turbine.apache.org</id>
-            <url>http://turbine.apache.org/fulcrum/fulcrum-security/</url>
+            <url>https://turbine.apache.org/fulcrum/fulcrum-security/</url>
         </site>
     </distributionManagement>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/</developerConnection>
-        <url>https://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git</url>
     </scm>
 
     <developers>