Skip to content

Commit

Permalink
Merge pull request #1 from italia/main
Browse files Browse the repository at this point in the history
merge from main repo
  • Loading branch information
rglauco authored Mar 18, 2024
2 parents ff68e43 + 70779ed commit 7224ac4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.spid.cie.oidc</groupId>
<artifactId>starter-kit-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.spid.cie.oidc</groupId>
<artifactId>starter-kit-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/relying-party-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.spid.cie.oidc</groupId>
<artifactId>it.spid.cie.oidc.examples</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
</parent>

<artifactId>it.spid.cie.oidc.relying.party.spring-boot-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>it.spid.cie.oidc</groupId>
<artifactId>starter-kit-parent</artifactId>
<packaging>pom</packaging>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>

<properties>
<java.version>11</java.version>
Expand Down
2 changes: 1 addition & 1 deletion starter-kit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.spid.cie.oidc</groupId>
<artifactId>starter-kit-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 7224ac4

Please sign in to comment.