Skip to content

Commit

Permalink
Version 4.5.4-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <[email protected]>
  • Loading branch information
yurem committed Feb 7, 2024
1 parent d343b2f commit ecc6a54
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.6.0-SNAPSHOT</version>
<version>4.5.4-SNAPSHOT</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.6.0-SNAPSHOT</gluu.parent.version>
<gluu.version>4.6.0-SNAPSHOT</gluu.version>
<gluu.parent.version>4.5.4-SNAPSHOT</gluu.parent.version>
<gluu.version>4.5.4-SNAPSHOT</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/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.6.0-SNAPSHOT</version>
<version>4.5.4-SNAPSHOT</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.6.0-SNAPSHOT</version>
<version>4.5.4-SNAPSHOT</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.6.0-SNAPSHOT</version>
<version>4.5.4-SNAPSHOT</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.6.0-SNAPSHOT</version>
<version>4.5.4-SNAPSHOT</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.6.0-SNAPSHOT</version>
<version>4.5.4-SNAPSHOT</version>
</parent>

<build>
Expand Down

0 comments on commit ecc6a54

Please sign in to comment.