Skip to content

Commit a96b18f

Browse files
committed
POM: maven.imagej.net -> maven.scijava.org
1 parent 5d3b5f3 commit a96b18f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

@@ -114,14 +114,14 @@
114114
<license.copyrightOwners>University of Basel, Switzerland</license.copyrightOwners>
115115
<maven.source.skip>true</maven.source.skip>
116116

117-
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
118-
<releaseProfiles>deploy-to-imagej</releaseProfiles>
117+
<!-- NB: Deploy releases to the SciJava Maven repository. -->
118+
<releaseProfiles>deploy-to-scijava</releaseProfiles>
119119
</properties>
120120

121121
<repositories>
122122
<repository>
123-
<id>imagej.public</id>
124-
<url>http://maven.imagej.net/content/groups/public</url>
123+
<id>scijava.public</id>
124+
<url>https://maven.scijava.org/content/groups/public</url>
125125
</repository>
126126
</repositories>
127127

0 commit comments

Comments
 (0)