We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d14705 commit a8d4559Copy full SHA for a8d4559
pom.xml
@@ -17,7 +17,7 @@
17
<modelVersion>4.0.0</modelVersion>
18
<groupId>ro.lmn.maven</groupId>
19
<artifactId>desktop-maven-notifier</artifactId>
20
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
21
<dependencies>
22
<dependency>
23
<groupId>org.apache.maven</groupId>
@@ -145,7 +145,7 @@
145
<scm>
146
<connection>scm:git:https://github.com/rombert/desktop-maven-notifier.git</connection>
147
<developerConnection>scm:git:https://github.com/rombert/desktop-maven-notifier.git</developerConnection>
148
- <tag>HEAD</tag>
+ <tag>desktop-maven-notifier-1.0.1</tag>
149
<url>scm:git:https://github.com/rombert/desktop-maven-notifier/tree/master</url>
150
</scm>
151
</project>
0 commit comments