Skip to content

Commit c73bd68

Browse files
[maven-release-plugin] prepare release scoverage-maven-plugin-2.0.6
1 parent eb1e7fc commit c73bd68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.scoverage</groupId>
2424
<artifactId>scoverage-maven-plugin</artifactId>
25-
<version>2.0.6-SNAPSHOT</version>
25+
<version>2.0.6</version>
2626
<packaging>maven-plugin</packaging>
2727

2828
<name>SCoverage Maven Plugin</name>
@@ -34,7 +34,7 @@ under the License.
3434
<connection>scm:git:git://github.com/scoverage/scoverage-maven-plugin.git</connection>
3535
<developerConnection>scm:git:[email protected]:scoverage/scoverage-maven-plugin.git</developerConnection>
3636
<url>https://github.com/scoverage/scoverage-maven-plugin/tree/${project.scm.tag}</url>
37-
<tag>HEAD</tag>
37+
<tag>scoverage-maven-plugin-2.0.6</tag>
3838
</scm>
3939

4040
<ciManagement>
@@ -856,7 +856,7 @@ under the License.
856856
</goals>
857857
</pluginExecutionFilter>
858858
<action>
859-
<ignore/>
859+
<ignore />
860860
</action>
861861
</pluginExecution>
862862

@@ -871,7 +871,7 @@ under the License.
871871
</goals>
872872
</pluginExecutionFilter>
873873
<action>
874-
<ignore/>
874+
<ignore />
875875
</action>
876876
</pluginExecution>
877877

@@ -885,7 +885,7 @@ under the License.
885885
</goals>
886886
</pluginExecutionFilter>
887887
<action>
888-
<ignore/>
888+
<ignore />
889889
</action>
890890
</pluginExecution>
891891
</pluginExecutions>

0 commit comments

Comments
 (0)