Skip to content
Snippets Groups Projects
Commit efae4705 authored by Curtis Rueden's avatar Curtis Rueden
Browse files

POM: maven.imagej.net -> maven.scijava.org

parent 3eb29415
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.scijava</groupId> <groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId> <artifactId>pom-scijava</artifactId>
<version>24.0.0</version> <version>26.0.0</version>
<relativePath /> <relativePath />
</parent> </parent>
...@@ -98,14 +98,14 @@ ...@@ -98,14 +98,14 @@
<license.licenseName>gpl_v3</license.licenseName> <license.licenseName>gpl_v3</license.licenseName>
<license.copyrightOwners>BigDataViewer developers.</license.copyrightOwners> <license.copyrightOwners>BigDataViewer developers.</license.copyrightOwners>
<!-- NB: Deploy releases to the ImageJ Maven repository. --> <!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>deploy-to-imagej</releaseProfiles> <releaseProfiles>deploy-to-scijava</releaseProfiles>
</properties> </properties>
<repositories> <repositories>
<repository> <repository>
<id>imagej.public</id> <id>scijava.public</id>
<url>https://maven.imagej.net/content/groups/public</url> <url>https://maven.scijava.org/content/groups/public</url>
</repository> </repository>
</repositories> </repositories>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment