From 9050caf37f54e0fca586a134d16bb967a1b5850d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 23 Apr 2024 13:11:12 +0300 Subject: [PATCH] Version 7.6.1.1 Unsure of the versioning, but something tells me I should follow the upstream DSpace versioning to keep things simple. --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- pom.xml | 2 +- src/main/java/io/github/ilri/cgspace/ctasks/README.md | 4 ++-- src/main/java/io/github/ilri/cgspace/scripts/README.md | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fca1ea..422bd48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.6.1.1] - 2024-04-23 +### Added +- New `NormalizeDOIs` curation task + +### Updated +- Update dependencies in `pom.xml` + ## [7.6.1] - 2024-01-02 ### Changed - Pin gson dependency to 2.9.0 to avoid dependency convergence issues with DSpace diff --git a/README.md b/README.md index eb4a169..7b8f46d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use these curation tasks in a DSpace project add the following dependency to io.github.ilri.cgspace cgspace-java-helpers - 7.6.1-SNAPSHOT + 7.6.1.1-SNAPSHOT ``` @@ -33,7 +33,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ```console -$ cp target/cgspace-java-helpers-7.6.1-SNAPSHOT.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-7.6.1.1-SNAPSHOT.jar ~/dspace/lib/ ``` ## Configuration diff --git a/pom.xml b/pom.xml index a854d36..6134154 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.ilri.cgspace cgspace-java-helpers - 7.6.1-SNAPSHOT + 7.6.1.1-SNAPSHOT cgspace-java-helpers https://github.com/ilri/cgspace-java-helpers 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 0c9be25..14912f3 100644 --- a/src/main/java/io/github/ilri/cgspace/ctasks/README.md +++ b/src/main/java/io/github/ilri/cgspace/ctasks/README.md @@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to io.github.ilri.cgspace cgspace-java-helpers - 7.6.1-SNAPSHOT + 7.6.1.1-SNAPSHOT ``` @@ -31,7 +31,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ``` -$ cp target/cgspace-java-helpers-7.6.1-SNAPSHOT.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-7.6.1.1-SNAPSHOT.jar ~/dspace/lib/ ``` ## Configuration 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 4f52823..ac20ff2 100644 --- a/src/main/java/io/github/ilri/cgspace/scripts/README.md +++ b/src/main/java/io/github/ilri/cgspace/scripts/README.md @@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to io.github.ilri.cgspace cgspace-java-helpers - 7.6.1-SNAPSHOT + 7.6.1.1-SNAPSHOT ``` @@ -31,7 +31,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ```console -$ cp target/cgspace-java-helpers-7.6.1-SNAPSHOT.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-7.6.1.1-SNAPSHOT.jar ~/dspace/lib/ ``` ## Invocation