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 14e96c0 commit 038eb64Copy full SHA for 038eb64
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>scalecube-bom</artifactId>
11
- <version>0.1.7-SNAPSHOT</version>
+ <version>0.1.7</version>
12
<packaging>pom</packaging>
13
<name>${project.artifactId}</name>
14
@@ -28,7 +28,7 @@
28
<connection>scm:git:https://github.com/scalecube/scalecube-bom</connection>
29
<developerConnection>scm:git:https://github.com/scalecube/scalecube-bom
30
</developerConnection>
31
- <tag>HEAD</tag>
+ <tag>release-0.1.7</tag>
32
</scm>
33
34
<properties>
0 commit comments