Skip to content

Commit 8f63484

Browse files
committed
POM: maven.imagej.net -> maven.scijava.org
1 parent 63e51dc commit 8f63484

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

@@ -97,16 +97,16 @@ Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
9797
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
9898
<license.excludes>**/script_templates/**</license.excludes>
9999

100-
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
101-
<releaseProfiles>deploy-to-imagej</releaseProfiles>
100+
<!-- NB: Deploy releases to the SciJava Maven repository. -->
101+
<releaseProfiles>deploy-to-scijava</releaseProfiles>
102102

103103
<matlabcontrol.version>4.1.0</matlabcontrol.version>
104104
</properties>
105105

106106
<repositories>
107107
<repository>
108-
<id>imagej.public</id>
109-
<url>https://maven.imagej.net/content/groups/public</url>
108+
<id>scijava.public</id>
109+
<url>https://maven.scijava.org/content/groups/public</url>
110110
</repository>
111111
</repositories>
112112

0 commit comments

Comments
 (0)