diff --git a/license.txt b/license.txt
index dba13ed..efff44b 100644
--- a/license.txt
+++ b/license.txt
@@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found.
     GNU Affero General Public License for more details.
 
     You should have received a copy of the GNU Affero General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -658,4 +658,4 @@ specific requirements.
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU AGPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
diff --git a/pom.xml b/pom.xml
index b56f87c..5a4c253 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2000 - 2020 Silverpeas
+    Copyright (C) 2000 - 2024 Silverpeas
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
     Open Source Software ("FLOSS") applications as described in Silverpeas's
     FLOSS exception.  You should have received a copy of the text describing
     the FLOSS exception, and it is also available here:
-    "http://www.silverpeas.org/docs/core/legal/floss_exception.html"
+    "https://www.silverpeas.org/floss_exception.html"
 
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +21,7 @@
     GNU Affero General Public License for more details.
 
     You should have received a copy of the GNU Affero General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses />.
+    along with this program.  If not, see <https://www.gnu.org/licenses />.
 
 -->
 
@@ -31,7 +31,7 @@
   <packaging>jar</packaging>
   <groupId>org.silverpeas</groupId>
   <artifactId>silverpeas-distribution</artifactId>
-  <version>6.2-SNAPSHOT</version>
+  <version>6.2.4-SNAPSHOT</version>
   <name>Distribution of Silverpeas ${project.version}</name>
   <description>
     It generates a distribution of Silverpeas ${project.version} for both Unix-like and Windows
@@ -50,7 +50,7 @@
       <id>Silverpeas</id>
       <layout>default</layout>
       <name>Silverpeas Repository</name>
-      <url>https://www.silverpeas.org/nexus/content/groups/silverpeas</url>
+      <url>https://nexus3.silverpeas.org/repository/silverpeas</url>
       <releases>
         <enabled>true</enabled>
       </releases>
@@ -65,13 +65,13 @@
       <id>silverpeas</id>
       <name>Repository Silverpeas</name>
       <layout>default</layout>
-      <url>https://www.silverpeas.org/nexus/content/repositories/releases/</url>
+      <url>https://nexus3.silverpeas.org/repository/releases/</url>
     </repository>
     <snapshotRepository>
       <id>silverpeas-snapshots</id>
       <name>Snapshots Repository Silverpeas</name>
       <layout>default</layout>
-      <url>https://www.silverpeas.org/nexus/content/repositories/snapshots/</url>
+      <url>https://nexus3.silverpeas.org/repository/snapshots/</url>
     </snapshotRepository>
     <site>
       <id>silverpeas_repository</id>
@@ -81,7 +81,7 @@
 
   <properties>
     <!-- property used by the CI to both deploy a build version and release the next stable version -->
-    <next.release>6.2</next.release>
+    <next.release>6.2.4</next.release>
     <server.distribution>wildfly20</server.distribution>
   </properties>
 
diff --git a/src/main/dist/bin/build.gradle b/src/main/dist/bin/build.gradle
index 7b12b63..dcbd2df 100644
--- a/src/main/dist/bin/build.gradle
+++ b/src/main/dist/bin/build.gradle
@@ -19,7 +19,7 @@ repositories {
   mavenLocal()
   maven {
     name 'silverpeas'
-    url 'https://www.silverpeas.org/nexus/content/groups/silverpeas'
+    url 'https://nexus3.silverpeas.org/repository/silverpeas'
   }
   flatDir {
     dirs 'lib'
@@ -38,7 +38,7 @@ buildscript {
   repositories {
     mavenLocal()
     maven {
-      url 'https://www.silverpeas.org/nexus/content/groups/silverpeas'
+      url 'https://nexus3.silverpeas.org/repository/silverpeas'
     }
     maven {
       url 'https://plugins.gradle.org/m2/'