File tree 1 file changed +6
-7
lines changed
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
17
17
under the License.
18
18
-->
19
19
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" >
22
21
23
22
<modelVersion >4.0.0</modelVersion >
24
23
<groupId >org.scoverage</groupId >
25
24
<artifactId >scoverage-maven-plugin</artifactId >
26
- <version >2.0.4-SNAPSHOT </version >
25
+ <version >2.0.4</version >
27
26
<packaging >maven-plugin</packaging >
28
27
29
28
<name >SCoverage Maven Plugin</name >
@@ -35,7 +34,7 @@ under the License.
35
34
<connection >scm:git:git://github.com/scoverage/scoverage-maven-plugin.git</connection >
36
35
<
developerConnection >scm:git:
[email protected] :scoverage/scoverage-maven-plugin.git</
developerConnection >
37
36
<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 >
39
38
</scm >
40
39
41
40
<ciManagement >
@@ -474,7 +473,7 @@ under the License.
474
473
</goals >
475
474
</pluginExecutionFilter >
476
475
<action >
477
- <ignore />
476
+ <ignore />
478
477
</action >
479
478
</pluginExecution >
480
479
@@ -489,7 +488,7 @@ under the License.
489
488
</goals >
490
489
</pluginExecutionFilter >
491
490
<action >
492
- <ignore />
491
+ <ignore />
493
492
</action >
494
493
</pluginExecution >
495
494
@@ -503,7 +502,7 @@ under the License.
503
502
</goals >
504
503
</pluginExecutionFilter >
505
504
<action >
506
- <ignore />
505
+ <ignore />
507
506
</action >
508
507
</pluginExecution >
509
508
</pluginExecutions >
You can’t perform that action at this time.
0 commit comments