Skip to content

Commit 4db2587

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 051c6e3 commit 4db2587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.sportradar.mbs.sdk</groupId>
66
<artifactId>mbs-sdk-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.9.5</version>
8+
<version>0.9.6-SNAPSHOT</version>
99
<name>MBS SDK</name>
1010
<description>MBS SDK is a client library that enables easier integration with the Sportradar MBS</description>
1111
<inceptionYear>2024</inceptionYear>
@@ -34,7 +34,7 @@
3434
<scm>
3535
<url>https://github.com/sportradar/MbsSdkJava</url>
3636
<connection>scm:git:[email protected]:sportradar/MbsSdkJava.git</connection>
37-
<tag>v0.9.5</tag>
37+
<tag>HEAD</tag>
3838
</scm>
3939

4040
<modules>

src/sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.sportradar.mbs.sdk</groupId>
55
<artifactId>mbs-sdk-parent</artifactId>
6-
<version>0.9.5</version>
6+
<version>0.9.6-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)