Skip to content

Commit bee3a8b

Browse files
[maven-release-plugin] prepare release 1.31.0
1 parent d970ece commit bee3a8b

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>scim-sdk-parent</artifactId>
77

88
<packaging>pom</packaging>
9-
<version>1.31.0-SNAPSHOT</version>
9+
<version>1.31.0</version>
1010

1111
<name>SCIM SDK</name>
1212
<description>A full SCIM 2.0 open source implementation</description>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:git://github.com/Captain-P-Goldfish/SCIM.git</connection>
3535
<developerConnection>scm:git:ssh://github.com/Captain-P-Goldfish/SCIM.git</developerConnection>
3636
<url>https://github.com/Captain-P-Goldfish/SCIM/tree/master</url>
37-
<tag>1.27.1</tag>
37+
<tag>1.31.0</tag>
3838
</scm>
3939

4040
<modules>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.captaingoldfish</groupId>
77
<artifactId>scim-sdk-parent</artifactId>
8-
<version>1.31.0-SNAPSHOT</version>
8+
<version>1.31.0</version>
99
</parent>
1010

1111
<artifactId>scim-sdk-samples</artifactId>

samples/scim-sdk-jboss-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>scim-sdk-samples</artifactId>
77
<groupId>de.captaingoldfish</groupId>
8-
<version>1.31.0-SNAPSHOT</version>
8+
<version>1.31.0</version>
99
</parent>
1010

1111
<artifactId>scim-sdk-jboss-example</artifactId>

samples/scim-sdk-quarkus-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scim-sdk-samples</artifactId>
55
<groupId>de.captaingoldfish</groupId>
6-
<version>1.31.0-SNAPSHOT</version>
6+
<version>1.31.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

samples/scim-sdk-sample-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.captaingoldfish</groupId>
77
<artifactId>scim-sdk-samples</artifactId>
8-
<version>1.31.0-SNAPSHOT</version>
8+
<version>1.31.0</version>
99
</parent>
1010

1111
<artifactId>scim-sdk-sample-common</artifactId>

samples/scim-sdk-springboot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.captaingoldfish</groupId>
77
<artifactId>scim-sdk-samples</artifactId>
8-
<version>1.31.0-SNAPSHOT</version>
8+
<version>1.31.0</version>
99
</parent>
1010

1111
<artifactId>scim-sdk-springboot-example</artifactId>

scim-sdk-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>scim-sdk-parent</artifactId>
77
<groupId>de.captaingoldfish</groupId>
8-
<version>1.31.0-SNAPSHOT</version>
8+
<version>1.31.0</version>
99
</parent>
1010

1111
<artifactId>scim-sdk-client</artifactId>

scim-sdk-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.captaingoldfish</groupId>
77
<artifactId>scim-sdk-parent</artifactId>
8-
<version>1.31.0-SNAPSHOT</version>
8+
<version>1.31.0</version>
99
</parent>
1010

1111
<artifactId>scim-sdk-common</artifactId>

scim-sdk-schema-pojo-creator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scim-sdk-parent</artifactId>
55
<groupId>de.captaingoldfish</groupId>
6-
<version>1.31.0-SNAPSHOT</version>
6+
<version>1.31.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

scim-sdk-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.captaingoldfish</groupId>
55
<artifactId>scim-sdk-parent</artifactId>
6-
<version>1.31.0-SNAPSHOT</version>
6+
<version>1.31.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)