We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b555b commit 2bd95c9Copy full SHA for 2bd95c9
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>versions-maven-plugin</artifactId>
11
- <version>2.9-SNAPSHOT</version>
+ <version>2.8.1</version>
12
<packaging>maven-plugin</packaging>
13
14
<name>Versions Maven Plugin</name>
@@ -99,7 +99,7 @@
99
<connection>scm:git:https://github.com/mojohaus/versions-maven-plugin.git</connection>
100
<developerConnection>scm:git:ssh://[email protected]/mojohaus/versions-maven-plugin.git</developerConnection>
101
<url>https://github.com/mojohaus/versions-maven-plugin/tree/${project.scm.tag}</url>
102
- <tag>master</tag>
+ <tag>versions-maven-plugin-2.8.1</tag>
103
</scm>
104
<issueManagement>
105
<system>github</system>
0 commit comments