Skip to content

Commit d39781e

Browse files
committed
SciJava POM: LOCI's repositories are called the ImageJ now
They also have a more intuitive URL. This helps Maven 3.0.4 which sometimes gets confused when snapshot versions could be updated from multiple, mirroring repositories (the symptom was that Maven claimed to skip the update check, but then failed to resolve that exact artifact). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 7c68fc5 commit d39781e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.scijava</groupId>
99
<artifactId>pom-scijava</artifactId>
10-
<version>1.25</version>
10+
<version>1.26</version>
1111
<packaging>pom</packaging>
1212

1313
<name>SciJava Projects</name>
@@ -340,12 +340,12 @@
340340
<repositories>
341341
<!-- LOCI projects -->
342342
<repository>
343-
<id>loci.releases</id>
344-
<url>http://dev.loci.wisc.edu/maven2/releases</url>
343+
<id>imagej.releases</id>
344+
<url>http://maven.imagej.net/content/repositories/releases</url>
345345
</repository>
346346
<repository>
347-
<id>loci.snapshots</id>
348-
<url>http://dev.loci.wisc.edu/maven2/snapshots</url>
347+
<id>imagej.snapshots</id>
348+
<url>http://maven.imagej.net/content/repositories/snapshots</url>
349349
</repository>
350350

351351
<!-- Various dependencies -->

0 commit comments

Comments
 (0)