mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-16 20:07:06 +01:00
Use 5.0-SNAPSHOT for DSpace 5 version
The DSpace 6 version is in another branch. I decided that I will use the major from the compatible DSpace version to make it easier to manage versioning schemes.
This commit is contained in:
parent
96e4ed6614
commit
7a5dd1c094
@ -14,7 +14,7 @@ To use these curation tasks in a DSpace project add the following dependency to
|
||||
<dependency>
|
||||
<groupId>io.github.ilri.cgspace</groupId>
|
||||
<artifactId>dspace-curation-tasks</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>5.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@ -77,8 +77,6 @@ $ mvn -B archetype:generate -DgroupId=io.github.ilri.cgspace -DartifactId=dspace
|
||||
## TODO
|
||||
|
||||
- Make sure this doesn't work on items in the workflow
|
||||
- Port to DSpace 6
|
||||
- Remember to bump Gson version!
|
||||
- Check for existence of metadata field before trying to add metadata
|
||||
- Add tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user