From 6891c93eebf09d998401e1dee1cc0ebfbf44e250 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 1 Aug 2020 20:50:11 +0300 Subject: [PATCH] README.md: Add TODO about Gson for DSpace 6 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a66ce8f..c445b91 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ This project was initially created according to the [Maven Getting Started Guide $ mvn -B archetype:generate -DgroupId=org.cgiar.cgspace.ctasks -DartifactId=dspace-curation-tasks -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 ``` +## Todo + +- Port to DSpace 6 + - Remember to bump Gson version! + ## License This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).