We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b56654 commit 1307b1bCopy full SHA for 1307b1b
settings.xml
@@ -3,7 +3,7 @@
3
<mirror>
4
<id>scijava-mirror</id>
5
<name>SciJava public repositories</name>
6
- <url>http://maven.imagej.net/service/local/repo_groups/public/content</url>
+ <url>https://maven.scijava.org/service/local/repo_groups/public/content</url>
7
<mirrorOf>*</mirrorOf>
8
</mirror>
9
</mirrors>
version-timestamps.sh
@@ -18,7 +18,7 @@
18
# This can be a remote repository, or a local file path.
19
# --------------------------------------------------------------
20
test "$M2_REPO_PATH" && repo=$M2_REPO_PATH ||
21
- repo=https://maven.imagej.net/content/groups/public
+ repo=https://maven.scijava.org/content/groups/public
22
23
# G=groupId, A=artifactId, V=version
24
processGAV() {
0 commit comments