From a7a7b047ab2350f59b2792a394a813e87c25e8b1 Mon Sep 17 00:00:00 2001 From: Olivier Ricciardi Date: Thu, 23 Apr 2026 15:31:49 +0200 Subject: [PATCH 1/7] =?UTF-8?q?[UP]=20mont=C3=A9e=20du=20num=C3=A9ro=20de?= =?UTF-8?q?=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Olivier Ricciardi --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 91e435b6..4be73750 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 fr.insee.sugoi sugoi-api-parent - 2.9.0-SNAPSHOT + 2.8.2 sugoi-api-parent User services management pom From f8185a7be892268a7ed4ef08e0d022d0ca61d564 Mon Sep 17 00:00:00 2001 From: Olivier Ricciardi Date: Thu, 23 Apr 2026 16:00:14 +0200 Subject: [PATCH 2/7] =?UTF-8?q?[UP]=20changement=20num=C3=A9ro=20de=20vers?= =?UTF-8?q?ion=20appli=20dans=20pom=20parent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Olivier Ricciardi --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4be73750..7ea05091 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 fr.insee.sugoi sugoi-api-parent - 2.8.2 + 2.8.4 sugoi-api-parent User services management pom From 1fc0fba48a3f572b9dec07b1f8804dad871215cf Mon Sep 17 00:00:00 2001 From: Olivier Ricciardi Date: Thu, 23 Apr 2026 16:07:00 +0200 Subject: [PATCH 3/7] [UP] suppression surefire pom parent ligne 348 Signed-off-by: Olivier Ricciardi --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7ea05091..b411acb9 100644 --- a/pom.xml +++ b/pom.xml @@ -345,9 +345,6 @@ org.apache.maven.plugins maven-surefire-plugin ${maven-surefire-plugin.version} - - ${surefire.skip} - org.jacoco From 65b0c2c1814e8ac103c081cfcb9ccb9ef60f67d3 Mon Sep 17 00:00:00 2001 From: Olivier Ricciardi Date: Thu, 23 Apr 2026 16:10:51 +0200 Subject: [PATCH 4/7] =?UTF-8?q?[UP]=20retour=20arri=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Olivier Ricciardi --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b411acb9..91e435b6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 fr.insee.sugoi sugoi-api-parent - 2.8.4 + 2.9.0-SNAPSHOT sugoi-api-parent User services management pom @@ -345,6 +345,9 @@ org.apache.maven.plugins maven-surefire-plugin ${maven-surefire-plugin.version} + + ${surefire.skip} + org.jacoco From 16d7e181fe4a4f8ed2d7ab8ff7477c9dddb8c40a Mon Sep 17 00:00:00 2001 From: Olivier Ricciardi Date: Thu, 23 Apr 2026 16:28:00 +0200 Subject: [PATCH 5/7] =?UTF-8?q?[UP]=20mont=C3=A9e=20de=20version=20commons?= =?UTF-8?q?-lang=20->=203.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Olivier Ricciardi --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 91e435b6..6cc7c38f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 2.14.0 7.0.4 2.11.0 - 2.6 + 3.18 2.8.14 7.34.3 4.5.14 From a06219533125dfefff58235a9e30539d2fa3a6de Mon Sep 17 00:00:00 2001 From: Olivier Ricciardi Date: Thu, 23 Apr 2026 16:38:58 +0200 Subject: [PATCH 6/7] [UP] Modification version commons-lang Signed-off-by: Olivier Ricciardi --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6cc7c38f..03f22dfb 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 2.14.0 7.0.4 2.11.0 - 3.18 + 3.18.0 2.8.14 7.34.3 4.5.14 From 37668d3035992ace161c85ea9f29901cfb3c8214 Mon Sep 17 00:00:00 2001 From: Olivier Ricciardi Date: Thu, 23 Apr 2026 16:53:22 +0200 Subject: [PATCH 7/7] =?UTF-8?q?[UP]=20retour=20arri=C3=A8re=20sur=20d?= =?UTF-8?q?=C3=A9pendance=20commons-lang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Olivier Ricciardi --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 03f22dfb..91e435b6 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 2.14.0 7.0.4 2.11.0 - 3.18.0 + 2.6 2.8.14 7.34.3 4.5.14