From 15e52b417b3673bdf189ff949c7385b5b27a56ad Mon Sep 17 00:00:00 2001 From: Insee - Domaine Outils Transverses Date: Thu, 22 Jun 2023 08:12:25 +0000 Subject: [PATCH] [REL] :rocket: release version 1.9.2 Signed-off-by: Insee - Domaine Outils Transverses --- CHANGELOG.md | 6 ++++++ pom.xml | 2 +- sugoi-api-converter/pom.xml | 2 +- sugoi-api-core/pom.xml | 2 +- sugoi-api-distribution/pom.xml | 2 +- .../sugoi-api-distribution-full-env/pom.xml | 2 +- sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml | 2 +- sugoi-api-distribution/sugoi-api-distribution-war/pom.xml | 2 +- sugoi-api-event-log/pom.xml | 2 +- sugoi-api-event-metrics/pom.xml | 2 +- sugoi-api-event-webhook/pom.xml | 2 +- sugoi-api-file-config-provider/pom.xml | 2 +- sugoi-api-file-store-provider/pom.xml | 2 +- sugoi-api-jms-store-provider/pom.xml | 2 +- sugoi-api-jms-utils/pom.xml | 2 +- sugoi-api-ldap-config-provider/pom.xml | 2 +- sugoi-api-ldap-store-provider/pom.xml | 2 +- sugoi-api-ldap-utils/pom.xml | 2 +- sugoi-api-model/pom.xml | 2 +- sugoi-api-rest-commons-services/pom.xml | 2 +- sugoi-api-rest-old-services/pom.xml | 2 +- sugoi-api-rest-services/pom.xml | 2 +- sugoi-api-seealso-http/pom.xml | 2 +- sugoi-api-seealso-ldap/pom.xml | 2 +- sugoi-api-test/pom.xml | 2 +- 25 files changed, 30 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b66e83c8..082c068a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.9.2 + + +- [ENH] :sparkles: Connection to ldap should have a timeout property + + # 1.9.1 diff --git a/pom.xml b/pom.xml index d9db8263..33b2cd5c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 sugoi-api-parent User services management pom diff --git a/sugoi-api-converter/pom.xml b/sugoi-api-converter/pom.xml index 11b68672..388b10eb 100644 --- a/sugoi-api-converter/pom.xml +++ b/sugoi-api-converter/pom.xml @@ -4,7 +4,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-converter diff --git a/sugoi-api-core/pom.xml b/sugoi-api-core/pom.xml index b0f57506..04e73cda 100644 --- a/sugoi-api-core/pom.xml +++ b/sugoi-api-core/pom.xml @@ -5,7 +5,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-core diff --git a/sugoi-api-distribution/pom.xml b/sugoi-api-distribution/pom.xml index 6a9d2433..f849b107 100644 --- a/sugoi-api-distribution/pom.xml +++ b/sugoi-api-distribution/pom.xml @@ -4,7 +4,7 @@ sugoi-api-parent fr.insee.sugoi - 1.9.1 + 1.9.2 pom diff --git a/sugoi-api-distribution/sugoi-api-distribution-full-env/pom.xml b/sugoi-api-distribution/sugoi-api-distribution-full-env/pom.xml index 72bb17d9..1531c66a 100644 --- a/sugoi-api-distribution/sugoi-api-distribution-full-env/pom.xml +++ b/sugoi-api-distribution/sugoi-api-distribution-full-env/pom.xml @@ -6,7 +6,7 @@ fr.insee.sugoi sugoi-api-distribution - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-distribution-full-env diff --git a/sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml b/sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml index 244e9a07..b0cb1ca2 100644 --- a/sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml +++ b/sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml @@ -6,7 +6,7 @@ fr.insee.sugoi sugoi-api-distribution - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-distribution-jar diff --git a/sugoi-api-distribution/sugoi-api-distribution-war/pom.xml b/sugoi-api-distribution/sugoi-api-distribution-war/pom.xml index 1af63c1b..78642f48 100644 --- a/sugoi-api-distribution/sugoi-api-distribution-war/pom.xml +++ b/sugoi-api-distribution/sugoi-api-distribution-war/pom.xml @@ -7,7 +7,7 @@ fr.insee.sugoi sugoi-api-distribution - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-distribution-war diff --git a/sugoi-api-event-log/pom.xml b/sugoi-api-event-log/pom.xml index 4403f878..781ce5f5 100644 --- a/sugoi-api-event-log/pom.xml +++ b/sugoi-api-event-log/pom.xml @@ -5,7 +5,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-event-log diff --git a/sugoi-api-event-metrics/pom.xml b/sugoi-api-event-metrics/pom.xml index a205e032..ef57e0f2 100644 --- a/sugoi-api-event-metrics/pom.xml +++ b/sugoi-api-event-metrics/pom.xml @@ -5,7 +5,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-event-metrics diff --git a/sugoi-api-event-webhook/pom.xml b/sugoi-api-event-webhook/pom.xml index 90ffd29c..92502d7f 100644 --- a/sugoi-api-event-webhook/pom.xml +++ b/sugoi-api-event-webhook/pom.xml @@ -5,7 +5,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-event-webhook diff --git a/sugoi-api-file-config-provider/pom.xml b/sugoi-api-file-config-provider/pom.xml index 3ca800e3..443360eb 100644 --- a/sugoi-api-file-config-provider/pom.xml +++ b/sugoi-api-file-config-provider/pom.xml @@ -4,7 +4,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-file-config-provider diff --git a/sugoi-api-file-store-provider/pom.xml b/sugoi-api-file-store-provider/pom.xml index 11b00dda..2419a4de 100644 --- a/sugoi-api-file-store-provider/pom.xml +++ b/sugoi-api-file-store-provider/pom.xml @@ -5,7 +5,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml diff --git a/sugoi-api-jms-store-provider/pom.xml b/sugoi-api-jms-store-provider/pom.xml index cc827b0f..b16e7dda 100644 --- a/sugoi-api-jms-store-provider/pom.xml +++ b/sugoi-api-jms-store-provider/pom.xml @@ -4,7 +4,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-jms-store-provider diff --git a/sugoi-api-jms-utils/pom.xml b/sugoi-api-jms-utils/pom.xml index 9cfa76b8..01abcdb7 100644 --- a/sugoi-api-jms-utils/pom.xml +++ b/sugoi-api-jms-utils/pom.xml @@ -4,7 +4,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-jms-utils diff --git a/sugoi-api-ldap-config-provider/pom.xml b/sugoi-api-ldap-config-provider/pom.xml index b2dae868..1f2c578e 100644 --- a/sugoi-api-ldap-config-provider/pom.xml +++ b/sugoi-api-ldap-config-provider/pom.xml @@ -4,7 +4,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-ldap-config-provider diff --git a/sugoi-api-ldap-store-provider/pom.xml b/sugoi-api-ldap-store-provider/pom.xml index 014ae11f..cdfefb45 100644 --- a/sugoi-api-ldap-store-provider/pom.xml +++ b/sugoi-api-ldap-store-provider/pom.xml @@ -4,7 +4,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-ldap-store-provider diff --git a/sugoi-api-ldap-utils/pom.xml b/sugoi-api-ldap-utils/pom.xml index 65ee8f95..f789b870 100644 --- a/sugoi-api-ldap-utils/pom.xml +++ b/sugoi-api-ldap-utils/pom.xml @@ -4,7 +4,7 @@ sugoi-api-parent fr.insee.sugoi - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-ldap-utils diff --git a/sugoi-api-model/pom.xml b/sugoi-api-model/pom.xml index a028ebc8..a740418c 100644 --- a/sugoi-api-model/pom.xml +++ b/sugoi-api-model/pom.xml @@ -5,7 +5,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-model diff --git a/sugoi-api-rest-commons-services/pom.xml b/sugoi-api-rest-commons-services/pom.xml index 27d1f427..b1650b21 100644 --- a/sugoi-api-rest-commons-services/pom.xml +++ b/sugoi-api-rest-commons-services/pom.xml @@ -5,7 +5,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-rest-commons-services diff --git a/sugoi-api-rest-old-services/pom.xml b/sugoi-api-rest-old-services/pom.xml index fc6e95d0..0dffd71a 100644 --- a/sugoi-api-rest-old-services/pom.xml +++ b/sugoi-api-rest-old-services/pom.xml @@ -4,7 +4,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-rest-old-services diff --git a/sugoi-api-rest-services/pom.xml b/sugoi-api-rest-services/pom.xml index a7cf16fa..fc601e89 100644 --- a/sugoi-api-rest-services/pom.xml +++ b/sugoi-api-rest-services/pom.xml @@ -5,7 +5,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-rest-services diff --git a/sugoi-api-seealso-http/pom.xml b/sugoi-api-seealso-http/pom.xml index 186a9369..ebe66e8a 100644 --- a/sugoi-api-seealso-http/pom.xml +++ b/sugoi-api-seealso-http/pom.xml @@ -4,7 +4,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-seealso-http diff --git a/sugoi-api-seealso-ldap/pom.xml b/sugoi-api-seealso-ldap/pom.xml index 32f217a7..21074096 100644 --- a/sugoi-api-seealso-ldap/pom.xml +++ b/sugoi-api-seealso-ldap/pom.xml @@ -4,7 +4,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-seealso-ldap diff --git a/sugoi-api-test/pom.xml b/sugoi-api-test/pom.xml index 33ec4ad5..93f2b294 100644 --- a/sugoi-api-test/pom.xml +++ b/sugoi-api-test/pom.xml @@ -6,7 +6,7 @@ fr.insee.sugoi sugoi-api-parent - 1.9.1 + 1.9.2 ../pom.xml sugoi-api-test