From 5f9490e4e5bcf40754c9385116548ddefc87872d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 12 Feb 2025 15:16:45 +0300 Subject: [PATCH] Use dspace-api 7.6.3 --- CHANGELOG.md | 2 +- pom.xml | 2 +- src/main/java/io/github/ilri/cgspace/ctasks/README.md | 2 +- src/main/java/io/github/ilri/cgspace/scripts/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b4478..7230e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Updated -- Update dspace-api dependency to 7.6.2 +- Update dspace-api dependency to 7.6.3 - Update gson dependency to 2.10.1 to match dspace-api ## [7.6.1.3] - 2024-06-26 diff --git a/pom.xml b/pom.xml index 03d1ca0..4f23d2e 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ org.dspace dspace-api - 7.6.2 + 7.6.3 provided diff --git a/src/main/java/io/github/ilri/cgspace/ctasks/README.md b/src/main/java/io/github/ilri/cgspace/ctasks/README.md index 121c3c4..314917e 100644 --- a/src/main/java/io/github/ilri/cgspace/ctasks/README.md +++ b/src/main/java/io/github/ilri/cgspace/ctasks/README.md @@ -4,7 +4,7 @@ DSpace curation tasks used on the [CGSpace](https://cgspace.cgiar.org) instituti - **CountryCodeTagger**: add ISO 3166-1 Alpha2 country codes to items based on their existing country metadata - **NormalizeDOIs**: normalize DOIs by stripping whitespace, lowercasing, and converting to https://doi.org/ format -Tested on DSpace 7.6.2. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC7x/Curation+System). +Tested on DSpace 7.6.3. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC7x/Curation+System). ## Build and Install diff --git a/src/main/java/io/github/ilri/cgspace/scripts/README.md b/src/main/java/io/github/ilri/cgspace/scripts/README.md index 3207096..76a752e 100644 --- a/src/main/java/io/github/ilri/cgspace/scripts/README.md +++ b/src/main/java/io/github/ilri/cgspace/scripts/README.md @@ -4,7 +4,7 @@ Java-based helpers used on the [CGSpace](https://cgspace.cgiar.org) institutiona - **FixJpgJpgThumbnails**: fix low-quality ".jpg.jpg" thumbnails by replacing them with their originals - **FixLowQualityThumbnails**: remove low-quality thumbnails when PDF bitstreams are present -Tested on DSpace 7.6.2. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC7x/Curation+System). +Tested on DSpace 7.6.3. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC7x/Curation+System). ## Build and Install