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:25:51 UTC

svn commit: r768949 - /maven/components/branches/maven-2.2.x/pom.xml

Author: jdcasey
Date: Mon Apr 27 12:25:51 2009
New Revision: 768949

URL: http://svn.apache.org/viewvc?rev=768949&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.2.x/pom.xml

Modified: maven/components/branches/maven-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.x/pom.xml?rev=768949&r1=768948&r2=768949&view=diff
==============================================================================
--- maven/components/branches/maven-2.2.x/pom.xml (original)
+++ maven/components/branches/maven-2.2.x/pom.xml Mon Apr 27 12:25:51 2009
@@ -440,7 +440,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>