diff --git a/Dockerfile.tomcat b/Dockerfile.tomcat index 1b6b1741c..14bc19a2a 100644 --- a/Dockerfile.tomcat +++ b/Dockerfile.tomcat @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/entando/entando-tomcat-base:v7.5.1 +FROM registry.hub.docker.com/entando/entando-tomcat-base:7.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.2" \ 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 5e4109c9a..f13715026 100644 --- a/admin-console/pom.xml +++ b/admin-console/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 org.entando.entando entando-admin-console diff --git a/cds-plugin/pom.xml b/cds-plugin/pom.xml index 3e6d56842..a70897c1a 100644 --- a/cds-plugin/pom.xml +++ b/cds-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 entando-plugin-jpcds org.entando.entando.plugins diff --git a/cms-plugin/pom.xml b/cms-plugin/pom.xml index a675ac7bf..ec7582449 100644 --- a/cms-plugin/pom.xml +++ b/cms-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 org.entando.entando.plugins entando-plugin-jacms diff --git a/contentscheduler-plugin/pom.xml b/contentscheduler-plugin/pom.xml index 730d60b34..359af2e14 100644 --- a/contentscheduler-plugin/pom.xml +++ b/contentscheduler-plugin/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 entando-plugin-jpcontentscheduler org.entando.entando.plugins diff --git a/contentworkflow-plugin/pom.xml b/contentworkflow-plugin/pom.xml index a2b59bd10..7b0d97306 100644 --- a/contentworkflow-plugin/pom.xml +++ b/contentworkflow-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 entando-plugin-jpcontentworkflow org.entando.entando.plugins diff --git a/engine/pom.xml b/engine/pom.xml index 354e9d082..9b465efb9 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 org.entando.entando entando-engine diff --git a/keycloak-plugin/keycloak/docker-compose.yml b/keycloak-plugin/keycloak/docker-compose.yml index 6d6f1d033..cfc9954a5 100644 --- a/keycloak-plugin/keycloak/docker-compose.yml +++ b/keycloak-plugin/keycloak/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: keycloak-dev: - image: entando/entando-keycloak:v7.5.0 + image: entando/entando-keycloak:7.5.0 container_name: dev-docker-keycloak24 ports: - "127.0.0.1:9080:8080" diff --git a/keycloak-plugin/pom.xml b/keycloak-plugin/pom.xml index 69af70842..231cb1b9d 100644 --- a/keycloak-plugin/pom.xml +++ b/keycloak-plugin/pom.xml @@ -5,7 +5,7 @@ app-engine org.entando - 7.5.1-SNAPSHOT + 7.5.2 org.entando.entando entando-keycloak-auth diff --git a/mail-plugin/pom.xml b/mail-plugin/pom.xml index a89e11123..8636c79ae 100644 --- a/mail-plugin/pom.xml +++ b/mail-plugin/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 entando-plugin-jpmail org.entando.entando.plugins diff --git a/pom.xml b/pom.xml index b2f67970a..ae1e3ecad 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 pom diff --git a/portal-ui/pom.xml b/portal-ui/pom.xml index 7a036d171..d21d373a8 100644 --- a/portal-ui/pom.xml +++ b/portal-ui/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 org.entando.entando entando-portal-ui diff --git a/redis-plugin/pom.xml b/redis-plugin/pom.xml index cb7344443..4e7748dca 100644 --- a/redis-plugin/pom.xml +++ b/redis-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 entando-plugin-jpredis org.entando.entando.plugins diff --git a/seo-plugin/pom.xml b/seo-plugin/pom.xml index 45f342a2c..9466ece9f 100644 --- a/seo-plugin/pom.xml +++ b/seo-plugin/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 entando-plugin-jpseo org.entando.entando.plugins diff --git a/solr-plugin/pom.xml b/solr-plugin/pom.xml index 0fbb24367..62e989efe 100644 --- a/solr-plugin/pom.xml +++ b/solr-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 entando-plugin-jpsolr org.entando.entando.plugins diff --git a/versioning-plugin/pom.xml b/versioning-plugin/pom.xml index 88f70ecc9..bf5bd844c 100644 --- a/versioning-plugin/pom.xml +++ b/versioning-plugin/pom.xml @@ -4,7 +4,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 entando-plugin-jpversioning org.entando.entando.plugins diff --git a/webapp/pom.xml b/webapp/pom.xml index e8e21117a..10d9be297 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 org.entando.entando webapp diff --git a/webdynamicform-plugin/pom.xml b/webdynamicform-plugin/pom.xml index c140bc16b..08c7a577a 100644 --- a/webdynamicform-plugin/pom.xml +++ b/webdynamicform-plugin/pom.xml @@ -5,7 +5,7 @@ org.entando app-engine - 7.5.1-SNAPSHOT + 7.5.2 org.entando.entando.plugins entando-plugin-jpwebdynamicform