Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain-P-Goldfish committed Mar 11, 2021
1 parent 91eebb2 commit 53ee215
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>scim-sdk-parent</artifactId>

<packaging>pom</packaging>
<version>1.9.1</version>
<version>1.9.2-SNAPSHOT</version>

<name>SCIM SDK</name>
<description>A full SCIM 2.0 open source implementation</description>
Expand Down Expand Up @@ -34,7 +34,7 @@
<connection>scm:git:git://github.com/Captain-P-Goldfish/SCIM.git</connection>
<developerConnection>scm:git:ssh://github.com/Captain-P-Goldfish/SCIM.git</developerConnection>
<url>https://github.com/Captain-P-Goldfish/SCIM/tree/master</url>
<tag>1.9.1</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-sdk-parent</artifactId>
<version>1.9.1</version>
<version>1.9.2-SNAPSHOT</version>
</parent>

<artifactId>scim-sdk-samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/scim-sdk-jboss-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scim-sdk-samples</artifactId>
<groupId>de.captaingoldfish</groupId>
<version>1.9.1</version>
<version>1.9.2-SNAPSHOT</version>
</parent>

<artifactId>scim-sdk-jboss-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/scim-sdk-sample-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-sdk-samples</artifactId>
<version>1.9.1</version>
<version>1.9.2-SNAPSHOT</version>
</parent>

<artifactId>scim-sdk-sample-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/scim-sdk-springboot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-sdk-samples</artifactId>
<version>1.9.1</version>
<version>1.9.2-SNAPSHOT</version>
</parent>

<artifactId>scim-sdk-springboot-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scim-sdk-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scim-sdk-parent</artifactId>
<groupId>de.captaingoldfish</groupId>
<version>1.9.1</version>
<version>1.9.2-SNAPSHOT</version>
</parent>

<artifactId>scim-sdk-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scim-sdk-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-sdk-parent</artifactId>
<version>1.9.1</version>
<version>1.9.2-SNAPSHOT</version>
</parent>

<artifactId>scim-sdk-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scim-sdk-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-sdk-parent</artifactId>
<version>1.9.1</version>
<version>1.9.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 53ee215

Please sign in to comment.