Skip to content

Commit

Permalink
POM: update parent to pom-scijava 40.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jan 29, 2025
1 parent 1859e01 commit d22b7b7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 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>34.0.0</version>
<version>40.0.0</version>
<relativePath />
</parent>

Expand All @@ -19,7 +19,7 @@
<inceptionYear>2016</inceptionYear>
<organization>
<name>SciJava</name>
<url>http://www.scijava.org/</url>
<url>https://www.scijava.org/</url>
</organization>
<licenses>
<license>
Expand All @@ -33,7 +33,7 @@
<developer>
<id>ctrueden</id>
<name>Curtis Rueden</name>
<url>https://imagej.net/User:Rueden</url>
<url>https://imagej.net/people/ctrueden</url>
<roles>
<role>maintainer</role>
</roles>
Expand All @@ -42,21 +42,21 @@
<contributors>
<contributor>
<name>Hadrien Mary</name>
<url>https://imagej.net/User:Hadim</url>
<url>https://imagej.net/people/hadim</url>
<roles><role>founder</role></roles>
<properties><id>hadim</id></properties>
</contributor>
<contributor>
<name>Jan Eglinger</name>
<url>https://imagej.net/User:Eglinger</url>
<url>https://imagej.net/people/imagejan</url>
<properties><id>imagejan</id></properties>
</contributor>
</contributors>

<mailingLists>
<mailingList>
<name>Image.sc Forum</name>
<archive>https://forum.image.sc/tag/filamentdetector</archive>
<archive>https://forum.image.sc/tag/fiji</archive>
</mailingList>
</mailingLists>

Expand All @@ -83,7 +83,6 @@
<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<TrackMate.version>7.10.2</TrackMate.version>
<ij_ridge_detect.version>1.4.1</ij_ridge_detect.version>
</properties>

Expand Down

0 comments on commit d22b7b7

Please sign in to comment.