Skip to content

Commit 1bc5893

Browse files
committed
[maven-release-plugin] prepare release v0.9.7
1 parent 4b4644b commit 1bc5893

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/pom.xml

Lines changed: 2 additions & 2 deletions
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.7-SNAPSHOT</version>
8+
<version>0.9.7</version>
99
<name>MBS SDK Parent</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:git@github.com:sportradar/MbsSdkJava.git</connection>
37-
<tag>v0.9.6</tag>
37+
<tag>v0.9.7</tag>
3838
</scm>
3939

4040
<modules>

src/sdk/pom.xml

Lines changed: 1 addition & 1 deletion
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.7-SNAPSHOT</version>
6+
<version>0.9.7</version>
77
</parent>
88
<name>MBS SDK</name>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)