Skip to content

Commit

Permalink
Version 4.5.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Apr 22, 2024
1 parent e1f7473 commit 49a6a8f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<prerequisites>
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>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

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

<groupId>org.gluu</groupId>
<artifactId>oxauth-static</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>oxauth-static</name>
Expand Down
2 changes: 1 addition & 1 deletion persistence-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>
<artifactId>oxauth-persistence-model</artifactId>
<name>Persistence model</name>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<packaging>pom</packaging>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
<name>oxAuth</name>
<url>https://www.gluu.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min-version>3.3.9</maven.min-version>

<oxcore.version>4.5.4-SNAPSHOT</oxcore.version>
<oxeleven.version>4.5.4-SNAPSHOT</oxeleven.version>
<oxnotify.version>4.5.4-SNAPSHOT</oxnotify.version>
<oxlicense.version>4.5.4-SNAPSHOT</oxlicense.version>
<fido2.version>4.5.4-SNAPSHOT</fido2.version>
<oxcore.version>4.5.5-SNAPSHOT</oxcore.version>
<oxeleven.version>4.5.5-SNAPSHOT</oxeleven.version>
<oxnotify.version>4.5.5-SNAPSHOT</oxnotify.version>
<oxlicense.version>4.5.5-SNAPSHOT</oxlicense.version>
<fido2.version>4.5.5-SNAPSHOT</fido2.version>

<json.version>20180813</json.version>
<jackson.version>2.10.1</jackson.version>
Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-core-bom</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion server-fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion stat-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<prerequisites>
Expand Down

0 comments on commit 49a6a8f

Please sign in to comment.