Skip to content

Commit 4092ec2

Browse files
committed
[maven-release-plugin] prepare release scoverage-maven-plugin-2.0.4
1 parent add69d4 commit 4092ec2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

+6-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ specific language governing permissions and limitations
1717
under the License.
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423
<groupId>org.scoverage</groupId>
2524
<artifactId>scoverage-maven-plugin</artifactId>
26-
<version>2.0.4-SNAPSHOT</version>
25+
<version>2.0.4</version>
2726
<packaging>maven-plugin</packaging>
2827

2928
<name>SCoverage Maven Plugin</name>
@@ -35,7 +34,7 @@ under the License.
3534
<connection>scm:git:git://github.com/scoverage/scoverage-maven-plugin.git</connection>
3635
<developerConnection>scm:git:[email protected]:scoverage/scoverage-maven-plugin.git</developerConnection>
3736
<url>https://github.com/scoverage/scoverage-maven-plugin/tree/${project.scm.tag}</url>
38-
<tag>HEAD</tag>
37+
<tag>scoverage-maven-plugin-2.0.4</tag>
3938
</scm>
4039

4140
<ciManagement>
@@ -474,7 +473,7 @@ under the License.
474473
</goals>
475474
</pluginExecutionFilter>
476475
<action>
477-
<ignore/>
476+
<ignore />
478477
</action>
479478
</pluginExecution>
480479

@@ -489,7 +488,7 @@ under the License.
489488
</goals>
490489
</pluginExecutionFilter>
491490
<action>
492-
<ignore/>
491+
<ignore />
493492
</action>
494493
</pluginExecution>
495494

@@ -503,7 +502,7 @@ under the License.
503502
</goals>
504503
</pluginExecutionFilter>
505504
<action>
506-
<ignore/>
505+
<ignore />
507506
</action>
508507
</pluginExecution>
509508
</pluginExecutions>

0 commit comments

Comments
 (0)