From d5cf51c46472d7a661fa53bb13ea7cbc9e1ad75c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 10 Aug 2020 15:58:22 +0300 Subject: [PATCH] README.md: Use correct version I can't figure out how to publish releases on Maven central so let's stick to SNAPSHOT releases for now. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60d7740..4d4fd93 100644 --- a/README.md +++ b/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 - 5.3 + 5.4-SNAPSHOT ``` @@ -31,7 +31,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ``` -$ cp target/cgspace-java-helpers-5.3.jar ~/dspace/lib +$ cp target/cgspace-java-helpers-5.4-SNAPSHOT.jar ~/dspace/lib ``` ## Configuration