We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95880e commit 74d3e4bCopy full SHA for 74d3e4b
pom.xml
@@ -18,7 +18,7 @@
18
19
<groupId>com.evolvedbinary.maven.plugins</groupId>
20
<artifactId>buildversion-maven-plugin</artifactId>
21
- <version>2.0.0</version>
+ <version>2.0.1-SNAPSHOT</version>
22
<packaging>maven-plugin</packaging>
23
24
<name>Build Version Maven Plugin</name>
@@ -60,7 +60,7 @@
60
<connection>scm:git:https://github.com/evolvedbinary/buildversion-maven-plugin.git</connection>
61
<developerConnection>scm:git:https://github.com/evolvedbinary/buildversion-maven-plugin.git</developerConnection>
62
<url>scm:git:https://github.com/evolvedbinary/buildversion-maven-plugin.git</url>
63
- <tag>v2.0.0</tag>
+ <tag>HEAD</tag>
64
</scm>
65
66
<properties>
0 commit comments