Skip to content

Commit 7d2cc44

Browse files
committed
Declare ij.version property for ImageJ1
Otherwise, the melting pot's logic does not override net.imagej:ij. It will still be an issue for older component releases with a dependency on ImageJ1; the workaround on the melting pot side is to manually add an override in build.sh for the older imagej1.version property as well.
1 parent 21f7263 commit 7d2cc44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@
258258

259259
<!-- ImageJ 1.x - https://github.com/imagej/ImageJA -->
260260
<imagej1.version>1.52o</imagej1.version>
261+
<ij.version>${imagej1.version}</ij.version>
261262

262263
<!-- ImageJ 1.x patcher - https://github.com/imagej/ij1-patcher -->
263264
<ij1-patcher.version>0.12.9</ij1-patcher.version>
@@ -1155,7 +1156,7 @@
11551156
<dependency>
11561157
<groupId>net.imagej</groupId>
11571158
<artifactId>ij</artifactId>
1158-
<version>${imagej1.version}</version>
1159+
<version>${ij.version}</version>
11591160
<exclusions>
11601161
<exclusion>
11611162
<groupId>com.sun</groupId>

0 commit comments

Comments
 (0)