From ce96fbf011db41eedc727e18c973058972f2094d Mon Sep 17 00:00:00 2001 From: ffalqui Date: Wed, 8 Jul 2026 17:03:38 +0200 Subject: [PATCH] ESB-1174 bump to version 7.5.1 --- Dockerfile.tomcat | 4 ++-- admin-console/pom.xml | 2 +- cds-plugin/pom.xml | 2 +- cms-plugin/pom.xml | 2 +- contentscheduler-plugin/pom.xml | 2 +- contentworkflow-plugin/pom.xml | 2 +- engine/pom.xml | 2 +- keycloak-plugin/pom.xml | 2 +- mail-plugin/pom.xml | 2 +- pom.xml | 2 +- portal-ui/pom.xml | 2 +- redis-plugin/pom.xml | 2 +- seo-plugin/pom.xml | 2 +- solr-plugin/pom.xml | 2 +- versioning-plugin/pom.xml | 2 +- webapp/pom.xml | 2 +- webdynamicform-plugin/pom.xml | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Dockerfile.tomcat b/Dockerfile.tomcat index 806b42538..b49994fa1 100644 --- a/Dockerfile.tomcat +++ b/Dockerfile.tomcat @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/entando/entando-tomcat-base:v7.5.1-ESB-1170-PR-37-BB-release-2F-7.5 +FROM registry.hub.docker.com/entando/entando-tomcat-base:v7.5.1 ARG VERSION ### Required OpenShift Labels @@ -6,7 +6,7 @@ LABEL name="Entando App" \ maintainer="dev@entando.com" \ vendor="Entando Inc." \ version="${VERSION}" \ - release="7.5.0" \ + release="7.5.1" \ summary="Entando Application" \ description="This Entando app engine application provides APIs and composition for Entando applications" diff --git a/admin-console/pom.xml b/admin-console/pom.xml index 48daac9ab..b965995bc 100644 --- a/admin-console/pom.xml +++ b/admin-console/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 org.entando.entando entando-admin-console diff --git a/cds-plugin/pom.xml b/cds-plugin/pom.xml index a887610ee..b2022645b 100644 --- a/cds-plugin/pom.xml +++ b/cds-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 entando-plugin-jpcds org.entando.entando.plugins diff --git a/cms-plugin/pom.xml b/cms-plugin/pom.xml index 47e4e8ccf..6029cd783 100644 --- a/cms-plugin/pom.xml +++ b/cms-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 org.entando.entando.plugins entando-plugin-jacms diff --git a/contentscheduler-plugin/pom.xml b/contentscheduler-plugin/pom.xml index d66e5d53c..809acc23e 100644 --- a/contentscheduler-plugin/pom.xml +++ b/contentscheduler-plugin/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 entando-plugin-jpcontentscheduler org.entando.entando.plugins diff --git a/contentworkflow-plugin/pom.xml b/contentworkflow-plugin/pom.xml index ea1a9c97a..0d6218cc3 100644 --- a/contentworkflow-plugin/pom.xml +++ b/contentworkflow-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 entando-plugin-jpcontentworkflow org.entando.entando.plugins diff --git a/engine/pom.xml b/engine/pom.xml index ff44e9c88..cc9263bb0 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 org.entando.entando entando-engine diff --git a/keycloak-plugin/pom.xml b/keycloak-plugin/pom.xml index 2551c8a8f..cc4712cb2 100644 --- a/keycloak-plugin/pom.xml +++ b/keycloak-plugin/pom.xml @@ -5,7 +5,7 @@ app-engine org.entando - 7.5.0 + 7.5.1 org.entando.entando entando-keycloak-auth diff --git a/mail-plugin/pom.xml b/mail-plugin/pom.xml index de614465a..26fb2164a 100644 --- a/mail-plugin/pom.xml +++ b/mail-plugin/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 entando-plugin-jpmail org.entando.entando.plugins diff --git a/pom.xml b/pom.xml index 24bba0bcd..a9917bdd9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 pom diff --git a/portal-ui/pom.xml b/portal-ui/pom.xml index f52387bc3..bda7851b1 100644 --- a/portal-ui/pom.xml +++ b/portal-ui/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 org.entando.entando entando-portal-ui diff --git a/redis-plugin/pom.xml b/redis-plugin/pom.xml index a6ed69329..280829729 100644 --- a/redis-plugin/pom.xml +++ b/redis-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 entando-plugin-jpredis org.entando.entando.plugins diff --git a/seo-plugin/pom.xml b/seo-plugin/pom.xml index 89d16b62e..d47f2c8d2 100644 --- a/seo-plugin/pom.xml +++ b/seo-plugin/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 entando-plugin-jpseo org.entando.entando.plugins diff --git a/solr-plugin/pom.xml b/solr-plugin/pom.xml index c87be98b4..35795f722 100644 --- a/solr-plugin/pom.xml +++ b/solr-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 entando-plugin-jpsolr org.entando.entando.plugins diff --git a/versioning-plugin/pom.xml b/versioning-plugin/pom.xml index 21da994a9..ca7e9c5b6 100644 --- a/versioning-plugin/pom.xml +++ b/versioning-plugin/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 entando-plugin-jpversioning org.entando.entando.plugins diff --git a/webapp/pom.xml b/webapp/pom.xml index 88ad13c0f..04ad7d2ee 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 org.entando.entando webapp diff --git a/webdynamicform-plugin/pom.xml b/webdynamicform-plugin/pom.xml index e62dac276..4530ab159 100644 --- a/webdynamicform-plugin/pom.xml +++ b/webdynamicform-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.0 + 7.5.1 org.entando.entando.plugins entando-plugin-jpwebdynamicform