Skip to content

Commit

Permalink
[REL] 🚀 release version 1.8.0
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 Jan 20, 2023
1 parent 3cb3166 commit 2cf20d9
Show file tree
Hide file tree
Showing 25 changed files with 41 additions and 24 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 1.8.0


- [BUG] :bug: Fix User Habilitations not passed through JMS (#770)
- [UP] :arrow_up: Bump maven-jar-plugin from 3.2.2 to 3.3.0
- [UP] :arrow_up: Bump httpclient from 4.5.13 to 4.5.14
- [UP] :arrow_up: Bump org.springdoc.version from 1.6.9 to 1.6.14
- [UP] :arrow_up: Bump commons-text from 1.9 to 1.10.0
- [BUG] :bug: Fix issue: appSource is lost when realm update issue ref : https://github.com/InseeFr/sugoi-api/issues/749
- [UP] :arrow_up: Bump unboundid-ldapsdk from 6.0.5 to 6.0.7
- [UP] :arrow_up: Bump spotless-maven-plugin from 2.24.1 to 2.28.0
- [BUG] 755 bug npe is thrown when modifying an application without a groups-list
- [REL] :rocket: prepare next version
- [REL] :rocket: release version 1.7.0
- [REL] :rocket: release version 1.7.0


# 1.7.0


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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-distribution-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-event-log/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>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-event-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-event-metrics/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>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-event-metrics</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</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>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-test</artifactId>
Expand Down

0 comments on commit 2cf20d9

Please sign in to comment.