Skip to content
Snippets Groups Projects
Commit 2e916324 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

TEMP SNAPSHOT

parent ed551061
Branches
No related tags found
No related merge requests found
...@@ -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>19.0.0</version> <version>20.4.0</version>
<relativePath /> <relativePath />
</parent> </parent>
...@@ -116,6 +116,9 @@ ...@@ -116,6 +116,9 @@
<!-- NB: Deploy releases to the ImageJ Maven repository. --> <!-- NB: Deploy releases to the ImageJ Maven repository. -->
<releaseProfiles>deploy-to-imagej</releaseProfiles> <releaseProfiles>deploy-to-imagej</releaseProfiles>
<imglib2.version>5.1.1-SNAPSHOT</imglib2.version>
<imglib2-cache.version>1.0.0-beta-9-SNAPSHOT</imglib2-cache.version>
</properties> </properties>
<repositories> <repositories>
...@@ -129,7 +132,6 @@ ...@@ -129,7 +132,6 @@
<dependency> <dependency>
<groupId>net.imglib2</groupId> <groupId>net.imglib2</groupId>
<artifactId>imglib2</artifactId> <artifactId>imglib2</artifactId>
<version>4.6.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.imglib2</groupId> <groupId>net.imglib2</groupId>
...@@ -138,7 +140,6 @@ ...@@ -138,7 +140,6 @@
<dependency> <dependency>
<groupId>net.imglib2</groupId> <groupId>net.imglib2</groupId>
<artifactId>imglib2-cache</artifactId> <artifactId>imglib2-cache</artifactId>
<version>1.0.0-beta-8-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.imglib2</groupId> <groupId>net.imglib2</groupId>
...@@ -167,7 +168,6 @@ ...@@ -167,7 +168,6 @@
<dependency> <dependency>
<groupId>org.scijava</groupId> <groupId>org.scijava</groupId>
<artifactId>ui-behaviour</artifactId> <artifactId>ui-behaviour</artifactId>
<version>1.3.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment