You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2017/01/08 05:08:05 UTC

[2/2] maven-surefire git commit: [MSUREFIRE-1326] Upgrade maven-shared-utils to 3.2.0.

[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/master
Commit: 18018cce343fb8394f017b867b277378c5774405
Parents: cc09759
Author: Christian Schulte <sc...@apache.org>
Authored: Sun Jan 8 06:03:57 2017 +0100
Committer: Christian Schulte <sc...@apache.org>
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>