From 3a860dabe40835a37f81e6832584603187ea4886 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 26 Jun 2024 16:42:30 +0300 Subject: [PATCH] Update install instructions --- README.md | 4 ++-- src/main/java/io/github/ilri/cgspace/ctasks/README.md | 4 ++-- src/main/java/io/github/ilri/cgspace/scripts/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8bd51e8..91ef396 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.3-SNAPSHOT + 7.6.1.4-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.3-SNAPSHOT.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-7.6.1.4-SNAPSHOT.jar ~/dspace/lib/ ``` ## Configuration 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 b852fac..a0674eb 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.3-SNAPSHOT + 7.6.1.4-SNAPSHOT ``` @@ -31,7 +31,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ``` -$ cp target/cgspace-java-helpers-7.6.1.3-SNAPSHOT.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-7.6.1.4-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 a5b4ee9..66dfff3 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.3-SNAPSHOT + 7.6.1.4-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.3-SNAPSHOT.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-7.6.1.4-SNAPSHOT.jar ~/dspace/lib/ ``` ## Invocation