Skip to content

Commit 6787e54

Browse files
committed
Manage version of org.openmicroscopy:specification
It is a monoversioned ome-model component, along with org.openmicroscopy:ome-xml.
1 parent 62588b5 commit 6787e54

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,8 +1236,11 @@
12361236
<org.openmicroscopy.ome-poi.version>${ome-poi.version}</org.openmicroscopy.ome-poi.version>
12371237

12381238
<!-- OME Model - https://github.com/ome/ome-model -->
1239-
<ome-xml.version>6.3.4</ome-xml.version>
1239+
<ome-model.version>6.3.6</ome-model.version>
1240+
<ome-xml.version>${ome-model.version}</ome-xml.version>
1241+
<specification.version>${ome-model.version}</specification.version>
12401242
<org.openmicroscopy.ome-xml.version>${ome-xml.version}</org.openmicroscopy.ome-xml.version>
1243+
<org.openmicroscopy.specification.version>${specification.version}</org.openmicroscopy.specification.version>
12411244

12421245
<!-- Glencoe Software jxrlib - https://github.com/glencoesoftware/jxrlib -->
12431246
<jxrlib.version>0.2.4</jxrlib.version>
@@ -3926,6 +3929,11 @@
39263929
<artifactId>ome-xml</artifactId>
39273930
<version>${org.openmicroscopy.ome-xml.version}</version>
39283931
</dependency>
3932+
<dependency>
3933+
<groupId>org.openmicroscopy</groupId>
3934+
<artifactId>specification</artifactId>
3935+
<version>${org.openmicroscopy.specification.version}</version>
3936+
</dependency>
39293937

39303938
<!-- Glencoe Software jxrlib - https://github.com/glencoesoftware/jxrlib -->
39313939
<dependency>

0 commit comments

Comments
 (0)