We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74de751 commit fe29b63Copy full SHA for fe29b63
pom.xml
@@ -28,7 +28,7 @@ under the License.
28
<modelVersion>4.0.0</modelVersion>
29
<groupId>org.scoverage</groupId>
30
<artifactId>scoverage-maven-plugin</artifactId>
31
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.1</version>
32
<packaging>maven-plugin</packaging>
33
34
<name>SCoverage Maven Plugin</name>
@@ -40,7 +40,7 @@ under the License.
40
<connection>scm:git:git://github.com/scoverage/scoverage-maven-plugin.git</connection>
41
<developerConnection>scm:git:[email protected]:scoverage/scoverage-maven-plugin.git</developerConnection>
42
<url>https://github.com/scoverage/scoverage-maven-plugin/tree/${project.scm.tag}</url>
43
- <tag>HEAD</tag>
+ <tag>scoverage-maven-plugin-1.4.1</tag>
44
</scm>
45
46
<ciManagement>
0 commit comments