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 2011/11/29 21:38:57 UTC

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

Author: olamy
Date: Tue Nov 29 20:38:45 2011
New Revision: 1208057

URL: http://svn.apache.org/viewvc?rev=1208057&view=rev
Log:
use aether 1.13.1 which prevent issues for http(s) deploy to http(s) server which doesn't support chuncked transfert (ie ngnix)

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=1208057&r1=1208056&r2=1208057&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Tue Nov 29 20:38:45 2011
@@ -55,7 +55,7 @@
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.4.1</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <aetherVersion>1.13</aetherVersion>
+    <aetherVersion>1.13.1</aetherVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->
     <distributionId>apache-maven</distributionId>
@@ -590,4 +590,5 @@
       </build>
     </profile>
   </profiles>
+
 </project>