From cea97aebe52dd9df24f4b937c6999447505a76e4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 8 Aug 2020 13:13:28 +0300 Subject: [PATCH] Version 6.0 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3fdf15..c951808 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 - 6.0-SNAPSHOT + 6.0 ``` @@ -31,7 +31,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ``` -$ cp target/cgspace-java-helpers-6.0-SNAPSHOT.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-6.0.jar ~/dspace/lib/ ``` ## Configuration diff --git a/pom.xml b/pom.xml index afa6604..9a621ce 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.ilri.cgspace cgspace-java-helpers - 6.0-SNAPSHOT + 6.0 cgspace-java-helpers https://github.com/ilri/cgspace-java-helpers