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 f44bc23 commit 8180bb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<parent>
<groupId>org.gluu</groupId>
<artifactId>super-gluu-radius</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.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.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<parent>
<groupId>org.gluu</groupId>
<artifactId>super-gluu-radius</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
</parent>

<name>Super Gluu Authentication Client</name>
Expand Down
6 changes: 3 additions & 3 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.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<packaging>pom</packaging>
<name>Super Gluu Radius</name>
<url>https://www.gluu.org</url>

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

<repositories>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-core-bom</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 8180bb6

Please sign in to comment.