From fe2abc86c65fe15b7f275e65ade75589926f1013 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 6 Aug 2020 15:30:36 +0300 Subject: [PATCH] Publish version 5.1 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24fd558..db84dca 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.1-SNAPSHOT + 5.1 ``` @@ -31,7 +31,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ``` -$ cp target/cgspace-java-helpers-5.*-SNAPSHOT.jar ~/dspace/lib +$ cp target/cgspace-java-helpers-5.1.jar ~/dspace/lib ``` ## Configuration diff --git a/pom.xml b/pom.xml index 9d14ac6..d0f46c8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.ilri.cgspace cgspace-java-helpers - 5.1-SNAPSHOT + 5.1 cgspace-java-helpers https://github.com/ilri/cgspace-java-helpers