aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-26 11:47:58 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-26 11:48:00 -0400
commit04ff22e8d665351519b70b85996ee984b387adb8 (patch)
tree697e80463b44d33f78cbc6057e7ddd275326fe8e
parentc69bea903e3e811e4ad3480597a1528a26cbf35e (diff)
Add setting major/minor with buildhelper
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I73e0ca929027e6f3c71646fa8565f2e410e61505
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
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.
<tags>
<tag>latest</tag>
<tag>${project.docker.latesttag.version}</tag>
- <tag>${project.major.version}.${project.minor.version}-STAGING-${maven.build.timestamp}</tag>
+ <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-${maven.build.timestamp}</tag>
</tags>
<cleanup>try</cleanup>
<dockerFileDir>${project.basedir}/src/main/docker</dockerFileDir>