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 faac63b commit 6f63cffCopy full SHA for 6f63cff
pom.xml
@@ -165,10 +165,10 @@
165
</pluginRepositories>
166
167
<scm>
168
- <url>https://github.com/Spring-Framework-Java-Apps/simpleworklist.git</url>
169
<connection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection>
170
<developerConnection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection>
171
- <tag>HEAD</tag>
+ <url>https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag}</url>
+ <tag>master</tag>
172
</scm>
173
174
<issueManagement>
0 commit comments