Skip to content

Commit 48b8371

Browse files
committed
POM: maven.imagej.net -> maven.scijava.org
1 parent a9ae47c commit 48b8371

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

@@ -98,14 +98,14 @@
9898
Wisconsin-Madison.</license.copyrightOwners>
9999
<license.projectName>SciJava UI components for Java Swing.</license.projectName>
100100

101-
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
102-
<releaseProfiles>deploy-to-imagej</releaseProfiles>
101+
<!-- NB: Deploy releases to the SciJava Maven repository. -->
102+
<releaseProfiles>deploy-to-scijava</releaseProfiles>
103103
</properties>
104104

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

0 commit comments

Comments
 (0)