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 0e724a4 commit b5ac887Copy full SHA for b5ac887
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.sentrysoftware</groupId>
5
<artifactId>oss-parent</artifactId>
6
- <version>3-SNAPSHOT</version>
+ <version>3</version>
7
8
<name>Open Source Software Parent</name>
9
<description>Maven Parent Configuration for Open Source Software Projects</description>
@@ -41,7 +41,7 @@
41
<scm>
42
<connection>scm:git:https://github.com/sentrysoftware/oss-parent.git</connection>
43
<url>https://github.com/sentrysoftware/oss-parent/tree/${project.scm.tag}</url>
44
- <tag>HEAD</tag>
+ <tag>v3</tag>
45
</scm>
46
47
<developers>
0 commit comments