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