From 04ff22e8d665351519b70b85996ee984b387adb8 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 26 Aug 2019 11:47:58 -0400 Subject: [PATCH] Add setting major/minor with buildhelper Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth Change-Id: I73e0ca929027e6f3c71646fa8565f2e410e61505 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0da4f9c..c04d406 100644 --- a/pom.xml +++ b/pom.xml @@ -432,7 +432,7 @@ limitations under the License. latest ${project.docker.latesttag.version} - ${project.major.version}.${project.minor.version}-STAGING-${maven.build.timestamp} + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-${maven.build.timestamp} try ${project.basedir}/src/main/docker -- 2.16.6