Skip to content

Commit

Permalink
Merge pull request #53 from luigi-agosti/master
Browse files Browse the repository at this point in the history
updating cobertura to the correct version to fix jenkins build
  • Loading branch information
luigi-agosti committed Jul 6, 2012
2 parents 021f432 + 0634e1e commit 365489d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<version>1.5.6-SNAPSHOT</version>
</parent>

<properties>
<emma.report.formats>xml</emma.report.formats>
</properties>

<artifactId>imageloader-core</artifactId>
<name>imageloader-core</name>
<packaging>jar</packaging>
Expand Down Expand Up @@ -84,7 +80,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.2</version>
<version>2.5.1</version>
<configuration>
<formats>
<format>xml</format>
Expand Down

0 comments on commit 365489d

Please sign in to comment.