diff --git a/nuxeo-java-client-test/README.md b/nuxeo-java-client-test/README.md
index 0a824fe3..acfc4279 100644
--- a/nuxeo-java-client-test/README.md
+++ b/nuxeo-java-client-test/README.md
@@ -18,7 +18,8 @@ mvn clean install
You can specify the Nuxeo Server version you want to test the client against:
```bash
-mvn clean install -Dnuxeo.server.tomcat.version=2021.1.19
+mvn clean install -Dnuxeo.parent.version=2021.1
+mvn clean install -Dnuxeo.parent.version=2021.1.19
```
You can run a Nuxeo with the configuration defined in the pom with (in order to run tests from your IDE):
diff --git a/nuxeo-java-client-test/pom.xml b/nuxeo-java-client-test/pom.xml
index f4d72b82..133a59bc 100755
--- a/nuxeo-java-client-test/pom.xml
+++ b/nuxeo-java-client-test/pom.xml
@@ -133,7 +133,7 @@
- 2021.1.19
+ 2021.1.19
@@ -141,8 +141,8 @@
org.nuxeo
- nuxeo-ecm
- ${nuxeo.server.tomcat.version}
+ nuxeo-parent
+ ${nuxeo.parent.version}
pom
import
@@ -152,7 +152,6 @@
org.nuxeo.ecm.distribution
nuxeo-server-tomcat
- ${nuxeo.server.tomcat.version}
zip
runtime