o Used different host names to workaround some proxy caching of the JRE

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@884295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-11-25 22:08:34 +00:00
parent d2e913db91
commit 84f6b19954
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ under the License.
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>maven-core-it</id> <id>maven-core-it</id>
<url>http://bad.host/repo</url> <url>http://bad1.host/repo</url>
</repository> </repository>
</distributionManagement> </distributionManagement>

View File

@ -35,7 +35,7 @@ under the License.
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
<id>maven-core-it</id> <id>maven-core-it</id>
<url>http://bad.host/repo</url> <url>http://bad2.host/repo</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>