Skip to content

Commit

Permalink
SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Apr 5, 2024
1 parent 28cc4b0 commit a65fc68
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,14 @@ 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.0.0-SNAPSHOT</imglib2.version>
<imglib2-realtransform.version>4.0.3-SNAPSHOT</imglib2-realtransform.version>
<imglib2-roi.version>0.15.0-SNAPSHOT</imglib2-roi.version>
<imglib2-cache.version>1.0.0-beta-18-SNAPSHOT</imglib2-cache.version>
<imglib2-algorithm.version>0.14.1-SNAPSHOT</imglib2-algorithm.version>
<bigdataviewer-core.version>10.4.15-SNAPSHOT</bigdataviewer-core.version>
<bigdataviewer-vistools.version>1.0.0-beta-35-SNAPSHOT</bigdataviewer-vistools.version>
<enforcer.skip>true</enforcer.skip>
</properties>

<repositories>
Expand Down Expand Up @@ -269,7 +275,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 a65fc68

Please sign in to comment.