Skip to content

Commit 6d442bb

Browse files
committed
POM: maven.imagej.net -> maven.scijava.org
1 parent af30fc5 commit 6d442bb

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

@@ -107,14 +107,14 @@
107107
<license.copyrightOwners>University of Basel, Switzerland</license.copyrightOwners>
108108
<maven.source.skip>true</maven.source.skip>
109109

110-
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
111-
<releaseProfiles>deploy-to-imagej</releaseProfiles>
110+
<!-- NB: Deploy releases to the SciJava Maven repository. -->
111+
<releaseProfiles>deploy-to-scijava</releaseProfiles>
112112
</properties>
113113

114114
<repositories>
115115
<repository>
116-
<id>imagej.public</id>
117-
<url>http://maven.imagej.net/content/groups/public</url>
116+
<id>scijava.public</id>
117+
<url>https://maven.scijava.org/content/groups/public</url>
118118
</repository>
119119
</repositories>
120120

0 commit comments

Comments
 (0)