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 6f19320 commit c57ecbbCopy full SHA for c57ecbb
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.dataverse.test</groupId>
5
<artifactId>hello</artifactId>
6
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
7
<name>hello</name>
8
<description>A hello world app for testing.</description>
9
<url>https://github.com/gdcc/hello</url>
@@ -25,7 +25,7 @@
25
<scm>
26
<developerConnection>scm:git:[email protected]:gdcc/hello.git</developerConnection>
27
28
- <tag>hello-0.0.2</tag>
+ <tag>HEAD</tag>
29
</scm>
30
<distributionManagement>
31
<repository>
0 commit comments