We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f5664 commit ffe21a4Copy full SHA for ffe21a4
pom.xml
@@ -22,7 +22,7 @@ under the License.
22
<modelVersion>4.0.0</modelVersion>
23
<groupId>org.scoverage</groupId>
24
<artifactId>scoverage-maven-plugin</artifactId>
25
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
26
<packaging>maven-plugin</packaging>
27
28
<name>SCoverage Maven Plugin</name>
@@ -34,7 +34,7 @@ under the License.
34
<connection>scm:git:git://github.com/scoverage/scoverage-maven-plugin.git</connection>
35
<developerConnection>scm:git:[email protected]:scoverage/scoverage-maven-plugin.git</developerConnection>
36
<url>https://github.com/scoverage/scoverage-maven-plugin/tree/${project.scm.tag}</url>
37
- <tag>HEAD</tag>
+ <tag>scoverage-maven-plugin-2.1.0</tag>
38
</scm>
39
40
<ciManagement>
0 commit comments