Skip to content

Commit 77ca67f

Browse files
committed
Restore imagej.version property
We need a version property matching the artifactId of the artifact, which in this case is net.imagej:imagej, for the melting pot to work. I considered renaming net.imagej:imagej to net.imagej:imagej2, but that would disrupt a large ecosystem of downstream code, including e.g. PyImageJ, which defaults to using net.imagej:imagej currently. It would be possible to do this rename later, but it would be more involved, and I would prefer to do it at a time when the rest of the system is not in motion so much.
1 parent ec8c02d commit 77ca67f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@
417417

418418
<!-- ImageJ2 - https://github.com/imagej/imagej2 -->
419419
<imagej2.version>2.2.0</imagej2.version>
420+
<imagej.version>${imagej2.version}</imagej.version>
420421

421422
<!-- ImageJ 1.x - https://github.com/imagej/ImageJA -->
422423
<imagej1.version>1.53d</imagej1.version>
@@ -1491,7 +1492,7 @@
14911492
<dependency>
14921493
<groupId>net.imagej</groupId>
14931494
<artifactId>imagej</artifactId>
1494-
<version>${imagej2.version}</version>
1495+
<version>${imagej.version}</version>
14951496
</dependency>
14961497

14971498
<!-- ImageJ 1.x - https://github.com/imagej/ImageJA -->
@@ -4367,7 +4368,7 @@
43674368
</file>
43684369
</activation>
43694370
<properties>
4370-
<imagej2.version>LATEST</imagej2.version>
4371+
<imagej.version>LATEST</imagej.version>
43714372
<ij1-patcher.version>LATEST</ij1-patcher.version>
43724373
<imagej-common.version>LATEST</imagej-common.version>
43734374
<imagej-deprecated.version>LATEST</imagej-deprecated.version>

0 commit comments

Comments
 (0)