Skip to content

Commit

Permalink
Merge pull request #370 from groldan/dependency/acl_2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Dependency upgrade gs-acl:1.2.0 -> 2.0-SNAPSHOT
  • Loading branch information
groldan authored Nov 15, 2023
2 parents 2bbb526 + 6bdd33e commit 22494f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# docker-compose default environment variable values
COMPOSE_PROJECT_NAME=gscloud
TAG=1.5-SNAPSHOT
ACL_TAG=2.0-SNAPSHOT
GS_USER="1000:1000"
BASE_PATH=/geoserver/cloud
DEFAULT_PROFILES="default"
DEFAULT_PROFILES="acl"
EUREKA_SERVER_URL=http://discovery:8761/eureka
JDBCCONFIG_DBNAME=geoserver_config
JDBCCONFIG_URL=jdbc:postgresql://database:5432/${JDBCCONFIG_DBNAME}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ services:
memory: 1G

acl:
image: geoservercloud/geoserver-acl:1.2.0
image: geoservercloud/geoserver-acl:${ACL_TAG}
volumes:
- ./config/acl-service.yml:/opt/app/bin/acl.yml
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<gs.version>2.24.0-CLOUD</gs.version>
<gs.community.version>2.24.0-CLOUD</gs.community.version>
<gt.version>30.0</gt.version>
<acl.version>1.2.0</acl.version>
<acl.version>2.0-SNAPSHOT</acl.version>
<!-- Downgrade netty.version used by spring-boot to the one used by geoserver azure client
(software.amazon.awssdk:netty-nio-client:jar:2.9.24) for COG and GWC Azure plugin -->
<netty.version>4.1.41.Final</netty.version>
Expand Down

0 comments on commit 22494f6

Please sign in to comment.