Force 2007 XML format

1.3.0
Fabio Sinibaldi 3 years ago
parent c917eb76a4
commit 00413916f7

@ -53,7 +53,7 @@ public class ISOMetadataMarshalling {
private static MarshallerPool getPool() throws JAXBException {
if(pool==null)
pool=new MarshallerPool(
singletonMap(XML.METADATA_VERSION,"2016"));
singletonMap(XML.METADATA_VERSION,"2007"));
return pool;
}

Loading…
Cancel
Save