Skip to content

Commit

Permalink
Version 4.4.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jun 27, 2022
1 parent 7c527c0 commit 4164bb5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.4.1-SNAPSHOT</version>
<version>4.4.1.Final</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.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
</parent>

<dependencies>
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.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<name>Fido2 API</name>
<url>https://www.gluu.org</url>

Expand All @@ -19,8 +19,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


<gluu.parent.version>4.4.1-SNAPSHOT</gluu.parent.version>
<gluu.version>4.4.1-SNAPSHOT</gluu.version>
<gluu.parent.version>4.4.1.Final</gluu.parent.version>
<gluu.version>4.4.1.Final</gluu.version>

<sonar.projectKey>GluuFederation_fido2</sonar.projectKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
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.4.1-SNAPSHOT</version>
<version>4.4.1.Final</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.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
</parent>

<build>
Expand Down

0 comments on commit 4164bb5

Please sign in to comment.