aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>