Skip to content

Commit

Permalink
Merge pull request #2179 from ProgrammeVitam/cp_7_0_fix_13154
Browse files Browse the repository at this point in the history
CP V7.0 - Bugs #13154: change pronom version
  • Loading branch information
ebernard authored Oct 23, 2024
2 parents 3f3af7b + 99549cc commit fe1e64e
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 fe1e64e

Please sign in to comment.