Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 7c373cc49 -> 726575510
[KARAF-3318] Upgrade to maven-surefire-plugin 2.17 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/72657551 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/72657551 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/72657551 Branch: refs/heads/karaf-3.0.x Commit: 726575510887460e236f21a0a2408ad91c29dab8 Parents: 7c373cc Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 31 11:07:54 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 31 11:07:54 2014 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/72657551/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 17e5b63..bc9e96a 100644 --- a/pom.xml +++ b/pom.xml @@ -1905,7 +1905,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.16</version> + <version>2.17</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -2172,7 +2172,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.16</version> + <version>2.17</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
