diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1c4c468a4..bd2b0b1abf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Changes -------------- * [REST]: Corrected behaviour of date fields in REST API to return epoch instead of textual string. (22.01.1) * [Documentation]: Fixed issue that prevented a user from saving analysis results back to a sample and concatenating sequence files. Fixed date format in Swagger REST API documentation. (22.01.2) +* [REST]: Fixed bug that was preventing syncing remote projects from versions 20.09 and older. (22.01.3) 21.09 to 22.01 -------------- diff --git a/pom.xml b/pom.xml index 19600952dfc..0937da7b25c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,15 +1,16 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent 2.6.3 - + ca.corefacility.bioinformatics irida war - 22.01.2 + 22.01.3 irida http://www.irida.ca @@ -587,7 +588,8 @@ ${failsafeArgLine} - ${exclude.test.listeners} + ${exclude.test.listeners} + test it @@ -939,7 +941,8 @@ jdbc:mysql://localhost:3306/irida_test test test - ca/corefacility/bioinformatics/irida/database/all-changes.xml + ca/corefacility/bioinformatics/irida/database/all-changes.xml +