Skip to content

Commit 3e34187

Browse files
committed
POM: maven.imagej.net -> maven.scijava.org
1 parent 2dce2ca commit 3e34187

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>17.1.1</version>
8+
<version>26.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -87,14 +87,14 @@
8787
<license.copyrightOwners>Board of Regents of the University of
8888
Wisconsin-Madison.</license.copyrightOwners>
8989

90-
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
91-
<releaseProfiles>deploy-to-imagej</releaseProfiles>
90+
<!-- NB: Deploy releases to the SciJava Maven repository. -->
91+
<releaseProfiles>deploy-to-scijava</releaseProfiles>
9292
</properties>
9393

9494
<repositories>
9595
<repository>
96-
<id>imagej.public</id>
97-
<url>https://maven.imagej.net/content/groups/public</url>
96+
<id>scijava.public</id>
97+
<url>https://maven.scijava.org/content/groups/public</url>
9898
</repository>
9999
</repositories>
100100

0 commit comments

Comments
 (0)