Skip to content

Commit

Permalink
Manage version of org.openmicroscopy:specification
Browse files Browse the repository at this point in the history
It is a monoversioned ome-model component,
along with org.openmicroscopy:ome-xml.
  • Loading branch information
ctrueden committed Apr 19, 2024
1 parent 62588b5 commit 6787e54
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1236,8 +1236,11 @@
<org.openmicroscopy.ome-poi.version>${ome-poi.version}</org.openmicroscopy.ome-poi.version>

<!-- OME Model - https://github.com/ome/ome-model -->
<ome-xml.version>6.3.4</ome-xml.version>
<ome-model.version>6.3.6</ome-model.version>
<ome-xml.version>${ome-model.version}</ome-xml.version>
<specification.version>${ome-model.version}</specification.version>
<org.openmicroscopy.ome-xml.version>${ome-xml.version}</org.openmicroscopy.ome-xml.version>
<org.openmicroscopy.specification.version>${specification.version}</org.openmicroscopy.specification.version>

<!-- Glencoe Software jxrlib - https://github.com/glencoesoftware/jxrlib -->
<jxrlib.version>0.2.4</jxrlib.version>
Expand Down Expand Up @@ -3926,6 +3929,11 @@
<artifactId>ome-xml</artifactId>
<version>${org.openmicroscopy.ome-xml.version}</version>
</dependency>
<dependency>
<groupId>org.openmicroscopy</groupId>
<artifactId>specification</artifactId>
<version>${org.openmicroscopy.specification.version}</version>
</dependency>

<!-- Glencoe Software jxrlib - https://github.com/glencoesoftware/jxrlib -->
<dependency>
Expand Down

0 comments on commit 6787e54

Please sign in to comment.