Ignore:
Timestamp:
08/01/19 15:26:36 (5 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils-test/pom.xml

    r2264 r2265  
    121121            </plugin> 
    122122            <plugin> 
    123                 <groupId>org.codehaus.mojo</groupId> 
    124                 <artifactId>cobertura-maven-plugin</artifactId> 
    125                 <version>2.7</version> 
    126                 <configuration> 
    127                     <formats> 
    128                         <format>xml</format> 
    129                     </formats> 
    130                 </configuration> 
     123                <groupId>org.jacoco</groupId> 
     124                <artifactId>jacoco-maven-plugin</artifactId> 
     125                <version>0.8.4</version> 
    131126            </plugin> 
    132127            <plugin> 
Note: See TracChangeset for help on using the changeset viewer.