Skip to content

Commit

Permalink
Version 4.2.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Feb 2, 2021
1 parent e696839 commit 4edabf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>super-gluu-radius-server</artifactId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3.Final</version>
<parent>
<groupId>org.gluu</groupId>
<artifactId>super-gluu-radius</artifactId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3.Final</version>
</parent>

<name>Super Gluu Radius Server</name>
Expand Down
4 changes: 2 additions & 2 deletions SuperGluuAuth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>supergluu-auth-client</artifactId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3.Final</version>
<parent>
<groupId>org.gluu</groupId>
<artifactId>super-gluu-radius</artifactId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3.Final</version>
</parent>

<name>Super Gluu Authentication Client</name>
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>super-gluu-radius</artifactId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3.Final</version>
<packaging>pom</packaging>
<name>Super Gluu Radius</name>
<url>http://ox.gluu.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gluu.components.version>4.2.3-SNAPSHOT</gluu.components.version>
<gluu.components.version>4.2.3.Final</gluu.components.version>
</properties>

<repositories>
Expand Down

0 comments on commit 4edabf4

Please sign in to comment.