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:33 UTC

[turbine-fulcrum-testcontainer] 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-testcontainer.git


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

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

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

diff --git a/pom.xml b/pom.xml
index a3ef515..3d4aa6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,9 +27,9 @@
     <url>https://turbine.apache.org/fulcrum/fulcrum-testcontainer</url>
 
     <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/testcontainer</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/testcontainer</developerConnection>
-    <url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</url>
     </scm>
 
     <distributionManagement>