Skip to content

Commit 0f453b0

Browse files
author
Insee - Domaine Outils Transverses
committed
[REL] 🚀 release version 2.2.3
Signed-off-by: Insee - Domaine Outils Transverses <dg75-dsi-domaine-outils-transverses@insee.fr>
1 parent 83d23e1 commit 0f453b0

23 files changed

Lines changed: 29 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.2.3
2+
3+
4+
- [BUG] :bug: Fix cannot configure instance to accept fuzzy search
5+
- [REL] :rocket: release version 2.2.2
6+
7+
18
# 2.1.5
29

310

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>fr.insee.sugoi</groupId>
66
<artifactId>sugoi-api-parent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.3</version>
88
<name>sugoi-api-parent</name>
99
<description>User services management</description>
1010
<packaging>pom</packaging>

sugoi-api-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>fr.insee.sugoi</groupId>
66
<artifactId>sugoi-api-parent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sugoi-api-converter</artifactId>

sugoi-api-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>fr.insee.sugoi</groupId>
77
<artifactId>sugoi-api-parent</artifactId>
8-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>sugoi-api-core</artifactId>

sugoi-api-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sugoi-api-parent</artifactId>
66
<groupId>fr.insee.sugoi</groupId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.3</version>
88
</parent>
99

1010
<packaging>pom</packaging>

sugoi-api-distribution/sugoi-api-distribution-full-env/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>fr.insee.sugoi</groupId>
88
<artifactId>sugoi-api-distribution</artifactId>
9-
<version>2.2.0-SNAPSHOT</version>
9+
<version>2.2.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>sugoi-api-distribution-full-env</artifactId>

sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>fr.insee.sugoi</groupId>
88
<artifactId>sugoi-api-distribution</artifactId>
9-
<version>2.2.0-SNAPSHOT</version>
9+
<version>2.2.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>sugoi-api-distribution-jar</artifactId>

sugoi-api-distribution/sugoi-api-distribution-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>fr.insee.sugoi</groupId>
99
<artifactId>sugoi-api-distribution</artifactId>
10-
<version>2.2.0-SNAPSHOT</version>
10+
<version>2.2.3</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>sugoi-api-distribution-war</artifactId>

sugoi-api-event-webhook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>fr.insee.sugoi</groupId>
77
<artifactId>sugoi-api-parent</artifactId>
8-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>sugoi-api-event-webhook</artifactId>

sugoi-api-file-config-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>fr.insee.sugoi</groupId>
66
<artifactId>sugoi-api-parent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sugoi-api-file-config-provider</artifactId>

0 commit comments

Comments
 (0)