Force 2007 XML format

This commit is contained in:
Fabio Sinibaldi 2021-03-25 12:40:31 +01:00
parent c917eb76a4
commit 00413916f7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}