README.md: Update versions

This commit is contained in:
Alan Orth 2020-08-06 16:23:17 +03:00
parent e0d514e797
commit fdc910f93b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to
<dependency>
<groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId>
<version>5.1</version>
<version>5.2</version>
</dependency>
```
@ -31,7 +31,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```
$ cp target/cgspace-java-helpers-5.1.jar ~/dspace/lib
$ cp target/cgspace-java-helpers-5.2.jar ~/dspace/lib
```
## Configuration