[java-parent-project-v3] branch master updated: INFRA-110 - Upgrade cobertura-maven-plugin from 2.5.2 to 2.7.
Tom Zeller
tzeller at dragonacea.biz
Tue May 10 18:16:49 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-parent-project-v3.
The following commit(s) were added to refs/heads/master by this push:
new 15bb3af INFRA-110 - Upgrade cobertura-maven-plugin from 2.5.2 to 2.7.
15bb3af is described below
commit 15bb3af4081773e6d3c05ee79c73f28f2cfa226c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 10 17:01:17 2016 -0500
INFRA-110 - Upgrade cobertura-maven-plugin from 2.5.2 to 2.7.
---
pom.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 107a0b0..fb22a6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -653,12 +653,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <!--
- Upgrading to 2.6 will cause the 'site' target to fail for java-support, and
- probably other projects, due to clashing dependencies on versions of
- xerces and xalan. For now, just hold at a version that works for us.
- -->
- <version>2.5.2</version>
+ <version>2.7</version>
<configuration>
<aggregate>true</aggregate>
<quiet>true</quiet>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list