diff --git a/Dockerfile.jvm b/Dockerfile.jvm
index e124dd5..45e069e 100644
--- a/Dockerfile.jvm
+++ b/Dockerfile.jvm
@@ -1,9 +1,9 @@
-FROM entando/entando-k8s-operator-common:7.3.0-rc2
+FROM entando/entando-k8s-operator-common:7.3.0
ARG VERSION
LABEL name="Entando K8S App Controller" \
vendor="Entando" \
version="v${VERSION}" \
- release="7.2" \
+ release="7.3" \
summary="This container processes the EntandoApp custom resource and deploys the specified Entando App Engine Docker image." \
description="This is a run-to-completion container. It processes new EntandoApp Custom \
Resources and deploys an instance of the specified Entando App Engine Docker image \
diff --git a/pom.xml b/pom.xml
index a4d4406..63de284 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
org.entando
entando-quarkus-parent
- 7.3.0-ENG-5269-PR-51
+ 7.3.0
7.3.0
@@ -64,7 +64,7 @@
entando-k8s
${github.organization}_${project.artifactId}
- 7.3.0-rc2
+ 7.3.0
true
in-process
smoke