You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/05/03 22:39:19 UTC

svn commit: r940609 - /maven/shared/trunk/maven-archiver/pom.xml

Author: olamy
Date: Mon May  3 20:39:18 2010
New Revision: 940609

URL: http://svn.apache.org/viewvc?rev=940609&view=rev
Log:
[MSHARED-148] Avoid possible corruption issues and deadlocks by upgrading plexus components.

Modified:
    maven/shared/trunk/maven-archiver/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=940609&r1=940608&r2=940609&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Mon May  3 20:39:18 2010
@@ -62,12 +62,12 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>1.0-alpha-12</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.4.9</version>
+      <version>2.0.5</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>