Use new scp host for deploying files

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@413523 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-06-11 19:41:59 +00:00
parent 10302dd92e
commit 4122ad2d2a
1 changed files with 3 additions and 3 deletions

View File

@ -108,12 +108,12 @@
<repository>
<id>apache-repo</id>
<name>Apache CVS Repository</name>
<url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
<url>scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
</repository>
<snapshotRepository>
<id>apache-snapshots</id>
<name>Apache CVS Development Repository</name>
<url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
<url>scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
</snapshotRepository>
<!--
<site>
@ -784,7 +784,7 @@
<executions>
<execution>
<configuration>
<remoteRepositoryUrl>scpexe://cvs.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
<remoteRepositoryUrl>scpexe://minotaur.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
</configuration>
<goals>
<goal>install-maven-one-repository</goal>