From 8e9f711d3ecd28e0ff2cb85f21d86675c5348e5c Mon Sep 17 00:00:00 2001 From: sebastian-raubach Date: Wed, 5 Jun 2024 16:08:33 +0100 Subject: [PATCH] - CHG: Version bump for bugfix release. - FIX: Fixed issues with trait data import duplicate plot detection. --- .idea/workspace.xml | 67 +++++++++++------- build.gradle | 2 +- ...-4.7.2.jar => germinate-codegen-4.7.3.jar} | Bin 905391 -> 905391 bytes ...ore-4.7.2.jar => germinate-core-4.7.3.jar} | Bin 150507 -> 150508 bytes .../util/importer/DatasheetImporter.java | 37 +++++----- .../server/util/importer/ImageImporter.java | 2 +- .../util/importer/TraitDataImporter.java | 5 +- 7 files changed, 68 insertions(+), 45 deletions(-) rename lib/{germinate-codegen-4.7.2.jar => germinate-codegen-4.7.3.jar} (94%) rename lib/{germinate-core-4.7.2.jar => germinate-core-4.7.3.jar} (88%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 115ff03..ad4a7a3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,12 @@