Skip to content

Commit 0f6c1fd

Browse files
use the current version of pom-imglib2 as parent. Currently, it was built against imglib2-3.3.0, which failed when any algorithm instantiates a CellImg itself due to a change in the constructor methods.
This is critical!
1 parent fbbc38e commit 0f6c1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.imglib2</groupId>
77
<artifactId>pom-imglib2</artifactId>
8-
<version>9.0.0</version>
8+
<version>10.0.1</version>
99
<relativePath />
1010
</parent>
1111

0 commit comments

Comments
 (0)