You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/02/19 20:23:06 UTC

maven git commit: [MNG-6323] Deadlock in multithreaded dependency resolution In fact it was a very long sleep.....

Repository: maven
Updated Branches:
  refs/heads/MNG-6323 [created] 91d1edf14


[MNG-6323] Deadlock in multithreaded dependency resolution
In fact it was a very long sleep.....


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/91d1edf1
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/91d1edf1
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/91d1edf1

Branch: refs/heads/MNG-6323
Commit: 91d1edf14e0ed198c917efeddd0b8241980ec0ed
Parents: 8f619ac
Author: rfscholte <rf...@apache.org>
Authored: Mon Feb 19 21:22:53 2018 +0100
Committer: rfscholte <rf...@apache.org>
Committed: Mon Feb 19 21:22:53 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/91d1edf1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 455bca0..f2011ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.9.1</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.1.0</resolverVersion>
+    <resolverVersion>1.1.1</resolverVersion>
     <slf4jVersion>1.7.25</slf4jVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->