Skip to content

Commit

Permalink
[SELC-5482] Added INCREMENT_REGISTRATION_AGGREGATOR in WorkflowType a…
Browse files Browse the repository at this point in the history
…nd update version in poms (#492)
  • Loading branch information
flaminiaScarciofolo authored Sep 20, 2024
1 parent 430a944 commit 3b2ff20
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libs/onboarding-sdk-azure-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-pom</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<relativePath>../onboarding-sdk-pom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion libs/onboarding-sdk-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-pom</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<relativePath>../onboarding-sdk-pom</relativePath>
</parent>
<artifactId>onboarding-sdk-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ public enum WorkflowType {
USERS_IMPORT,//USER
IMPORT,//INSTITUTION
CONTRACT_REGISTRATION_AGGREGATOR,//AGGREGATION
CONFIRMATION_AGGREGATE//AGGREGATION
CONFIRMATION_AGGREGATE,//AGGREGATION
INCREMENT_REGISTRATION_AGGREGATOR //AGGREGATION
}
2 changes: 1 addition & 1 deletion libs/onboarding-sdk-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-pom</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<relativePath>../onboarding-sdk-pom</relativePath>
</parent>
<artifactId>onboarding-sdk-crypto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libs/onboarding-sdk-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>onboarding-sdk-pom</artifactId>
<packaging>pom</packaging>
<name>onboarding-sdk-pom</name>
<version>0.2.0</version>
<version>0.2.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
6 changes: 3 additions & 3 deletions libs/onboarding-sdk-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<parent>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-pom</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<relativePath>../onboarding-sdk-pom</relativePath>
</parent>
<artifactId>onboarding-sdk-product</artifactId>
<name>onboarding-sdk-product</name>
<version>0.2.0</version>
<version>0.2.1</version>

<properties>
<jackson.version>2.15.2</jackson.version>
<onboarding-sdk.version>0.2.0</onboarding-sdk.version>
<onboarding-sdk.version>0.2.1</onboarding-sdk.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3b2ff20

Please sign in to comment.