Skip to content

Commit 3702993

Browse files
committed
POM: maven.imagej.net -> maven.scijava.org
1 parent cb714eb commit 3702993

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>net.imglib2</groupId>
77
<artifactId>pom-imglib2</artifactId>
8-
<version>11.1.1</version>
8+
<version>12.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -197,16 +197,16 @@ Martin Horn, Steffen Jaensch, Lee Kamentsky, Larry Lindsey, Melissa Linkert,
197197
Mark Longair, Brian Northan, Nick Perry, Curtis Rueden, Johannes Schindelin,
198198
Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
199199

200-
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
201-
<releaseProfiles>deploy-to-imagej</releaseProfiles>
200+
<!-- NB: Deploy releases to the SciJava Maven repository. -->
201+
<releaseProfiles>deploy-to-scijava</releaseProfiles>
202202

203203
</properties>
204204

205205
<repositories>
206206
<!-- NB: for SciJava dependencies -->
207207
<repository>
208-
<id>imagej.public</id>
209-
<url>https://maven.imagej.net/content/groups/public</url>
208+
<id>scijava.public</id>
209+
<url>https://maven.scijava.org/content/groups/public</url>
210210
</repository>
211211
</repositories>
212212

0 commit comments

Comments
 (0)