From 3b49170cedc41a9016531fcbc66b765095039259 Mon Sep 17 00:00:00 2001
From: Olivier Maury <Olivier.Maury@inrae.fr>
Date: Tue, 25 Feb 2025 13:48:20 +0100
Subject: [PATCH] build: change forge URL. fixes #2

---
 AUTHORS.md     | 2 +-
 codemeta.json  | 4 ++--
 pom.xml        | 6 +++---
 publiccode.yml | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/AUTHORS.md b/AUTHORS.md
index 184c677..7c0e28a 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -2,6 +2,6 @@
 
 ## Olivier Maury
 
-- GitLab : [@olivier.maury](https://forgemia.inra.fr/olivier.maury)
+- GitLab : [@olivier.maury](https://forge.inrae.fr/olivier.maury)
 - [ORCID](https://orcid.org/0000-0001-9016-9720)
 
diff --git a/codemeta.json b/codemeta.json
index 486972f..df6a5f0 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -2,11 +2,11 @@
     "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
     "@type": "SoftwareSourceCode",
     "license": "https://spdx.org/licenses/GPL-3.0-only",
-    "codeRepository": "git+https://forgemia.inra.fr/agroclim/dev-cas.git",
+    "codeRepository": "git+https://forge.inrae.fr/agroclim/dev-cas.git",
     "dateCreated": "2022-07-07",
     "datePublished": "2022-07-08",
     "dateModified": "2022-09-28",
-    "issueTracker": "https://forgemia.inra.fr/agroclim/dev-cas/-/issues",
+    "issueTracker": "https://forge.inrae.fr/agroclim/dev-cas/-/issues",
     "name": "dev-cas",
     "version": "1.0.0-SNAPSHOT",
     "description": "Fake implementation of CAS server.",
diff --git a/pom.xml b/pom.xml
index a15573c..762b112 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,13 +20,13 @@
 		</license>
 	</licenses>
 	<scm>
-		<url>https://forgemia.inra.fr/agroclim/dev-cas.git</url>
-		<connection>scm:git:https://forgemia.inra.fr/agroclim/dev-cas.git</connection>
+		<url>https://forge.inrae.fr/agroclim/dev-cas.git</url>
+		<connection>scm:git:https://forge.inrae.fr/agroclim/dev-cas.git</connection>
 		<tag>main</tag>
 	</scm>
 	<issueManagement>
 		<system>Gitlab</system>
-		<url>https://forgemia.inra.fr/agroclim/dev-cas/-/issues</url>
+		<url>https://forge.inrae.fr/agroclim/dev-cas/-/issues</url>
 	</issueManagement>
 	<ciManagement>
 		<system>Jenkins</system>
diff --git a/publiccode.yml b/publiccode.yml
index 3066016..4c2d2a2 100644
--- a/publiccode.yml
+++ b/publiccode.yml
@@ -56,7 +56,7 @@ it:
     cie: false
     pagopa: false
     spid: false
-landingURL: 'https://forgemia.inra.fr/agroclim/dev-cas'
+landingURL: 'https://forge.inrae.fr/agroclim/dev-cas'
 legal:
   authorsFile: AUTHORS.md
   license: GPL-3.0-only
@@ -76,7 +76,7 @@ platforms:
 releaseDate: '2022-09-28'
 softwareType: standalone/web
 softwareVersion: 1.0.0-SNAPSHOT
-url: 'https://forgemia.inra.fr/agroclim/dev-cas.git'
+url: 'https://forge.inrae.fr/agroclim/dev-cas.git'
 usedBy:
   - INRAE AgroClim
 
-- 
GitLab