From af990c26703213354c32fc5ba2d3db49a765922b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 2 Aug 2020 23:52:12 +0300 Subject: [PATCH] README.md: Update mvn note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dcffbe..d4841d6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ _Note_: it is very important to set the cache limit (`-l`) and the database tran This project was initially created according to the [Maven Getting Started Guide](https://maven.apache.org/guides/getting-started/): ```console -$ mvn -B archetype:generate -DgroupId=org.cgiar.cgspace.ctasks -DartifactId=dspace-curation-tasks -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 +$ mvn -B archetype:generate -DgroupId=io.github.ilri.cgspace -DartifactId=dspace-curation-tasks -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 ``` ## Todo