Skip to content

Commit

Permalink
POM: Bump dependency versions
Browse files Browse the repository at this point in the history
    imglib2-7.1.0
    imglib2-realtransform-4.0.3
    imglib2-roi-0.15.0
    imglib2-cache-1.0.0-beta-18
    imglib2-algorithm-0.15.4
    bigdataviewer-core-10.6.0
    bigdataviewer-vistools-1.0.0-beta-36
  • Loading branch information
tpietzsch committed Aug 16, 2024
1 parent 9a52836 commit 91eda1d
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,13 @@ like Selective Plane Illumination Microscopy (SPIM) Data.</description>
<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<bigdataviewer-core.version>10.4.12</bigdataviewer-core.version>
<bigdataviewer-vistools.version>1.0.0-beta-33</bigdataviewer-vistools.version>
<imglib2.version>7.1.0</imglib2.version>
<imglib2-realtransform.version>4.0.3</imglib2-realtransform.version>
<imglib2-cache.version>1.0.0-beta-18</imglib2-cache.version>
<imglib2-algorithm.version>0.15.3</imglib2-algorithm.version>
<imglib2-roi.version>0.15.0</imglib2-roi.version>
<bigdataviewer-core.version>10.6.0</bigdataviewer-core.version>
<bigdataviewer-vistools.version>1.0.0-beta-36</bigdataviewer-vistools.version>
</properties>

<repositories>
Expand Down Expand Up @@ -143,13 +148,6 @@ like Selective Plane Illumination Microscopy (SPIM) Data.</description>
<artifactId>ij</artifactId>
</dependency>

<!-- vistools temporary -->
<dependency>
<!-- NB: dependency:analyze erroneously flags this, but it's required -->
<groupId>sc.fiji</groupId>
<artifactId>bigdataviewer-vistools</artifactId>
</dependency>

<!-- ImgLib2 dependencies -->
<dependency>
<groupId>net.imglib2</groupId>
Expand Down Expand Up @@ -269,7 +267,7 @@ like Selective Plane Illumination Microscopy (SPIM) Data.</description>
<artifactId>picocli</artifactId>
</dependency>
</dependencies>

<profiles>
<profile>
<id>fatjar</id>
Expand Down

0 comments on commit 91eda1d

Please sign in to comment.