From 8be1f8a0f48e20ad6b21584aca210f519f37e71f Mon Sep 17 00:00:00 2001 From: bbortt Date: Mon, 18 Nov 2024 09:15:27 +0100 Subject: [PATCH] fix(simulator-ui): include APP_VERSION in prod build --- simulator-ui/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simulator-ui/pom.xml b/simulator-ui/pom.xml index cced98be..e989eec6 100644 --- a/simulator-ui/pom.xml +++ b/simulator-ui/pom.xml @@ -125,6 +125,9 @@ compile run build + + ${project.version} +