Skip to content

Commit

Permalink
Version 4.3.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Dec 15, 2021
1 parent e074ca5 commit 02b47c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.3.1-SNAPSHOT</version>
<version>4.3.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.3.1-SNAPSHOT</version>
<version>4.3.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.3.1-SNAPSHOT</version>
<version>4.3.1.Final</version>
<name>Fido2 API</name>
<url>https://www.gluu.org</url>

Expand All @@ -18,8 +18,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<gluu.parent.version>4.3.1-SNAPSHOT</gluu.parent.version>
<gluu.version>4.3.1-SNAPSHOT</gluu.version>
<gluu.parent.version>4.3.1.Final</gluu.parent.version>
<gluu.version>4.3.1.Final</gluu.version>
</properties>

<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.3.1-SNAPSHOT</version>
<version>4.3.1.Final</version>
</parent>

<build>
Expand Down

0 comments on commit 02b47c8

Please sign in to comment.