We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430e97f commit b5ee257Copy full SHA for b5ee257
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>net.chesstango</groupId>
6
<artifactId>gardel</artifactId>
7
- <version>1.0.17</version>
+ <version>1.0.18-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>gardel</name>
@@ -31,7 +31,7 @@
31
<connection>scm:git:https://github.com/mcoria/gardel.git</connection>
32
<developerConnection>scm:git:https://github.com/mcoria/gardel.git</developerConnection>
33
<url>https://github.com/mcoria/gardel/tree/main</url>
34
- <tag>v1.0.17</tag>
+ <tag>HEAD</tag>
35
</scm>
36
37
<properties>
0 commit comments