Publish version 5.1

This commit is contained in:
Alan Orth 2020-08-06 15:30:36 +03:00
parent e1d92ef2c7
commit fe2abc86c6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 3 additions and 3 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-SNAPSHOT</version>
<version>5.1</version>
</dependency>
```
@ -31,7 +31,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```
$ cp target/cgspace-java-helpers-5.*-SNAPSHOT.jar ~/dspace/lib
$ cp target/cgspace-java-helpers-5.1.jar ~/dspace/lib
```
## Configuration

View File

@ -6,7 +6,7 @@
<groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<name>cgspace-java-helpers</name>
<url>https://github.com/ilri/cgspace-java-helpers</url>