Skip to content

Commit

Permalink
Version 4.5.3.sp1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Mar 26, 2024
1 parent 4b53285 commit 3f679fb
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Client/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion Model/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
</parent>

<prerequisites>
Expand Down
6 changes: 3 additions & 3 deletions Server/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
</parent>

<prerequisites>
Expand Down Expand Up @@ -615,7 +615,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxauth-client</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -1227,7 +1227,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxauth-client</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion oxAuthStatic/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.gluu</groupId>
<artifactId>oxauth-static</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
<packaging>jar</packaging>

<name>oxauth-static</name>
Expand Down
2 changes: 1 addition & 1 deletion persistence-model/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
</parent>
<artifactId>oxauth-persistence-model</artifactId>
<name>Persistence model</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<packaging>pom</packaging>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
<name>oxAuth</name>
<url>https://www.gluu.org</url>

Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-core-bom</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxauth-model</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
<type>test-jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion server-fips/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion stat-exporter/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.3.Final</version>
<version>4.5.3.sp1</version>
</parent>

<prerequisites>
Expand Down

0 comments on commit 3f679fb

Please sign in to comment.