We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ed0ac commit fe1bf48Copy full SHA for fe1bf48
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>com.tutorial.training</groupId>
11
<artifactId>training</artifactId>
12
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
13
<name>TutorialJava8</name>
14
<description>Tutorial for java 8</description>
15
<properties>
@@ -21,7 +21,7 @@
21
<connection>scm:git:${git-url}</connection>
22
<url>${git-url}</url>
23
<developerConnection>scm:git:${git-url}</developerConnection>
24
- <tag>HEAD</tag>
+ <tag>v1.0.1</tag>
25
</scm>
26
27
<dependencies>
0 commit comments