From 307480f2495194dd05c82d9fc50cd7f505ed20ca Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 7 Aug 2020 22:37:40 +0300 Subject: [PATCH] Rename to cgspace-java-helpers again I don't know what the hell happened. --- README.md | 4 ++-- pom.xml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 09b57d0..a29eb22 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CGSpace Java Helpers [![Build Status](https://travis-ci.org/ilri/cgspace-java-helpers.svg?branch=dspace6)](https://travis-ci.org/ilri/dspace-curation-tasks) +# CGSpace Java Helpers [![Build Status](https://travis-ci.org/ilri/cgspace-java-helpers.svg?branch=dspace6)](https://travis-ci.org/ilri/cgspace-java-helpers) DSpace curation tasks and other Java-based helpers used on the [CGSpace](https://cgspace.cgiar.org) institutional repository: - **CountryCodeTagger**: add ISO 3166-1 Alpha2 country codes to items based on their existing country metadata @@ -30,7 +30,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ``` -$ cp target/cgspace-java-helpers-6.0-SNAPSHOT.jar ~/dspace/lib/dspace-curation-tasks-6.0-SNAPSHOT.jar +$ cp target/cgspace-java-helpers-6.0-SNAPSHOT.jar ~/dspace/lib/cgspace-java-helpers-6.0-SNAPSHOT.jar ``` ## Configuration diff --git a/pom.xml b/pom.xml index 4bfd5e2..afa6604 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ 4.0.0 io.github.ilri.cgspace - dspace-curation-tasks + cgspace-java-helpers 6.0-SNAPSHOT - dspace-curation-tasks - https://github.com/ilri/dspace-curation-tasks + cgspace-java-helpers + https://github.com/ilri/cgspace-java-helpers @@ -53,9 +53,9 @@ - scm:git:git://github.com/ilri/dspace-curation-tasks.git - scm:git:ssh://github.com:nanosai/dspace-curation-tasks.git - http://github.com/ilri/dspace-curation-tasks + scm:git:git://github.com/ilri/cgspace-java-helpers.git + scm:git:ssh://github.com:nanosai/cgspace-java-helpers.git + http://github.com/ilri/cgspace-java-helpers