Skip to content

Commit

Permalink
Bugs #13154: change pronom version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebernard committed Oct 23, 2024
1 parent 3f3af7b commit 99549cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private FileFormatXMLRootDto convertDtosToXmlDto(List<FileFormatModel> inputFile

/* Set root element with file formats */
FileFormatXMLRootDto root = new FileFormatXMLRootDto();
root.setVersion(101); // What version should we put ? Could we put nothing ?
root.setVersion(109); // What version should we put ? Could we put nothing ?
root.setCreatedDate(new Date()); // Date format ? Should we put string ?
FileFormatCollection fileCollection = new FileFormatCollection();
fileCollection.setFileFormats(fileFormats);
Expand Down

0 comments on commit 99549cc

Please sign in to comment.