mirror of https://github.com/apache/activemq.git
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:
parent
10302dd92e
commit
4122ad2d2a
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue