We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f66f0e commit 7e638b5Copy full SHA for 7e638b5
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.woehlke</groupId>
6
<artifactId>greenshop</artifactId>
7
- <version>0.6.0.5-SNAPSHOT</version>
+ <version>0.6.0.5</version>
8
<packaging>war</packaging>
9
10
<parent>
@@ -18,7 +18,7 @@
18
<connection>scm:git:git@github.com:Spring-Framework-Java-Apps/greenshop.git</connection>
19
<developerConnection>scm:git:git@github.com:Spring-Framework-Java-Apps/greenshop.git</developerConnection>
20
<url>https://github.com/Spring-Framework-Java-Apps/greenshop/tree/${project.scm.tag}</url>
21
- <tag>HEAD</tag>
+ <tag>v0.6.0.5</tag>
22
</scm>
23
24
<name>greenshop</name>
0 commit comments