Skip to content

Commit aee27bf

Browse files
Setting release version 5.0.0
1 parent 9135dd5 commit aee27bf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<modelVersion>4.0.0</modelVersion>
3434
<groupId>com.unboundid.product.scim2</groupId>
3535
<artifactId>scim2-parent</artifactId>
36-
<version>5.0.0-SNAPSHOT</version>
36+
<version>5.0.0</version>
3737
<packaging>pom</packaging>
3838
<name>UnboundID SCIM2 SDK Parent</name>
3939
<description>

scim2-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>com.unboundid.product.scim2</groupId>
3636
<artifactId>scim2-parent</artifactId>
37-
<version>5.0.0-SNAPSHOT</version>
37+
<version>5.0.0</version>
3838
<relativePath>../pom.xml</relativePath>
3939
</parent>
4040
<artifactId>scim2-assembly</artifactId>

scim2-sdk-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>com.unboundid.product.scim2</groupId>
3636
<artifactId>scim2-parent</artifactId>
37-
<version>5.0.0-SNAPSHOT</version>
37+
<version>5.0.0</version>
3838
<relativePath>../pom.xml</relativePath>
3939
</parent>
4040
<artifactId>scim2-sdk-client</artifactId>

scim2-sdk-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>com.unboundid.product.scim2</groupId>
3636
<artifactId>scim2-parent</artifactId>
37-
<version>5.0.0-SNAPSHOT</version>
37+
<version>5.0.0</version>
3838
<relativePath>../pom.xml</relativePath>
3939
</parent>
4040
<artifactId>scim2-sdk-common</artifactId>

scim2-sdk-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>com.unboundid.product.scim2</groupId>
3636
<artifactId>scim2-parent</artifactId>
37-
<version>5.0.0-SNAPSHOT</version>
37+
<version>5.0.0</version>
3838
<relativePath>../pom.xml</relativePath>
3939
</parent>
4040
<artifactId>scim2-sdk-server</artifactId>

scim2-ubid-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>com.unboundid.product.scim2</groupId>
3636
<artifactId>scim2-parent</artifactId>
37-
<version>5.0.0-SNAPSHOT</version>
37+
<version>5.0.0</version>
3838
<relativePath>../pom.xml</relativePath>
3939
</parent>
4040
<artifactId>scim2-ubid-extensions</artifactId>

0 commit comments

Comments
 (0)