fix issue #2594, update exec-maven-plugin everywhere

This commit is contained in:
Artem Krosheninnikov
2020-06-18 00:48:57 +03:00
parent ca0f6535a4
commit 2b882e8655
8 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ set -e
source .travis/logger.sh
source .travis/common-functions.sh
VERSION=$(./mvnw -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.5.0:exec)
VERSION=$(./mvnw -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:3.0.0:exec)
log_info "Building PMD Sonar ${VERSION} on branch ${TRAVIS_BRANCH}"
if ! travis_isPush; then