File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3939<settings>
4040 <servers>
4141 <server>
42- <id>imagej .releases</id>
42+ <id>scijava .releases</id>
4343 <username>travis</username>
4444 <password>\$ {env.MAVEN_PASS}</password>
4545 </server>
4646 <server>
47- <id>imagej .snapshots</id>
47+ <id>scijava .snapshots</id>
4848 <username>travis</username>
4949 <password>\$ {env.MAVEN_PASS}</password>
5050 </server>
5555 </server>
5656 </servers>
5757EOL
58- # NB: Use maven.imagej.net as sole mirror if defined in <repositories>.
58+ # NB: Use maven.scijava.org as sole mirror if defined in <repositories>.
5959 # This hopefully avoids intermittent "ReasonPhrase:Forbidden" errors
6060 # when the Travis build pings Maven Central; see travis-ci/travis-ci#6593.
61- grep -A 2 ' <repository>' pom.xml | grep -q ' maven.imagej.net ' &&
61+ grep -A 2 ' <repository>' pom.xml | grep -q ' maven.scijava.org ' &&
6262 cat >> " $settingsFile " << EOL
6363 <mirrors>
6464 <mirror>
65- <id>imagej -mirror</id>
66- <name>ImageJ mirror</name>
67- <url>https://maven.imagej.net /content/groups/public/</url>
65+ <id>scijava -mirror</id>
66+ <name>SciJava mirror</name>
67+ <url>https://maven.scijava.org /content/groups/public/</url>
6868 <mirrorOf>*</mirrorOf>
6969 </mirror>
7070 </mirrors>
123123 then
124124 echo
125125 echo " == Building and deploying master SNAPSHOT =="
126- mvn -B -Pdeploy-to-imagej deploy
126+ mvn -B -Pdeploy-to-scijava deploy
127127 checkSuccess $?
128128 elif [ " $TRAVIS_SECURE_ENV_VARS " = true \
129129 -a " $TRAVIS_PULL_REQUEST " = false \
You can’t perform that action at this time.
0 commit comments