Skip to content

Commit da0448c

Browse files
committed
POM: maven.imagej.net -> maven.scijava.org
1 parent 898863d commit da0448c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
<license.projectName>SciJava Listeners</license.projectName>
6666
<license.copyrightOwners>Max Planck Institute of Molecular Cell Biology and Genetics</license.copyrightOwners>
6767

68-
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
69-
<releaseProfiles>deploy-to-imagej</releaseProfiles>
68+
<!-- NB: Deploy releases to the SciJava Maven repository. -->
69+
<releaseProfiles>deploy-to-scijava</releaseProfiles>
7070
</properties>
7171

7272
<developers>
@@ -94,8 +94,8 @@
9494

9595
<repositories>
9696
<repository>
97-
<id>imagej.public</id>
98-
<url>http://maven.imagej.net/content/groups/public</url>
97+
<id>scijava.public</id>
98+
<url>https://maven.scijava.org/content/groups/public</url>
9999
</repository>
100100
</repositories>
101101
</project>

0 commit comments

Comments
 (0)