We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac1657 commit 26d3ac3Copy full SHA for 26d3ac3
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>com.tutorial.training</groupId>
11
<artifactId>training</artifactId>
12
- <version>4.0.0</version>
+ <version>4.0.1-SNAPSHOT</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>v4.0.0</tag>
+ <tag>v2.0.0</tag>
25
</scm>
26
27
<dependencies>
0 commit comments