We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbcb28 commit 0a7c377Copy full SHA for 0a7c377
2 files changed
dbeam-core/pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<artifactId>dbeam-parent</artifactId>
8
<groupId>com.spotify</groupId>
9
- <version>0.9.9-SNAPSHOT</version>
+ <version>0.9.9</version>
10
</parent>
11
12
<name>DBeam Core</name>
pom.xml
@@ -5,7 +5,7 @@
5
<packaging>pom</packaging>
<name>dbeam-parent</name>
@@ -28,7 +28,7 @@
28
<connection>scm:git:https://github.com/spotify/dbeam.git</connection>
29
<developerConnection>scm:git:git@github.com:spotify/dbeam.git</developerConnection>
30
<url>scm:https://github.com/spotify/dbeam/</url>
31
- <tag>HEAD</tag>
+ <tag>v0.9.9</tag>
32
</scm>
33
34
<organization>
0 commit comments