First I installed Maven version 3.0.5 on our build system and then I upgraded it to 3.6.0 following this guide https://linuxize.com/post/how-to-install-apache-maven-on-centos-7/ . Using the cmdline on the system executing:
mvn -v
I always get 3.6.0 as the version. But when executing the same command in a Jenkins job I get 3.0.5 . So somewhere it looks like it still refers to the older version. But I have no clue where. Any ideas how to check this?