You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2011/07/27 12:33:12 UTC

svn commit: r1151419 - /maven/maven-3/trunk/pom.xml

Author: bentmann
Date: Wed Jul 27 10:33:11 2011
New Revision: 1151419

URL: http://svn.apache.org/viewvc?rev=1151419&view=rev
Log:
[MNG-5131] Wrong encoding for encrypted passwords

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1151419&r1=1151418&r2=1151419&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Wed Jul 27 10:33:11 2011
@@ -47,7 +47,7 @@
     <sisuInjectVersion>2.1.1</sisuInjectVersion>
     <wagonVersion>1.0-beta-7</wagonVersion>
     <securityDispatcherVersion>1.3</securityDispatcherVersion>
-    <cipherVersion>1.4</cipherVersion>
+    <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.4.1</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <aetherVersion>1.11</aetherVersion>