Rename to cgspace-java-helpers again

I don't know what the hell happened.
This commit is contained in:
Alan Orth 2020-08-07 22:37:40 +03:00
parent 4698b6eb38
commit 307480f249
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 8 additions and 8 deletions

View File

@ -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: 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 - **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: 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 ## Configuration

12
pom.xml
View File

@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.github.ilri.cgspace</groupId> <groupId>io.github.ilri.cgspace</groupId>
<artifactId>dspace-curation-tasks</artifactId> <artifactId>cgspace-java-helpers</artifactId>
<version>6.0-SNAPSHOT</version> <version>6.0-SNAPSHOT</version>
<name>dspace-curation-tasks</name> <name>cgspace-java-helpers</name>
<url>https://github.com/ilri/dspace-curation-tasks</url> <url>https://github.com/ilri/cgspace-java-helpers</url>
<licenses> <licenses>
<license> <license>
@ -53,9 +53,9 @@
</dependencies> </dependencies>
<scm> <scm>
<connection>scm:git:git://github.com/ilri/dspace-curation-tasks.git</connection> <connection>scm:git:git://github.com/ilri/cgspace-java-helpers.git</connection>
<developerConnection>scm:git:ssh://github.com:nanosai/dspace-curation-tasks.git</developerConnection> <developerConnection>scm:git:ssh://github.com:nanosai/cgspace-java-helpers.git</developerConnection>
<url>http://github.com/ilri/dspace-curation-tasks</url> <url>http://github.com/ilri/cgspace-java-helpers</url>
</scm> </scm>
<distributionManagement> <distributionManagement>