Skip to content

Commit

Permalink
Version 4.5.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jul 31, 2024
1 parent b41405f commit 02b6ae7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>fido2</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.6-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>fido2</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.6-SNAPSHOT</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion notify-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>fido2</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.6-SNAPSHOT</version>
</parent>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.gluu</groupId>
<artifactId>fido2</artifactId>
<packaging>pom</packaging>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.6-SNAPSHOT</version>
<name>Fido2 API</name>
<url>https://www.gluu.org</url>

Expand All @@ -17,8 +17,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gluu.parent.version>4.5.5-SNAPSHOT</gluu.parent.version>
<gluu.version>4.5.5-SNAPSHOT</gluu.version>
<gluu.parent.version>4.5.6-SNAPSHOT</gluu.parent.version>
<gluu.version>4.5.6-SNAPSHOT</gluu.version>
<sonar.projectKey>GluuFederation_fido2</sonar.projectKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
<sonar.organization>gluufederation</sonar.organization>
Expand Down
2 changes: 1 addition & 1 deletion server-fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>fido2</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.6-SNAPSHOT</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>fido2</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.6-SNAPSHOT</version>
</parent>

<build>
Expand Down

0 comments on commit 02b6ae7

Please sign in to comment.