aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--standalone/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 5c8e50b5..5d49a978 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -209,8 +209,8 @@
<dockerFile>${basedir}/target/version/Dockerfile</dockerFile>
<tags>
<tag>${usecaseui.version}-SNAPSHOT-latest</tag>
- <tag>${usecaseui.version]-STAGING-latest</tag>
- <tag>${usecaseui.version]-STAGING-${maven.build.timestamp}</tag>
+ <tag>${usecaseui.version}-STAGING-latest</tag>
+ <tag>${usecaseui.version}-STAGING-${maven.build.timestamp}</tag>
</tags>
</build>
</image>