From a419e114c66cfdc70a3ad2c3581df9e45a3acc66 Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Tue, 4 Feb 2025 01:30:50 -0300 Subject: [PATCH] Upgrade GeoServer ACL 2.3.1 -> 2.4-SNAPSHOT --- compose/localports.yml | 3 +++ src/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/compose/localports.yml b/compose/localports.yml index 8812fdfc5..a528c7979 100644 --- a/compose/localports.yml +++ b/compose/localports.yml @@ -3,6 +3,9 @@ # Port numbers match the ones in the `local` spring profile used for development. services: # catalog microservice, provides a unified catalog backend to all services + acl: + ports: + - 9000:8080 wfs: ports: - 9101:8080 diff --git a/src/pom.xml b/src/pom.xml index 35da11ac4..9d3f13452 100644 --- a/src/pom.xml +++ b/src/pom.xml @@ -27,7 +27,7 @@ 2.18.2 2.27.0-SNAPSHOT 33-SNAPSHOT - 2.3.1 + 2.4-SNAPSHOT 42.7.3 4.1.113.Final