Skip to content

Commit

Permalink
use correct versioning for xml-apis
Browse files Browse the repository at this point in the history
  • Loading branch information
dietzc committed Oct 23, 2015
1 parent 5ea760a commit 13e5a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogen/bundlegroups/io.scif.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<bundleref name="net.imglib2:imglib2" version="${imglib2.version}" />
<bundleref name="io.scif:scifio" version="${scifio.version}" />
<bundleref name="net.imagej:imagej-common" version="${imagej-common.version}" />
<bundleref name="xml-apis:xml-apis" version="1.4.0" />
<bundleref name="xml-apis:xml-apis" version="1.4.01" />
</dependencies>
<export>io.scif.bf.*,loci.*,ome.xml.*,io.scif.ome.*</export>
</bundle>
Expand Down
2 changes: 1 addition & 1 deletion autogen/bundlegroups/xml-apis.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- xml-apis bundle -->
<bundlegroup name="xml-apis">
<bundle name="xml-apis" version="1.4.0">
<bundle name="xml-apis" version="1.4.01">
<artifacts>
<artifact>
<group>xml-apis</group>
Expand Down

0 comments on commit 13e5a82

Please sign in to comment.