Skip to content

Commit 9b418d2

Browse files
committed
POM: maven.imagej.net -> maven.scijava.org
1 parent 0cf577d commit 9b418d2

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>23.2.0</version>
8+
<version>26.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -81,14 +81,14 @@
8181
<license.copyrightOwners>Friedrich Miescher Institute for Biomedical Research, Basel (Switzerland)</license.copyrightOwners>
8282
<license.excludes>**/scripts/**</license.excludes>
8383

84-
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
85-
<releaseProfiles>deploy-to-imagej</releaseProfiles>
84+
<!-- NB: Deploy releases to the SciJava Maven repository. -->
85+
<releaseProfiles>deploy-to-scijava</releaseProfiles>
8686
</properties>
8787

8888
<repositories>
8989
<repository>
90-
<id>imagej.public</id>
91-
<url>https://maven.imagej.net/content/groups/public</url>
90+
<id>scijava.public</id>
91+
<url>https://maven.scijava.org/content/groups/public</url>
9292
</repository>
9393
</repositories>
9494

0 commit comments

Comments
 (0)