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

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

parent 5d3b5f32
No related branches found
No related tags found
Loading
...@@ -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>23.2.0</version> <version>26.0.0</version>
<relativePath /> <relativePath />
</parent> </parent>
...@@ -114,14 +114,14 @@ ...@@ -114,14 +114,14 @@
<license.copyrightOwners>University of Basel, Switzerland</license.copyrightOwners> <license.copyrightOwners>University of Basel, Switzerland</license.copyrightOwners>
<maven.source.skip>true</maven.source.skip> <maven.source.skip>true</maven.source.skip>
<!-- 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>http://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