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 a27335d commit 88828b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>oxeleven</artifactId>
<groupId>org.gluu</groupId>
<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 @@ -10,7 +10,7 @@
<parent>
<artifactId>oxeleven</artifactId>
<groupId>org.gluu</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1.Final</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>oxeleven</artifactId>
<groupId>org.gluu</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1.Final</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<groupId>org.gluu</groupId>
<artifactId>oxeleven</artifactId>
<packaging>pom</packaging>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1.Final</version>
<name>oxEleven</name>
<url>https://www.gluu.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

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

<jettison.version>1.3.2</jettison.version>
<bouncycastle.version>1.54</bouncycastle.version>
Expand Down

0 comments on commit 88828b0

Please sign in to comment.