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 a9f94ae commit eb8cc99Copy full SHA for eb8cc99
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.sentrysoftware</groupId>
5
<artifactId>oss-parent</artifactId>
6
- <version>1.0.00-SNAPSHOT</version>
+ <version>1</version>
7
8
<name>Open Source Software Parent</name>
9
<description>Maven Parent Configuration for Open Source Software Projects</description>
@@ -45,7 +45,7 @@
45
<scm>
46
<connection>scm:git:https://github.com/sentrysoftware/oss-parent.git</connection>
47
<url>https://github.com/sentrysoftware/oss-parent/tree/${project.scm.tag}</url>
48
- <tag>HEAD</tag>
+ <tag>v1</tag>
49
</scm>
50
51
<developers>
0 commit comments