[MSUREFIRE-1326] Upgrade maven-shared-utils to 3.2.0. o Updated to 3.2.0-SNAPSHOT temporarily.
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/18018cce Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/18018cce Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/18018cce Branch: refs/heads/SUREFIRE-1322 Commit: 18018cce343fb8394f017b867b277378c5774405 Parents: cc09759 Author: Christian Schulte <[email protected]> Authored: Sun Jan 8 06:03:57 2017 +0100 Committer: Christian Schulte <[email protected]> Committed: Sun Jan 8 06:03:57 2017 +0100 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/18018cce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3b8ab65..4338a3e 100644 --- a/pom.xml +++ b/pom.xml @@ -215,7 +215,8 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>0.9</version> + <!-- https://issues.apache.org/jira/browse/MSHARED-610 --> + <version>3.2.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>
