Skip to content

Commit c063036

Browse files
committed
POM: maven.imagej.net -> maven.scijava.org
1 parent 860242e commit c063036

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

@@ -92,14 +92,14 @@
9292
<license.licenseName>bsd_2</license.licenseName>
9393
<license.copyrightOwners>Max Planck Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
9494

95-
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
96-
<releaseProfiles>deploy-to-imagej</releaseProfiles>
95+
<!-- NB: Deploy releases to the SciJava Maven repository. -->
96+
<releaseProfiles>deploy-to-scijava</releaseProfiles>
9797
</properties>
9898

9999
<repositories>
100100
<repository>
101-
<id>imagej.public</id>
102-
<url>https://maven.imagej.net/content/groups/public</url>
101+
<id>scijava.public</id>
102+
<url>https://maven.scijava.org/content/groups/public</url>
103103
</repository>
104104
</repositories>
105105

0 commit comments

Comments
 (0)