diff --git a/Assertion-Manager/installation.md b/Assertion-Manager/installation.md
index e0cff396f46984ec2d73b5b593becee7a66cda92..17df9b7eeb3fa040ae7acc1aa5844b6dffcdc430 100755
--- a/Assertion-Manager/installation.md
+++ b/Assertion-Manager/installation.md
@@ -26,7 +26,7 @@ To install those requirements you can refer to the documentation of installation
 
 ## Sources & binaries
 
-Assertions Manager is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Gitlab at [https://gitlab.inria.fr/gazelle/applications/test-design/AssertionManager](https://gitlab.inria.fr/gazelle/applications/test-design/AssertionManager).
+Assertions Manager is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Gitlab at [https://gitlab.inria.fr/gazelle/public/core/assertion-manager](https://gitlab.inria.fr/gazelle/public/core/assertion-manager).
 
 The latest public packaged release can be downloaded from our Nexus repository [https://gazelle.ihe.net/nexus/#nexus-search;quick~%20AssertionManagerGui.ear](https://gazelle.ihe.net/nexus/#nexus-search;quick~%20AssertionManagerGui.ear).
 
diff --git a/Assertion-Manager/release-note.md b/Assertion-Manager/release-note.md
index 6f0bca5abaaef76eb456cc872bbc65912e62eeaa..bfc4806bca65c8417782a41627eb5add3dd56f58 100755
--- a/Assertion-Manager/release-note.md
+++ b/Assertion-Manager/release-note.md
@@ -1,13 +1,22 @@
 ---
 title: Release note
 subtitle: Assertion Manager
-toolversion: 4.2.5
-releasedate: 2023-10-19
+toolversion: 5.0.0
+releasedate: 2024-02-06
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-ASSERTION_MANAGER
 ---
+# 5.0.0
+_Release date: 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[AM-295](https://gazelle.ihe.net/jira/browse/AM-295)\] Remove username display in GUI
+* \[[AM-296](https://gazelle.ihe.net/jira/browse/AM-296)\] Integrate new sso-client-v7
+
 # 4.2.5
 _Release date: 2023-10-19_
 
diff --git a/Authentication-Simulator/installation.md b/Authentication-Simulator/installation.md
index ff80aa294b1c0d73761901ae7e5b78420de34bb2..c2a9cfa6ce8ce03f25ff3c390619695a447421e7 100755
--- a/Authentication-Simulator/installation.md
+++ b/Authentication-Simulator/installation.md
@@ -15,7 +15,7 @@ customer: eHealth Suisse
 
 ## Sources & binaries
 
-Authentication Simulator is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://svn.ihe-europe.net/gazelle/Maven/simulators/authentication-simulator/](https://svn.ihe-europe.net/gazelle/Maven/simulators/authentication-simulator/).
+Authentication Simulator is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://gitlab.inria.fr/gazelle/public/simulation/authentication-simulator](https://gitlab.inria.fr/gazelle/public/simulation/authentication-simulator).
 
 The latest public packaged release can be downloaded from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear) (search for **authentication-simulator-X.X.X.ear**) for Authentication Simulator and [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~idp-adapter-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~idp-adapte-ear) (search for **idp-adapte-X.X.X.ear**) for the IDP Adapter.
 
diff --git a/Authentication-Simulator/release-note.md b/Authentication-Simulator/release-note.md
index 46baebc74fc6b6dee1bdb778dede74c758e51598..e4f6b5b065ceee7f791c97fb631d5fc4245891e2 100755
--- a/Authentication-Simulator/release-note.md
+++ b/Authentication-Simulator/release-note.md
@@ -1,13 +1,20 @@
 ---
 title: Release note
 subtitle: Authentication Simulator
-toolversion: 0.1.2
-releasedate: 2020-01-14
+toolversion: 0.2.0
+releasedate: 2024-02-06
 author: Youn Cadoret
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-AUTHENTICATION_SIMULATOR
 ---
+# 0.2.0
+_Release date: 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[AUTH-25](https://gazelle.ihe.net/jira/browse/AUTH-25)\] Integrate new sso-client-v7
 
 # 0.1.2
 _Release date: 2020-01-14_
diff --git a/CDA-Generator/installation.md b/CDA-Generator/installation.md
index a17e820ada92db39ae73092d2e983e754672bf6e..1bc7fa52205b5dc55e393c78ef76bff70e05fdad 100755
--- a/CDA-Generator/installation.md
+++ b/CDA-Generator/installation.md
@@ -27,7 +27,7 @@ To install those requirements you can refer to the documentation of installation
 ## Quick start
 
 1. CDAGenerator can be installed using gazelle user on your server:
-2. Checkout the sources of CDAGenerator : git clone https://gitlab.inria.fr/gazelle/applications/mixed/CDAGenerator.git CDAGenerator
+2. Checkout the sources of CDAGenerator : git clone https://gitlab.inria.fr/gazelle/public/validation/cda-generator.git CDAGenerator
 3. Execute on the root of the project : `mvn clean install`
 4. Create a database : cda-generator, in postgresql (createdb -U gazelle -EUTF8 cda-generator)
 5. Copy the ear from CDAGenerator-ear/target/CDAGenerator.ear to /usr/local/jboss7/standalone/deployment/
diff --git a/CDA-Generator/release-note.md b/CDA-Generator/release-note.md
index 037c93a11cdc2b596005cc40042a5c8a9fbc35e7..94636209acda19aa5dc7a28ebf36c508dd4fd7e3 100755
--- a/CDA-Generator/release-note.md
+++ b/CDA-Generator/release-note.md
@@ -15,6 +15,15 @@ __Improvement__
 * \[[CDAGEN-820](https://gazelle.ihe.net/jira/browse/CDAGEN-820)\] Integrate new sso-client-v7
 * \[[CDAGEN-821](https://gazelle.ihe.net/jira/browse/CDAGEN-821)\] Remove username display in GUI
 
+# 2.3.0
+_Release date: 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+
+* \[[CDAGEN-820](https://gazelle.ihe.net/jira/browse/CDAGEN-820)\] Integrate new sso-client-v7
+
 # 2.2.6
 _Release date: 2022-01-24_
 
diff --git a/Demographic-Data-Server/installation.md b/Demographic-Data-Server/installation.md
index 5c74140a949100b8d860c42fd8936025d66a1c45..182145f992911256f6a8ab3f0575eee2c7c80b76 100755
--- a/Demographic-Data-Server/installation.md
+++ b/Demographic-Data-Server/installation.md
@@ -14,12 +14,12 @@ customer: IHE-EUROPE
 
 Demographic Data Server is a Maven project. Sources are available on the INRIA's Gitlab project at the following URL :
 
-[*https://gitlab.inria.fr/gazelle/applications/test-design/DemographicDataServer.git*](https://gitlab.inria.fr/gazelle/applications/test-design/DemographicDataServer.git)
+[*https://gitlab.inria.fr/gazelle/public/processing/demographic-data-server.git*](https://gitlab.inria.fr/gazelle/public/processing/demographic-data-server.git)
 
 If you would like to checkout the sources on your system you might want to use the following git command, provided git is installed on your system.
 
 ```bash
-git clone https://gitlab.inria.fr/gazelle/applications/test-design/DemographicDataServer.git
+git clone https://gitlab.inria.fr/gazelle/public/processing/demographic-data-server.git
 ```
 
 Note that the latest executable can be extracted from our nexus repository as well at :
diff --git a/Demographic-Data-Server/release-note.md b/Demographic-Data-Server/release-note.md
index 9dcc69fa59f96d3fa44aa4a6fc324d74c38fb59a..7b6693e78f7a83f18c397fa016a500e1ef51114a 100755
--- a/Demographic-Data-Server/release-note.md
+++ b/Demographic-Data-Server/release-note.md
@@ -1,13 +1,19 @@
 ---
 title: Release note
 subtitle: Demographic Data Server
-toolversion: 4.3.4
-releasedate: 2023-04-14
+toolversion: 4.4.0
+releasedate: 2024-02-05
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-DDS
 ---
+# 4.4.0
+_Release date: 2024-02-05_
+
+__Task__
+* \[[DDS-207](https://gazelle.ihe.net/jira/browse/DDS-207)\] Integrate new sso-client-v7
+
 # 4.3.4
 _Release date: 2023-04-14_
 
diff --git a/EVS-Client/installation-v5.md b/EVS-Client/installation-v5.md
index 30fbe8a23f09cf6f29b85535f7a59270e6bc5ce4..af013eb13c5193f5db7b75a042bd05f88b624b14 100755
--- a/EVS-Client/installation-v5.md
+++ b/EVS-Client/installation-v5.md
@@ -20,7 +20,7 @@ External Validation Service Front-end is a Maven project which calls several the
 Sources of this project are available on the INRIA GitLab; sources are managed using git. An anonymous access is available if you only want to checkout the sources (read-only access). If you intend to build the tool and to install it on your own server, we recommend you to use a tagged version; not the trunk which is the development branch.
 
 ```bash
-git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/applications/test-execution/validator/EVSClient.git
+git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/public/core/evs-client.git
 ```
 
 To retrieve the current version of the tool, take a look into the release notes of the project in [*Jira*](https://gazelle.ihe.net/jira/browse/EVSCLT#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel).
@@ -297,7 +297,7 @@ In case the service is not actually a service, but a tool on the server hosting
 Jasper reports can be found in the EVS Client sources. To be able to use them to generate PDF validation reports, use the following command in the path defined by gazelle_home_path preference :
 
 ```bash
-git clone https://gitlab.inria.fr/gazelle/applications/test-execution/validator/EVSClient.git
+git clone https://gitlab.inria.fr/gazelle/public/core/evs-client.git
 cd EVSClient/EVSClient-ear/src/main/dist/opt/EVSClient_prod/reports
 ```
 
diff --git a/EVS-Client/installation.md b/EVS-Client/installation.md
index 9c7a5f975464c62c8e6f5a1a2df01b650d0c5015..e4c0143bec19350b4c1789172c2d5fe52ea20fd6 100755
--- a/EVS-Client/installation.md
+++ b/EVS-Client/installation.md
@@ -32,7 +32,7 @@ access is available if you only want to retrieve the sources (read-only access).
 build the tool and to install it on your own server, we recommend you to use a tagged version.
 
 ```bash
-git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/applications/test-execution/validator/EVSClient.git
+git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/public/core/evs-client.git
 ```
 
 To retrieve the current version of the tool, take a look into the release notes of the project in
diff --git a/EVS-Client/release-note.md b/EVS-Client/release-note.md
index 850fc7dce4ca1a40c9bf11e32941000dee88a1ce..ee79aebd1506324c4f2356ef79ac63644f9c7e71 100755
--- a/EVS-Client/release-note.md
+++ b/EVS-Client/release-note.md
@@ -1,13 +1,36 @@
 ---
 title: Release note
 subtitle: EVS Client
-toolversion: 6.4.1
-releasedate: 2023-12-08
+toolversion: 7.0.0
+releasedate: 2024-02-06
 author: Cédric Eoche-Duval
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-EVS_CLIENT
 ---
+
+# 7.0.0
+
+_Release date: 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[EVSCLT-1190](https://gazelle.ihe.net/jira/browse/EVSCLT-1190)\] Integrate new sso-client-v7
+* \[[EVSCLT-1193](https://gazelle.ihe.net/jira/browse/EVSCLT-1193)\] Remove username display in GUI
+
+
+
+## Message-Content-Analyzer 4.0.0
+
+_Release date: 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[MCA-127](https://gazelle.ihe.net/jira/browse/MCA-127)\] Integrate new sso-client-v7
+* \[[MCA-128](https://gazelle.ihe.net/jira/browse/MCA-128)\] Remove username display in GUI
+
 # 6.4.1
 
 _Release date: 2023-12-08_
diff --git a/Gazelle-FHIR-Validator/user.md b/Gazelle-FHIR-Validator/user.md
index 84a3c1e38ea871668b8309e6a50a95ef3f9c37b2..a2d56e28c0a2007b7fd143a4800c5403e9f58038 100755
--- a/Gazelle-FHIR-Validator/user.md
+++ b/Gazelle-FHIR-Validator/user.md
@@ -26,7 +26,7 @@ The validation service is offered as a SOAP API. You can validate your messages
 
 # Using the validation service
 
-A SoapUI project is available in the directory of the tool on Inria's forge. [SoapUI](https://gitlab.inria.fr/gazelle/validator/FhirValidator/-/tree/master/FhirValidator-ear/src/main/resources/soapui)
+A SoapUI project is available in the directory of the tool on Inria's forge. [SoapUI](https://gitlab.inria.fr/gazelle/public/validation/fhir-validator/-/tree/master/FhirValidator-ear/src/main/resources/soapui)
 
 # Graphical user interface
 
diff --git a/Gazelle-HL7-Validator/installation.md b/Gazelle-HL7-Validator/installation.md
index 3458e17c05b825c5556448449f7335221287ab38..6b2ca022fec3b74c412fe94241682df0791f643c 100755
--- a/Gazelle-HL7-Validator/installation.md
+++ b/Gazelle-HL7-Validator/installation.md
@@ -21,7 +21,7 @@ To get the artifact on Nexus browse [here](https://gazelle.ihe.net/nexus/#nexus-
 
 If you rather want to build the project by yourself, you must checkout the latest tag and package it. You may want to create a new profile to customize your build.
 
-1. Checkout the latest tag available on Inria’s gitlab: *git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/applications/test-execution/validator/gazellehl7v2validator.git*
+1. Checkout the latest tag available on Inria’s gitlab: *git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/public/validation/hl7v2-validator.git*
 
 2. \[Optional\] Edit the pom.xml file and create a new profile
 
diff --git a/Gazelle-HL7-Validator/release-note.md b/Gazelle-HL7-Validator/release-note.md
index 871e580418f6a81f430483c946bd4ab9ccc6e08b..55e8fdf5768e89845d60415de932fc96cd8109ec 100755
--- a/Gazelle-HL7-Validator/release-note.md
+++ b/Gazelle-HL7-Validator/release-note.md
@@ -2,16 +2,20 @@
 title: Release note
 subtitle: Gazelle HL7 Validator
 toolversion: 3.9.0
-releasedate: 2024-02-05
+releasedate: 2024-02-06
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-GAZELLE_HL7_VALIDATOR
 ---
+
 # 3.9.0
-_Release date: 2024-02-05_
 
-__Improvement__
+_Release date: 2024-02-06
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
 * \[[HLVAL-476](https://gazelle.ihe.net/jira/browse/HLVAL-476)\] Integrate new sso-client-v7
 
 # 3.8.5
diff --git a/Gazelle-Security-Suite/installation.md b/Gazelle-Security-Suite/installation.md
index add177278f655ed882065b7ebf4a1b2f7ae391cb..5c0e8b0334fc4c6189cb6810ea43ebf82d702033 100755
--- a/Gazelle-Security-Suite/installation.md
+++ b/Gazelle-Security-Suite/installation.md
@@ -27,13 +27,13 @@ Since version 5.0.0 the tool is called Gazelle-Security-Suite and run on JBoss 7
 
 # Sources & binaries
 
-Gazelle-Security-Suite is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via git at [https://gitlab.inria.fr/gazelle/applications/mixed/gazelle-atna.git](https://gitlab.inria.fr/gazelle/applications/mixed/gazelle-atna.git).
+Gazelle-Security-Suite is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via git at [https://gitlab.inria.fr/gazelle/public/core/security-suite.git](https://gitlab.inria.fr/gazelle/public/core/security-suite.git).
 
-The latest public packaged release can be downloaded from our Sonatype Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-gss.ear**).
+The latest public packaged release can be downloaded from our Sonatype Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-gss.ear**).
 
-**Important**, if you download the **ear** from Nexus it will have a name such as `gazelle-atna-ear-5.0.0-gss.ear`, then be sure to rename it to `gazelle-gss.ear` otherwise the deployment will fail.
+**Important**, if you download the **ear** from Nexus it will have a name such as `gazelle-security-suite-ear-5.0.0-gss.ear`, then be sure to rename it to `gazelle-gss.ear` otherwise the deployment will fail.
 
-If you need for any reason a more recent version (hotfix, experimental feature...), The public packaged application of our development trunk can be found at [https://gazelle.ihe.net/jenkins/job/gazelle-atna/ws/gazelle-atna-ear/target/gazelle-gss.ear](https://gazelle.ihe.net/jenkins/job/gazelle-atna/ws/gazelle-atna-ear/target/gazelle-gss.ear). This package can be unstable.
+If you need for any reason a more recent version (hotfix, experimental feature...), The public packaged application of our development trunk can be found at [https://gazelle.ihe.net/jenkins/job/gazelle-atna/ws/gazelle-security-suite-ear/target/gazelle-gss.ear](https://gazelle.ihe.net/jenkins/job/gazelle-atna/ws/gazelle-security-suite-ear/target/gazelle-gss.ear). This package can be unstable.
 
 # Installation
 
@@ -43,7 +43,7 @@ If Gazelle Security Suite is already installed in your environment and you are l
 
 ## Bouncycastle
 
-Bouncycastle, as a security library, is very sensible to the classloader. This library is prepared during GSS build and available from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-lib.zip**)
+Bouncycastle, as a security library, is very sensible to the classloader. This library is prepared during GSS build and available from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-lib.zip**)
 
 bcprov library must be installed as a module of the application server.
 
@@ -69,7 +69,7 @@ To check whether it's working, try to create a custom certificate with a key siz
 
 Your database must have a user **gazelle**
 
-1. Download the SQL scripts archive from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-sql.zip**)
+1. Download the SQL scripts archive from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-sql.zip**)
 
 1. Unzip the archive into a folder named `gss-sql`
 
@@ -128,7 +128,7 @@ Syslog needs some configuration files installed on the same machine GSS is runni
 sudo mkdir /opt/syslog
 ```
 
-1. Download the syslog archive from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-syslog.zip**)
+1. Download the syslog archive from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-syslog.zip**)
 
 1. Unzip the archive and copy every files into `/opt/syslog`
 
@@ -146,7 +146,7 @@ The update mechanism has changed at version 5.1.0. Be careful to strictly follow
 
 _Reminder: Before version 5.0.0, Gazelle Security Suite was called Gazelle-ATNA-Tools._
 
-1. Download the new **ear** and its associated update SQL script from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-gss.ear** and **gazelle-atna-X.X.X-sql.zip**). Not each version has an update sql to execute.
+1. Download the new **ear** and its associated update SQL script from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-gss.ear** and **gazelle-security-suite-X.X.X-sql.zip**). Not each version has an update sql to execute.
 
 1. Undeploy the old **ear** from JBoss by removing it from the deployment directory.
 
@@ -170,7 +170,7 @@ To update Gazelle-ATNA-tools 4.7.12 to Gazelle-Security-Suite 5.0.0 the process
 
 1. Backup your database
 
-1. Download the new **ear** and all intermediate update SQL scripts from your old version (excluded) to your target version (included). Those scripts can be found in *https://gitlab.inria.fr/gazelle/applications/mixed/gazelle-atna/tree/master/gazelle-atna-ear/src/main/sql.*. Not each version has an update sql to execute.
+1. Download the new **ear** and all intermediate update SQL scripts from your old version (excluded) to your target version (included). Those scripts can be found in *https://gitlab.inria.fr/gazelle/public/core/security-suite/tree/master/gazelle-security-suite-ear/src/main/sql.*. Not each version has an update sql to execute.
 
 1.  Execute the update SQL scripts
 
diff --git a/Gazelle-Security-Suite/release-note.md b/Gazelle-Security-Suite/release-note.md
index 904a9ac133b6ef9ceac5c9375d22bb342b273054..e268ca2c9944c59b52a0729c1e69bcf918757a86 100755
--- a/Gazelle-Security-Suite/release-note.md
+++ b/Gazelle-Security-Suite/release-note.md
@@ -1,13 +1,26 @@
 ---
 title: Release note
 subtitle: Gazelle Security Suite
-toolversion: 6.3.3
-releasedate: 2023-06-08
+toolversion: 7.0.0
+releasedate: 2024-02-05
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-GSS
 ---
+
+# 7.0.0
+_Release date : 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[GSS-593](https://gazelle.ihe.net/jira/browse/GSS-593)\] Integrate new sso-client-v7
+* \[[GSS-595](https://gazelle.ihe.net/jira/browse/GSS-595)\] Remove second CAS possibility
+
+__Improvement__
+* \[[GSS-594](https://gazelle.ihe.net/jira/browse/GSS-594)\] Display firstname and lastname instead of username.
+
 # 6.3.3
 _Release date : 2023-06-08_
 
diff --git a/Gazelle-Transformation-Service/release-note.md b/Gazelle-Transformation-Service/release-note.md
index f752efb11ebfdfd2e7d9bbe7fbfb7345b9972e61..226939b387a5a87c01a19dca7ec5102c319f851b 100755
--- a/Gazelle-Transformation-Service/release-note.md
+++ b/Gazelle-Transformation-Service/release-note.md
@@ -1,15 +1,21 @@
 ---
 title: Release note
 subtitle: Gazelle Transformation Service
-toolversion: 2.1.2
-releasedate: 2022-04-25
+toolversion: 2.2.0
+releasedate: 2024-02-06
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-GAZELLE_TRANSFORMATION_SERVICE
 ---
 
-# 2.1.1
+# 2.2.0
+_Release date: 2024-02-06_
+
+__Task__
+* \[[TRANSFOSRV-74](https://gazelle.ihe.net/jira/browse/TRANSFOSRV-74)\] Integrate new sso-client-v7
+
+# 2.1.2
 _Release date: 2022-04-25_
 
 __Story__
diff --git a/Gazelle-Webservice-Tester/installation.md b/Gazelle-Webservice-Tester/installation.md
index b4c84e439e3f7b55e66688d8b6e48577dc654bcf..97009a2689af6a504d78c5e6a51dc6e58b58189c 100755
--- a/Gazelle-Webservice-Tester/installation.md
+++ b/Gazelle-Webservice-Tester/installation.md
@@ -3,9 +3,9 @@ title:  Installation Manual
 subtitle: Gazelle Webservice Tester
 author: Malo TOUDIC
 function: Software developer
-date: 05/03/2019
-toolversion: 1.8.x
-version: 1.02
+date: 2024-02-06
+toolversion: 2.0.0
+version: 2.0.0
 status: Approved document
 reference: KER1-MAN-IHE-GAZELLE_WEBSERVICE_TESTER_USER
 customer: IHE-EUROPE
@@ -13,7 +13,7 @@ customer: IHE-EUROPE
 
 # Sources & binaries
 
-Gazelle Webservice Tester (GWT) is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Git at [https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/gazelle-webservice-tester.git](https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/gazelle-webservice-tester.git).
+Gazelle Webservice Tester (GWT) is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Git at [https://gitlab.inria.fr/gazelle/public/simulation/webservice-tester.git](https://gitlab.inria.fr/gazelle/public/simulation/webservice-tester.git).
 
 The latest public packaged release can be downloaded from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-webservice-tester-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-webservice-tester-ear) (search for **gazelle-webservice-tester-X.X.X.ear**).
 
diff --git a/Gazelle-Webservice-Tester/release-note.md b/Gazelle-Webservice-Tester/release-note.md
index 357c02b5782ce1d39794fbeba988bd86859df9dc..028e06f89b990caef0ee681cb158f31c9bad77a6 100755
--- a/Gazelle-Webservice-Tester/release-note.md
+++ b/Gazelle-Webservice-Tester/release-note.md
@@ -11,6 +11,8 @@ reference: KER1-RNO-IHE-GAZELLE_WEBSERVICE_TESTER
 # 2.0.0
 _Release date: 2024-02-02_
 
+Context : Gazelle User Management Renovation step 2
+
 __Task__
 * \[[GWT-148](https://gazelle.ihe.net/jira/browse/GWT-148)\] Integrate new sso-client-v7
 * \[[GWT-149](https://gazelle.ihe.net/jira/browse/GWT-149)\] Remove username display in GUI
diff --git a/Gazelle-X-Validator-Rule-Editor/release-note.md b/Gazelle-X-Validator-Rule-Editor/release-note.md
index a8c4d19c83f86191c1f7844bf2eca1b63509067f..e07457e84a5e8fff64d7939eba0e20b04f7f1747 100755
--- a/Gazelle-X-Validator-Rule-Editor/release-note.md
+++ b/Gazelle-X-Validator-Rule-Editor/release-note.md
@@ -1,13 +1,22 @@
 ---
 title: Release note
 subtitle: Gazelle X Validator Rule Editor
-toolversion: 1.3.0
-releasedate: 2019-03-19
+toolversion: 2.0.0
+releasedate: 2024-02-02
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-GAZELLE_X_VALIDATOR_RULE_EDITOR
 ---
+# 2.0.0
+_Release date: 2024-02-02_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[XVALEDIT-73](https://gazelle.ihe.net/jira/browse/XVALEDIT-73)\] Integrate new sso-client-v7
+* \[[XVALEDIT-74](https://gazelle.ihe.net/jira/browse/XVALEDIT-74)\] Remove username display in GUI
+
 # 1.3.0
 _Release date: 2019-03-19_
 
diff --git a/HPD-Simulator/installation.md b/HPD-Simulator/installation.md
index 9bfed861e71535a890b0a8e11ddc6d9ea9ac504e..28b13db0497faa05311cc467027054f099545d5b 100755
--- a/HPD-Simulator/installation.md
+++ b/HPD-Simulator/installation.md
@@ -17,7 +17,7 @@ The HPD Simulator has been developed in order to help users with testing their i
 
 As mentioned in the user guide, the LDAP directory has not been fully developed by the team, it makes use of a 3rd party tool named ApacheDS. This server is open source, certified LDAPv3 and supports DSMLv2. It also embeds a Kerberos Server (which can be useful later if we need to provide tools for the EUA profile). We currently use ApacheDS 2.0.0-M14.
 
-The sources of the projects are available on [Inria's gitlab](https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/HPDSimulator.git).
+The sources of the projects are available on [Inria's gitlab](https://gitlab.inria.fr/gazelle/public/simulation/hpd-simulator.git).
 
 # Pre-requisites
 
@@ -130,7 +130,7 @@ Note that you may have to reset your connection to your server to see the newly
 
 ## Requirements
 
-The HPD Simulator tool is a Maven 3 project, sources are available on Inria’s gitlab at [*https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/HPDSimulator.git*](https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/HPDSimulator.git).
+The HPD Simulator tool is a Maven 3 project, sources are available on Inria’s gitlab at [*https://gitlab.inria.fr/gazelle/public/simulation/hpd-simulator.git*](https://gitlab.inria.fr/gazelle/public/simulation/hpd-simulator.git).
 
 This application runs under JBoss 7.2.0-GA and uses a postgreSQL 9 database.
 
diff --git a/HPD-Simulator/release-note.md b/HPD-Simulator/release-note.md
index 46878fb8bdd25611ed54e9a1d5042b30043218f6..ca86604424664b5cb0fd8d7dfd11f498abd15986 100755
--- a/HPD-Simulator/release-note.md
+++ b/HPD-Simulator/release-note.md
@@ -1,13 +1,20 @@
 ---
 title: Release note
 subtitle: HPDSimulator
-toolversion: 2.4.5
-releasedate: 2023-12-08
+toolversion: 3.0.0
+releasedate: 2024-02-02
 author: Malo TOUDIC
 function: Software Developer
 customer: IHE Europe
 reference: KER1-RNO-IHE-HPD_SIMULATOR
 ---
+# 3.0.0
+_Release date: 2024-02-02_
+
+__Task__
+* \[[HPD-218](https://gazelle.ihe.net/jira/browse/HPD-218)\] Integrate new sso-client-v7
+* \[[HPD-219](https://gazelle.ihe.net/jira/browse/HPD-219)\] Remove username display in GUI
+
 # 2.4.5
 _Release date: 2023-12-08_
 
diff --git a/Order-Manager/installation.md b/Order-Manager/installation.md
index 5122871fb24aff8d586f90085bf7aadd5d05cae4..e6f2805f8ac11f158124f01e9710cc8e0fcfb496 100755
--- a/Order-Manager/installation.md
+++ b/Order-Manager/installation.md
@@ -23,9 +23,9 @@ If you rather want to build the project by yourself, you must checkout the lates
 Checkout the latest tag available on Inria’s gitlab:
 
 ```bash
-git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/order-manager.git
+git clone https://gitlab.inria.fr/gazelle/public/simulation/order-manager.git
 cd order-manager
-git checkout tags/OrderManager-<version>
+git checkout <version>
 ```
 
 1.  \[Optional\] Edit the pom.xml file and create a new profile
diff --git a/Order-Manager/release-note.md b/Order-Manager/release-note.md
index 33d6794fd132647b64ee35987314e7e990f44722..2e8190a2dffabdc60c9191a2e24b0d0e37913fa5 100755
--- a/Order-Manager/release-note.md
+++ b/Order-Manager/release-note.md
@@ -1,13 +1,22 @@
 ---
 title: Release note
 subtitle: Order Manager
-toolversion: 5.3.2
-releasedate: 2021-11-23
+toolversion: 6.0.0
+releasedate: 2024-02-05
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-ORDER_MANAGER
 ---
+# 6.0.0
+_Release date: 2024-02-05_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[OM-367](https://gazelle.ihe.net/jira/browse/OM-367)\] Integrate new sso-client-v7
+* \[[OM-368](https://gazelle.ihe.net/jira/browse/OM-368)\] Remove username display in GUI
+
 # 5.3.2
 _Release date: 2021-11-23_
 
diff --git a/Patient-Manager/installation.md b/Patient-Manager/installation.md
index dfe44a3228755f1adecb985ab0dbca4ec2cf215a..c41c07c4642a907ee0cd9394d624c492e02e1ee0 100755
--- a/Patient-Manager/installation.md
+++ b/Patient-Manager/installation.md
@@ -28,7 +28,7 @@ If you have your own CAS service, you need to package your own version of the to
 1.  Checkout the last tagged version available in Gazelle sources repository ($versionName will depend of the release you want to checkout)
 
 	```bash
-	git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/Patient-Manager.git
+	git clone https://gitlab.inria.fr/gazelle/public/simulation/patient-manager.git
 	cd PAMSimulator
 	git checkout tags/PAMSimulator-$versionName
 	```
diff --git a/Patient-Manager/release-note.md b/Patient-Manager/release-note.md
index 35cdcf021b7419833761d088720861b1fae16a92..2ca9ec4c5a938ee28891c5079778fccd076017f9 100755
--- a/Patient-Manager/release-note.md
+++ b/Patient-Manager/release-note.md
@@ -1,13 +1,22 @@
 ---
 title: Release note
 subtitle: PatientManager
-toolversion: 9.16.7
-releasedate: 2023-08-21
+toolversion: 10.0.0
+releasedate: 2024-02-06
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-PATIENT_MANAGER
 ---
+# 10.0.0
+_Release date: 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[PAM-775](https://gazelle.ihe.net/jira/browse/PAM-775)\] Integrate new sso-client-v7
+* \[[PAM-776](https://gazelle.ihe.net/jira/browse/PAM-776)\] Remove username display in GUI
+
 # 9.16.7
 _Release date: 2023-08-21_
 
diff --git a/Proxy/installation.md b/Proxy/installation.md
index 24f5e798160ffca3cd078ddd6a9e96711b674b5b..3e1a711675bfb258a5c80f6501f3d44c61c0f88a 100755
--- a/Proxy/installation.md
+++ b/Proxy/installation.md
@@ -17,7 +17,7 @@ Proxy is the part of the Gazelle testbed which is used to capture the messages e
 This tool is also bind to the EVSClient in order to validate the messages stored in the Proxy in a very simple way.
 
 As for the other tools, the proxy is an open source project and its sources are available at 
-[*https://gitlab.inria.fr/gazelle/applications/test-execution/gazelle-proxy.git*](https://gitlab.inria.fr/gazelle/applications/test-execution/gazelle-proxy.git).  
+[*https://gitlab.inria.fr/gazelle/public/core/proxy-v7.git*](https://gitlab.inria.fr/gazelle/public/core/proxy-v7.git).  
 You can download the latest gazelle-proxy.ear in nexus 
 [*http://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-proxy.ear*](http://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-proxy.ear)
 
diff --git a/Proxy/release-note.md b/Proxy/release-note.md
index cd0df33a0f0b97c870e652ede33154a3313b0285..2a70f29718a13221e5edf30084089e6631b31eee 100755
--- a/Proxy/release-note.md
+++ b/Proxy/release-note.md
@@ -1,13 +1,20 @@
 ---
 title: Release note
 subtitle: Proxy
-toolversion: 6.0.0
-releasedate: 2024-01-18
+toolversion: 6.1.0
+releasedate: 2024-02-06
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-Proxy
 ---
+# 6.1.0
+_Release date: 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[PROXY-308](https://gazelle.ihe.net/jira/browse/PROXY-308)\] Integrate new sso-client-v7
 
 # 6.0.0
 _Release date: 2024-01-18
@@ -69,7 +76,7 @@ __Bug__
 * \[[PROXY-302](https://gazelle.ihe.net/jira/browse/PROXY-302)\] Cannot log with ipLogin
 
 __Story__
-* \[[PROXY-303](https://gazelle.ihe.net/jira/browse/PROXY-303)\] Dump Dicom to xml in WADO-RS responses
+* \[[PROXY-303](https://gazelle.ihe.net/jira/browse/PROXY-303)\] Dump Dicom to xml in WADO-RS response
 
 # 5.1.0
 _Release date: 2023-07-11_
diff --git a/SVS-Simulator/installation.md b/SVS-Simulator/installation.md
index 8ec3cd4064bfea020b1353cd083917e29c32c607..8f6fbfe928931e36f24c16c0ad974c6804887554 100755
--- a/SVS-Simulator/installation.md
+++ b/SVS-Simulator/installation.md
@@ -26,9 +26,9 @@ If you rather want to build the project by yourself, you must checkout the lates
 1-  Checkout the latest tag available on Inria’s forge: 
 
 ```bash
-git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/svs-simulator.git
+git clone https://gitlab.inria.fr/gazelle/public/core/svs-simulator.git
 cd svs-simulator
-git checkout tag/SVSSimulator-<version>
+git checkout <version>
 ```
 
 2-  \[Optional\] Edit the pom.xml file and create a new profile
diff --git a/SVS-Simulator/release-note.md b/SVS-Simulator/release-note.md
index 3839c3e861ae250fe9579377ec6d7d4c22570835..793a5a78423e1b44fab53260d1dea9c6b70a8cc7 100755
--- a/SVS-Simulator/release-note.md
+++ b/SVS-Simulator/release-note.md
@@ -2,20 +2,21 @@
 title: Release note
 subtitle: SVSSimulator
 toolversion: 3.0.0
-releasedate: 2024-02-05
+releasedate: 2024-02-06
 author: Nicolas BAILLIET
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-SVSSIMULATOR
 ---
 # 3.0.0
-_Release date: 2024-02-05_
+_Release date: 2024-02-06_
 
-__Improvement__
+Context : Gazelle User Management Renovation step 2
+
+__Task__
 * \[[SVS-248](https://gazelle.ihe.net/jira/browse/SVS-248)\] Integrate new sso-client-v7
 * \[[SVS-249](https://gazelle.ihe.net/jira/browse/SVS-249)\] Remove username display in GUI
 
-
 # 2.3.4
 _Release date: 2023-04-13_
 
diff --git a/Schematron-Validator/installation.md b/Schematron-Validator/installation.md
index bb87ebdf2e6e855a690e6fecd5f8301bc00af8c6..55cfd150a01cd88a4ac690fd6e5fc93cee942fe3 100755
--- a/Schematron-Validator/installation.md
+++ b/Schematron-Validator/installation.md
@@ -14,12 +14,12 @@ customer: IHE-EUROPE
 
 Schematron-based Validator is a maven project. Sources are available on the INRIA Source Forge at the following URL:
 
-[*https://gitlab.inria.fr/gazelle/applications/test-execution/validator/SchematronValidator.git*](https://gitlab.inria.fr/gazelle/applications/test-execution/validator/SchematronValidator.git)
+[*https://gitlab.inria.fr/gazelle/public/validation/schematron-validator.git*](https://gitlab.inria.fr/gazelle/public/validation/schematron-validator.git)
 
 If you'd like to checkout the sources on your system you might want to use the following git command, provided subversion is installed on your system.
 
 ```bash
-git clone https://gitlab.inria.fr/gazelle/applications/test-execution/validator/SchematronValidator.git
+git clone https://gitlab.inria.fr/gazelle/public/validation/schematron-validator.git
 ```
 
 Note that the latest executable can be extracted from our nexus repository as well  at
diff --git a/Schematron-Validator/release-note.md b/Schematron-Validator/release-note.md
index 3d5ab6a1a9a4e21e015e9221f2816ba427ca6aaf..9f07ebf54d4f2b62dfc27a1bf8c4723ec5f19731 100755
--- a/Schematron-Validator/release-note.md
+++ b/Schematron-Validator/release-note.md
@@ -1,13 +1,23 @@
 ---
 title: Release note
 subtitle: Schematron Validator
-toolversion: 2.5.2
-releasedate: 2023-04-04
+toolversion: 2.6.0
+releasedate: 2024-02-06
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-SCHEMATRON_VALIDATOR
 ---
+
+# 2.6.0
+
+_Release date: 2024-02-06
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[SCHVAL-192](https://gazelle.ihe.net/jira/browse/SCHVAL-192)\] Integrate new sso-client-v7
+
 # 2.5.2
 _Release date: 2023-04-04_
 
diff --git a/Test-Management/installation.md b/Test-Management/installation.md
index c2fa875f24c85e7d3d1448f095a0271b9b5ae83e..441d2129c4c03f9c2c161844c6adb4375ae3e08e 100755
--- a/Test-Management/installation.md
+++ b/Test-Management/installation.md
@@ -32,13 +32,13 @@ You can either fetch the public EAR (released version) in our [Nexus repository]
 
 The sources are available on the INRIA's Gitlab:
 ```bash
-git clone https://gitlab.inria.fr/gazelle/applications/mixed/gazelle-tm.git
+git clone https://gitlab.inria.fr/gazelle/public/core/test-management.git
 ```
 
 It requires jdk8 and maven to build, but jdk7 to run.
 
 ```bash
-cd gazelle-tm
+cd test-management
 mvn clean install
 ```
 
diff --git a/Test-Management/release-note.md b/Test-Management/release-note.md
index 9d4ba3fc8c8b2f9e14829fe5eada647253e2ade0..c779e2d9c28e49c94400fab3d7e0f241dee66c70 100755
--- a/Test-Management/release-note.md
+++ b/Test-Management/release-note.md
@@ -1,13 +1,28 @@
 ---
 title: Release note
 subtitle: Test Management
-toolversion: 7.1.6
-releasedate: 2024-01-04
+toolversion: 8.0.0
+releasedate: 2024-02-06
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-TEST_MANAGEMENT
 ---
+
+# 8.0.0
+_Release date: 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Story__
+* \[[GZL-5206](https://gazelle.ihe.net/jira/browse/GZL-5206)\] [GUM] Remove account creation in TM
+* \[[GZL-5207](https://gazelle.ihe.net/jira/browse/GZL-5207)\] [GUM] Remove username display
+* \[[GZL-5261](https://gazelle.ihe.net/jira/browse/GZL-5261)\] [GUM] Use new user client in TM to perform actions on users 
+
+__Task__
+* \[[GZL-5205](https://gazelle.ihe.net/jira/browse/GZL-5205)\] [GUM] Create webservice to manage organizations
+* \[[GZL-5270](https://gazelle.ihe.net/jira/browse/GZL-5270)\] [GUM] Setup cache for user lookups
+
 # 7.1.6
 _Release date: 2024-01-04_
 
diff --git a/XDStar-Client/installation.md b/XDStar-Client/installation.md
index 6baed75879e3fe97d1c1d5192b162ddfa70d5fce..b6ac43990ed4fd610bb0a8f8c84ba8147a886e4a 100755
--- a/XDStar-Client/installation.md
+++ b/XDStar-Client/installation.md
@@ -50,11 +50,11 @@ All these steps are done by the script. The next paragraph are only details of h
 
 # Compile Sources
 
-XDStarClient is an open source project under Apache2 licence. The sources are available on the IHE's subversion server:
+XDStarClient is an open source project under Apache2 licence. The sources are available on the IHE's gitlab server:
 
 ```bash
-svn checkout https://svn.ihe-europe.net/gazelle/Maven/simulators/XDStar-modules/trunk XDStar-modules
-svn checkout https://svn.ihe-europe.net/gazelle/Maven/simulators/XDStarClient/trunk XDStarClient
+git clone https://gitlab.inria.fr/gazelle/public/simulation/xdstar-modules
+git clone https://gitlab.inria.fr/gazelle/public/simulation/xdstar-client
 ```
 
 Before compiling, go to the directory XDStarClient and edit the file pom.xml. Open this file and adapt the properties of profile prod to your case :
diff --git a/XDStar-Client/release-note.md b/XDStar-Client/release-note.md
index 2311c208671b9a4dd0dd29ca48e418f578fef6ce..318d7798b3971a9fb714b4d6704b2d80bb4c92f9 100755
--- a/XDStar-Client/release-note.md
+++ b/XDStar-Client/release-note.md
@@ -1,13 +1,22 @@
 ---
 title: Release note
 subtitle: XDStarClient
-toolversion: 2.5.14
-releasedate: 2023-07-04
+toolversion: 3.0.0
+releasedate: 2024-02-06
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-XDSTARCLIENT
 ---
+# 3.0.0
+_Release date: 2024-02-06_
+
+Context : Gazelle User Management Renovation step 2
+
+__Task__
+* \[[XDSTAR-770](https://gazelle.ihe.net/jira/browse/XDSTAR-770)\] Integrate new sso-client-v7
+* \[[XDSTAR-772](https://gazelle.ihe.net/jira/browse/XDSTAR-772)\] Remove username display in GUI
+
 # 2.5.14
 _Release date: 2023-07-04_
 
diff --git a/XDW-Simulator/installation.md b/XDW-Simulator/installation.md
index 9f2f71015e0ea0beea9215cfa6988326d31558e4..956763f84548c93fd1d622afc4d9741eeacb2453 100755
--- a/XDW-Simulator/installation.md
+++ b/XDW-Simulator/installation.md
@@ -21,10 +21,10 @@ To get the artifact on Nexus browse: [*https://gazelle.ihe.net/nexus/index.html#
 
 If you rather want to build the project by yourself, you must checkout the latest tag and package it. You may want to create a new Maven profile to customize your build.
 
-Checkout the latest tag available on Inria’s forge:
+Checkout the latest tag available on Inria’s gitlab:
 
 ```bash
-svn co svn checkout https://svn.ihe-europe.net/gazelle/Maven/simulators/XDWSimulator/tags/XDWSimulator-versionName
+git clone https://gitlab.inria.fr/gazelle/public/simulation/xdw-simulator
 ```
 
 1.  \[Optional\] Edit the pom.xml file and create a new profile
diff --git a/XDW-Simulator/release-note.md b/XDW-Simulator/release-note.md
index 2cf87639c73174c54e2633a0be412acb548eb65d..0027f449ba53c78f1262f886f5abf0528e06dd29 100755
--- a/XDW-Simulator/release-note.md
+++ b/XDW-Simulator/release-note.md
@@ -12,11 +12,12 @@ reference: KER1-RNO-IHE-XDWSimulator
 # 3.0.0
 _Release date: 2024-02-06_
 
+Context : Gazelle User Management Renovation step 2
+
 __Improvement__
 * \[[XDW-129](https://gazelle.ihe.net/jira/browse/XDW-129)\] Integrate new sso-client-v7
 * \[[XDW-130](https://gazelle.ihe.net/jira/browse/XDW-130)\] Remove username display in GUI
 
-
 # 2.1.0
 _Release date: 2019-03-15_