Repository: jclouds Updated Branches: refs/heads/master 0d2c7ed6f -> e868675da
Upgrade to Surefire 2.17 Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/e868675d Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/e868675d Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/e868675d Branch: refs/heads/master Commit: e868675da441fcd64b89698de55ca7a350dd470e Parents: 0d2c7ed Author: Andrew Gaul <[email protected]> Authored: Tue May 27 15:52:17 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Tue May 27 18:02:54 2014 -0700 ---------------------------------------------------------------------- project/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/e868675d/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 08094fc..9e6ca8b 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -202,6 +202,7 @@ <test.ssh.keyfile /> <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> <okhttp.version>1.3.0</okhttp.version> + <surefire.version>2.17</surefire.version> </properties> <dependencyManagement> @@ -519,7 +520,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.12.4</version> + <version>${surefire.version}</version> <executions> <execution> <id>integration</id> @@ -798,7 +799,7 @@ </plugin> <plugin> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.12.4</version> + <version>${surefire.version}</version> </plugin> <plugin> <groupId>org.apache.rat</groupId>
