Skip to content

Commit 73f6560

Browse files
committed
Remove oj.algo version tag
Also requires bump of parent version to depend on more recent pom-scijava
1 parent 9a3f3f6 commit 73f6560

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
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>10.0.2</version>
8+
<version>11.0.1</version>
99
<relativePath />
1010
</parent>
1111

@@ -203,7 +203,6 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
203203
<imglib2.version>5.1.0</imglib2.version>
204204
<imglib2-realtransform.version>2.0.0-beta-39</imglib2-realtransform.version>
205205
<jitk-tps.version>3.0.0</jitk-tps.version>
206-
<ojalgo.version>43.0</ojalgo.version>
207206
</properties>
208207

209208
<repositories>
@@ -241,7 +240,6 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
241240
<dependency>
242241
<groupId>org.ojalgo</groupId>
243242
<artifactId>ojalgo</artifactId>
244-
<version>${ojalgo.version}</version>
245243
</dependency>
246244

247245
<!-- Test dependencies -->

0 commit comments

Comments
 (0)