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

Dependency upgrade gs-acl:1.2.0 -> 2.0-SNAPSHOT #370

Merged
merged 1 commit into from
Nov 15, 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
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
Loading