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:26:35 UTC

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


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

commit ede9c583807da6ca7f595879d84cb747e2760741
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Wed Sep 8 15:18:00 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 b359f8b..51df246 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,9 +32,9 @@
     <name>Fulcrum JSON Master Build</name>
     <url>http://turbine.apache.org/fulcrum/fulcrum-json/</url>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/json/</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/json/</developerConnection>
-      <url>https://svn.apache.org/viewvc/turbine/fulcrum/trunk/json/</url>
+      <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git</connection>
+      <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git</developerConnection>
+      <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git</url>
     </scm>
 
     <!-- Required for staging to work -->