Skip to content

Commit 1307b1b

Browse files
committed
Update maven.imagej.net -> maven.scijava.org
1 parent 5b56654 commit 1307b1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<mirror>
44
<id>scijava-mirror</id>
55
<name>SciJava public repositories</name>
6-
<url>http://maven.imagej.net/service/local/repo_groups/public/content</url>
6+
<url>https://maven.scijava.org/service/local/repo_groups/public/content</url>
77
<mirrorOf>*</mirrorOf>
88
</mirror>
99
</mirrors>

version-timestamps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This can be a remote repository, or a local file path.
1919
# --------------------------------------------------------------
2020
test "$M2_REPO_PATH" && repo=$M2_REPO_PATH ||
21-
repo=https://maven.imagej.net/content/groups/public
21+
repo=https://maven.scijava.org/content/groups/public
2222

2323
# G=groupId, A=artifactId, V=version
2424
processGAV() {

0 commit comments

Comments
 (0)