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 7ae67f4 commit 7250e30Copy full SHA for 7250e30
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>no.cantara.jau</groupId>
4
<artifactId>configservice</artifactId>
5
- <version>0.21.0</version>
+ <version>0.21.1-SNAPSHOT</version>
6
<packaging>jar</packaging>
7
<name>ConfigService Server</name>
8
@@ -25,7 +25,7 @@
25
<scm>
26
<developerConnection>scm:git:ssh://git@github.com/cantara/ConfigService.git</developerConnection>
27
<connection>scm:git:https://github.com/cantara/ConfigService.git</connection>
28
- <tag>configservice-0.21.0</tag>
+ <tag>HEAD</tag>
29
</scm>
30
31
<properties>
0 commit comments