File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ specific language governing permissions and limitations
1717under 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 >
You can’t perform that action at this time.
0 commit comments