Update URL for commons-logging-1.1.1-bin.tar.gz This allows testCopyUrl to succeed against blobstore integration tests.
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/f1673194 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/f1673194 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/f1673194 Branch: refs/heads/fix-jclouds-155 Commit: f1673194ad9f17c5945c643e48403728c72596e7 Parents: e6b6e4e Author: Andrew Gaul <[email protected]> Authored: Thu Aug 1 10:19:31 2013 -0700 Committer: Andrew Gaul <[email protected]> Committed: Thu Aug 1 10:35:26 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/f1673194/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index dc9f570..c77a8aa 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -207,7 +207,7 @@ <maven.site.url.base>gitsite:[email protected]/jclouds/jclouds-maven-site.git</maven.site.url.base> <http.proxyHost /> <http.proxyPort /> - <jclouds.wire.httpstream.url>http://apache.deathculture.net//commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.wire.httpstream.url> + <jclouds.wire.httpstream.url>http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.wire.httpstream.url> <jclouds.wire.httpstream.md5>e5de09672af9b386c30a311654d8541a</jclouds.wire.httpstream.md5> <jclouds.blobstore.httpstream.url>${jclouds.wire.httpstream.url}</jclouds.blobstore.httpstream.url> <jclouds.blobstore.httpstream.md5>${jclouds.wire.httpstream.md5}</jclouds.blobstore.httpstream.md5>
