From 8c0a8fbcd1bac8d5337d9b1b83b1caba25c12e3d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 21 Feb 2023 10:59:54 +0300 Subject: [PATCH] Bump version to 6.2-SNAPSHOT I can't figure out how to get non-snapshot releases on Central. --- README.md | 4 ++-- pom.xml | 2 +- src/main/java/io/github/ilri/cgspace/ctasks/README.md | 4 ++-- src/main/java/io/github/ilri/cgspace/scripts/README.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d92bf58..b0088ad 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To use these curation tasks in a DSpace project add the following dependency to io.github.ilri.cgspace cgspace-java-helpers - 6.2 + 6.2-SNAPSHOT ``` @@ -32,7 +32,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ```console -$ cp target/cgspace-java-helpers-6.2.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-6.2-SNAPSHOT.jar ~/dspace/lib/ ``` ## Configuration diff --git a/pom.xml b/pom.xml index adc367b..3799d12 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.ilri.cgspace cgspace-java-helpers - 6.2 + 6.2-SNAPSHOT cgspace-java-helpers https://github.com/ilri/cgspace-java-helpers 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 f7f621e..1fb5869 100644 --- a/src/main/java/io/github/ilri/cgspace/ctasks/README.md +++ b/src/main/java/io/github/ilri/cgspace/ctasks/README.md @@ -14,7 +14,7 @@ To use these curation tasks in a DSpace project add the following dependency to io.github.ilri.cgspace cgspace-java-helpers - 6.2 + 6.2-SNAPSHOT ``` @@ -30,7 +30,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ``` -$ cp target/cgspace-java-helpers-6.2.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-6.2-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 c232658..f31bce9 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 - 6.2 + 6.2-SNAPSHOT ``` @@ -31,7 +31,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ```console -$ cp target/cgspace-java-helpers-6.2.jar ~/dspace/lib/ +$ cp target/cgspace-java-helpers-6.2-SNAPSHOT.jar ~/dspace/lib/ ``` ## Invocation