Skip to content

Commit

Permalink
[REL] 🚀 prepare next version
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 authored and CChemin committed Dec 8, 2023
1 parent 11af4d3 commit 1b27382
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</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.1.3</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-test</artifactId>
Expand Down

0 comments on commit 1b27382

Please sign in to comment.