mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-22 23:05:12 +01:00
README.md: Use correct version
I can't figure out how to publish releases on Maven central so let's stick to SNAPSHOT releases for now.
This commit is contained in:
parent
98c7cfb3a5
commit
d5cf51c464
@ -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.3</version>
|
||||
<version>5.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@ -31,7 +31,7 @@ $ mvn package
|
||||
Copy the resulting jar to the DSpace `lib` directory:
|
||||
|
||||
```
|
||||
$ cp target/cgspace-java-helpers-5.3.jar ~/dspace/lib
|
||||
$ cp target/cgspace-java-helpers-5.4-SNAPSHOT.jar ~/dspace/lib
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
Loading…
Reference in New Issue
Block a user