Skip to content

Commit 34db2fa

Browse files
committed
POM: factor out ojalgo version as property
1 parent 7eea23f commit 34db2fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
202202

203203
<imglib2-realtransform.version>2.0.0-beta-39</imglib2-realtransform.version>
204204
<jitk-tps.version>3.0.0</jitk-tps.version>
205+
<ojalgo.version>43.0</ojalgo.version>
205206
</properties>
206207

207208
<repositories>
@@ -239,7 +240,7 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
239240
<dependency>
240241
<groupId>org.ojalgo</groupId>
241242
<artifactId>ojalgo</artifactId>
242-
<version>43.0</version>
243+
<version>${ojalgo.version}</version>
243244
</dependency>
244245

245246
<!-- Test dependencies -->

0 commit comments

Comments
 (0)