Skip to content

Commit b904aaa

Browse files
committed
Add ImageJ Common to managed versions
1 parent d0e43ca commit b904aaa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
8585
<!-- ImageJ 1.x patcher - https://github.com/imagej/ij1-patcher -->
8686
<ij1-patcher.version>0.3.1</ij1-patcher.version>
8787

88+
<!-- ImageJ Common - https://github.com/imagej/imagej-common -->
89+
<imagej-common.version>0.1.0</imagej-common.version>
90+
8891
<!-- ImageJ Launcher - https://github.com/imagej/imagej-launcher -->
8992
<imagej-launcher.version>2.0.3</imagej-launcher.version>
9093

@@ -381,6 +384,13 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
381384
<version>${ij1-patcher.version}</version>
382385
</dependency>
383386

387+
<!-- ImageJ Common - https://github.com/imagej/imagej-common -->
388+
<dependency>
389+
<groupId>${imagej.groupId}</groupId>
390+
<artifactId>imagej-common</artifactId>
391+
<version>${imagej-common.version}</version>
392+
</dependency>
393+
384394
<!-- ImageJ Launcher - https://github.com/imagej/imagej-launcher -->
385395
<dependency>
386396
<groupId>${imagej.groupId}</groupId>
@@ -946,6 +956,7 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
946956
<properties>
947957
<imagej.version>2.0.0-SNAPSHOT</imagej.version>
948958
<ij1-patcher.version>0.3.2-SNAPSHOT</ij1-patcher.version>
959+
<imagej-common.version>0.1.1-SNAPSHOT</imagej-common.version>
949960
<imagej-launcher.version>2.0.4-SNAPSHOT</imagej-launcher.version>
950961
<imagej-ops.version>0.1.1-SNAPSHOT</imagej-ops.version>
951962
<minimaven.version>1.0.3-SNAPSHOT</minimaven.version>

0 commit comments

Comments
 (0)