You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/04/27 14:20:44 UTC

svn commit: r768944 - /maven/components/branches/maven-2.1.x/pom.xml

Author: jdcasey
Date: Mon Apr 27 12:20:44 2009
New Revision: 768944

URL: http://svn.apache.org/viewvc?rev=768944&view=rev
Log:
[MNG-4082] Use plexus-sec-dispatcher 1.3-SNAPSHOT which uses plexus-cipher 1.4-SNAPSHOT, which in turn provides support for escaping curly braces when they are intended as literals in password strings.

Modified:
    maven/components/branches/maven-2.1.x/pom.xml

Modified: maven/components/branches/maven-2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/pom.xml?rev=768944&r1=768943&r2=768944&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/pom.xml Mon Apr 27 12:20:44 2009
@@ -442,7 +442,7 @@
       <dependency>
         <groupId>org.sonatype.plexus</groupId>
         <artifactId>plexus-sec-dispatcher</artifactId>
-        <version>1.1</version>
+        <version>1.3-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>