cobertura-maven-plugin was revered 2.7 -> 2.6
This commit is contained in:
parent
580b7ba8a2
commit
c8049f9125
4
pom.xml
4
pom.xml
|
|
@ -620,7 +620,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.7</version>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<format>xml</format>
|
||||
<check>
|
||||
|
|
@ -1004,7 +1004,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.7</version>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<formats>
|
||||
<format>xml</format>
|
||||
|
|
|
|||
Loading…
Reference in New Issue