mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-17 04:17: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>
|
<dependency>
|
||||||
<groupId>io.github.ilri.cgspace</groupId>
|
<groupId>io.github.ilri.cgspace</groupId>
|
||||||
<artifactId>dspace-curation-tasks</artifactId>
|
<artifactId>dspace-curation-tasks</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>5.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -77,8 +77,6 @@ $ mvn -B archetype:generate -DgroupId=io.github.ilri.cgspace -DartifactId=dspace
|
|||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- Make sure this doesn't work on items in the workflow
|
- 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
|
- Check for existence of metadata field before trying to add metadata
|
||||||
- Add tests
|
- Add tests
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>io.github.ilri.cgspace</groupId>
|
<groupId>io.github.ilri.cgspace</groupId>
|
||||||
<artifactId>dspace-curation-tasks</artifactId>
|
<artifactId>dspace-curation-tasks</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>5.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>dspace-curation-tasks</name>
|
<name>dspace-curation-tasks</name>
|
||||||
<url>https://github.com/ilri/dspace-curation-tasks</url>
|
<url>https://github.com/ilri/dspace-curation-tasks</url>
|
||||||
|
Loading…
Reference in New Issue
Block a user