mirror of https://github.com/apache/maven.git
use aether 1.13.1 which prevent issues for http(s) deploy to http(s) server which doesn't support chuncked transfert (ie ngnix)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13c114df16
commit
01d6ddeada
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue