Skip to content

Commit 74915d0

Browse files
Setting release version 3.0.0
1 parent 05342de commit 74915d0

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
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.unboundid.product.scim2</groupId>
2020
<artifactId>scim2-parent</artifactId>
21-
<version>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0</version>
2222
<packaging>pom</packaging>
2323
<name>UnboundID SCIM2 SDK Parent</name>
2424
<description>

scim2-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>scim2-parent</artifactId>
2121
<groupId>com.unboundid.product.scim2</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<artifactId>scim2-assembly</artifactId>
2525
<packaging>pom</packaging>

scim2-sdk-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>scim2-parent</artifactId>
2121
<groupId>com.unboundid.product.scim2</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<artifactId>scim2-sdk-client</artifactId>
2525
<packaging>jar</packaging>

scim2-sdk-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>scim2-parent</artifactId>
2121
<groupId>com.unboundid.product.scim2</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<artifactId>scim2-sdk-common</artifactId>
2525
<packaging>jar</packaging>

scim2-sdk-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>scim2-parent</artifactId>
2121
<groupId>com.unboundid.product.scim2</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<artifactId>scim2-sdk-server</artifactId>
2525
<packaging>jar</packaging>

scim2-ubid-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>scim2-parent</artifactId>
2121
<groupId>com.unboundid.product.scim2</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<artifactId>scim2-ubid-extensions</artifactId>
2525
<packaging>jar</packaging>

0 commit comments

Comments
 (0)