Skip to content

Commit

Permalink
[maven-release-plugin] prepare release scoverage-maven-plugin-2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 29, 2024
1 parent eb1e7fc commit c73bd68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage</groupId>
<artifactId>scoverage-maven-plugin</artifactId>
<version>2.0.6-SNAPSHOT</version>
<version>2.0.6</version>
<packaging>maven-plugin</packaging>

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

<ciManagement>
Expand Down Expand Up @@ -856,7 +856,7 @@ under the License.
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>

Expand All @@ -871,7 +871,7 @@ under the License.
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>

Expand All @@ -885,7 +885,7 @@ under the License.
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit c73bd68

Please sign in to comment.