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 067c456 commit c254d6eCopy full SHA for c254d6e
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.10.1-SNAPSHOT</version>
+ <version>0.10.1</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.10.1</tag>
32
</scm>
33
34
<organization>
0 commit comments