aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenanse <[email protected]>2012-12-12 22:40:10 -0600
committerrenanse <[email protected]>2012-12-12 22:40:10 -0600
commit663a63a538be971f6677b6a9ce97b7c54797b903 (patch)
treee3aaa6ae68f4888b9ca8f1a2b863a04a9d2e8a7f
parent7ec1da72091c8b55cffdb48b8f7fd67c9078f8d6 (diff)
fixed cobertura version no
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c7e8ae1..b28f754 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,12 +73,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <version>2.3</version>
+ <version>2.5.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>