Skip to content

Commit

Permalink
Merge pull request #2054 from ProgrammeVitam/cp_7_1_fix_13154
Browse files Browse the repository at this point in the history
Bugs #13154: change pronom version
  • Loading branch information
ebernard authored Sep 25, 2024
2 parents c7e04e0 + 0e79d23 commit 471fc56
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 471fc56

Please sign in to comment.