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 3ad3f89 commit 33ae5e1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions oxd-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>oxd-client</artifactId>
<packaging>jar</packaging>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
<name>oxD Client</name>
<url>https://www.gluu.org</url>

<parent>
<groupId>org.gluu</groupId>
<artifactId>oxd</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions oxd-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>oxd-common</artifactId>
<packaging>jar</packaging>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
<name>oxD Common</name>
<url>https://www.gluu.org</url>

<parent>
<groupId>org.gluu</groupId>
<artifactId>oxd</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions oxd-gen-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<artifactId>oxd-gen-client</artifactId>
<packaging>jar</packaging>
<name>oxd-gen-client</name>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<description>Swagger Java</description>

<parent>
<groupId>org.gluu</groupId>
<artifactId>oxd</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<scm>
Expand Down
4 changes: 2 additions & 2 deletions oxd-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>oxd-server</artifactId>
<packaging>jar</packaging>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
<name>oxD Server</name>
<url>https://www.gluu.org</url>

Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxd</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.gluu</groupId>
<artifactId>oxd</artifactId>
<packaging>pom</packaging>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
<name>oxD</name>
<url>https://jenkins.gluu.org</url>

Expand Down Expand Up @@ -75,7 +75,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 All @@ -89,7 +89,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>uma-rs-resteasy</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
Expand Down

0 comments on commit 33ae5e1

Please sign in to comment.