Skip to content

Commit

Permalink
[REL] 🚀 release version 2.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Insee - Domaine Outils Transverses <[email protected]>
  • Loading branch information
Insee - Domaine Outils Transverses committed Apr 4, 2024
1 parent 8721ddf commit 2156ac9
Show file tree
Hide file tree
Showing 23 changed files with 31 additions and 22 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.1.5


- [REL] :rocket: prepare next version
- [REL] :rocket: release version 2.1.4
- [ENH] :sparkles: Add warning on reset password default mail
- [REL] :rocket: release version 2.1.4


# 2.1.4


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<name>sugoi-api-parent</name>
<description>User services management</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sugoi-api-parent</artifactId>
<groupId>fr.insee.sugoi</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
</parent>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-distribution</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-distribution-full-env</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-distribution</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-distribution-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-distribution/sugoi-api-distribution-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-distribution</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-distribution-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-event-webhook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-event-webhook</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-file-config-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-file-config-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-file-store-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-jms-store-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-jms-store-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-jms-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-jms-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-ldap-config-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-ldap-config-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-ldap-store-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-ldap-store-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-ldap-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sugoi-api-parent</artifactId>
<groupId>fr.insee.sugoi</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-ldap-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-rest-commons-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-rest-commons-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-rest-old-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-rest-old-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-rest-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-rest-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-seealso-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-seealso-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-seealso-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-seealso-ldap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-test</artifactId>
Expand Down

0 comments on commit 2156ac9

Please sign in to comment.