Skip to content

Commit 13e5a82

Browse files
committed
use correct versioning for xml-apis
1 parent 5ea760a commit 13e5a82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autogen/bundlegroups/io.scif.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<bundleref name="net.imglib2:imglib2" version="${imglib2.version}" />
5252
<bundleref name="io.scif:scifio" version="${scifio.version}" />
5353
<bundleref name="net.imagej:imagej-common" version="${imagej-common.version}" />
54-
<bundleref name="xml-apis:xml-apis" version="1.4.0" />
54+
<bundleref name="xml-apis:xml-apis" version="1.4.01" />
5555
</dependencies>
5656
<export>io.scif.bf.*,loci.*,ome.xml.*,io.scif.ome.*</export>
5757
</bundle>

autogen/bundlegroups/xml-apis.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- xml-apis bundle -->
22
<bundlegroup name="xml-apis">
3-
<bundle name="xml-apis" version="1.4.0">
3+
<bundle name="xml-apis" version="1.4.01">
44
<artifacts>
55
<artifact>
66
<group>xml-apis</group>

0 commit comments

Comments
 (0)