Skip to content

Commit

Permalink
Upgrade to 2.9.rc.79
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Feb 24, 2025
1 parent 4aa3d7f commit c3c7522
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONST_create_template/env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.9.rc.78
GEOMAPFISH_VERSION=2.9.rc.79
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.78',
version: '2.9.rc.79',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down
2 changes: 1 addition & 1 deletion env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.9.rc.78
GEOMAPFISH_VERSION=2.9.rc.79
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
1 change: 1 addition & 0 deletions geoportal/CONST_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,7 @@ vars:
style-src {content_security_policy_admin_style_src};
img-src {content_security_policy_admin_img_src};
worker-src {content_security_policy_admin_worker_src}'
Cache-Control: no-cache
- pattern: '^/getitfixed.*'
headers: *c2cgeoform_headers
- pattern: '^/static/.*'
Expand Down
2 changes: 1 addition & 1 deletion geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.78',
version: '2.9.rc.79',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down

0 comments on commit c3c7522

Please sign in to comment.