From 0a3a1ef8321ed421be2337034fdb1cae2c434c3d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Sun, 25 Sep 2016 22:23:04 +0300 Subject: [PATCH] Use versions-maven-plugin 2.3 to avoid NPE while setting project version Change-Id: I9080a9f46193c1dea4a9ef6856d2899fe960b7e9 (cherry picked from commit e7b9db54a5aa172509b33746d270ac375009b4a6) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index f13efa021c..9ae1170227 100644 --- a/pom.xml +++ b/pom.xml @@ -167,6 +167,11 @@ exec-maven-plugin 1.4.0 + + org.codehaus.mojo + versions-maven-plugin + 2.3 + org.codehaus.mojo build-helper-maven-plugin -- 2.39.5