[MNG-4544] Concurrent access to Maven internals involving active component collections is not thread-safe

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@902667 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-01-24 22:26:42 +00:00
parent 046666a715
commit 3586158679
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<commonsCliVersion>1.2</commonsCliVersion> <commonsCliVersion>1.2</commonsCliVersion>
<easyMockVersion>1.2_Java1.3</easyMockVersion> <easyMockVersion>1.2_Java1.3</easyMockVersion>
<junitVersion>3.8.2</junitVersion> <junitVersion>3.8.2</junitVersion>
<plexusVersion>1.5.3-SNAPSHOT</plexusVersion> <plexusVersion>1.5.3</plexusVersion>
<plexusInterpolationVersion>1.11</plexusInterpolationVersion> <plexusInterpolationVersion>1.11</plexusInterpolationVersion>
<plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion> <plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
<plexusUtilsVersion>2.0.1</plexusUtilsVersion> <plexusUtilsVersion>2.0.1</plexusUtilsVersion>