use nuxeo cli with Nuxeo 2021
Hello,
Nuxeo CLI has not been updated when Nuxeo 2021 is released. I uninstalled Nuxeo CLI and install again using the commande npm install -g nuxeo-cli
but when i type nuxeo -v
I still get version 2.0.0. When I generate a sample project with nuxeo bootstrap single-module
command, I still get in the generated pom :
<parent>
<groupId>org.nuxeo</groupId>
<artifactId>nuxeo-addons-parent</artifactId>
<version>10.10</version>
</parent>
Do you have any idea if it will be upgraded to Nuxeo 2021 ? Regards.
0 votes
0 answers
24 views