Skip to content

Commit

Permalink
Version 4.5.5.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jul 31, 2024
1 parent ccbc59e commit ad0a3b9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.gluu</groupId>
<artifactId>scim</artifactId>
<packaging>pom</packaging>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5.Final</version>
<name>SCIM API</name>
<url>https://www.gluu.org</url>

Expand All @@ -19,8 +19,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


<gluu.parent.version>4.5.5-SNAPSHOT</gluu.parent.version>
<gluu.version>4.5.5-SNAPSHOT</gluu.version>
<gluu.parent.version>4.5.5.Final</gluu.parent.version>
<gluu.version>4.5.5.Final</gluu.version>
<weld.version>3.1.2.Final</weld.version>

<sonar.projectKey>GluuFederation_scim</sonar.projectKey>
Expand Down
2 changes: 1 addition & 1 deletion scim-client-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>scim</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5.Final</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion scim-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>scim</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5.Final</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion scim-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>scim</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5.Final</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion scim-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>scim</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5.Final</version>
</parent>

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

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

<build>
Expand Down

0 comments on commit ad0a3b9

Please sign in to comment.