Skip to content

Commit

Permalink
POM: maven.imagej.net -> maven.scijava.org
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Apr 30, 2019
1 parent bc130a0 commit 9e36230
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>22.0.2</version>
<version>26.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -116,14 +116,14 @@
<license.copyrightOwners>Fiji developers.</license.copyrightOwners>
<license.projectName>Fiji distribution of ImageJ for the life sciences.</license.projectName>

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

<repositories>
<repository>
<id>imagej.public</id>
<url>https://maven.imagej.net/content/groups/public</url>
<id>scijava.public</id>
<url>https://maven.scijava.org/content/groups/public</url>
</repository>
</repositories>

Expand Down

0 comments on commit 9e36230

Please sign in to comment.