Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENGPM-555 Upgrade of pom.xml and Dockerfile #99

Merged
merged 2 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.entando</groupId>
<artifactId>entando-quarkus-parent</artifactId>
<version>7.3.0-ENG-5269-PR-51</version>
<version>7.3.0</version>
<relativePath/>
</parent>
<version>7.3.0</version>
Expand Down Expand Up @@ -64,7 +64,7 @@
<properties>
<github.organization>entando-k8s</github.organization>
<sonar.projectKey>${github.organization}_${project.artifactId}</sonar.projectKey>
<entando-k8s-operator-common.version>7.3.0-rc2</entando-k8s-operator-common.version>
<entando-k8s-operator-common.version>7.3.0</entando-k8s-operator-common.version>
<skipLicenseDownload>true</skipLicenseDownload>
<preDeploymentTestGroups>in-process</preDeploymentTestGroups>
<postDeploymentTestGroups>smoke</postDeploymentTestGroups>
Expand Down
Loading