diff --git a/CONST_create_template/env.default b/CONST_create_template/env.default index 035bd5af3..7a2d03095 100644 --- a/CONST_create_template/env.default +++ b/CONST_create_template/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.9.rc.44 +GEOMAPFISH_VERSION=2.9.rc.45 GEOMAPFISH_MAIN_VERSION=2.9 GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0 COMPOSE_PROJECT_NAME=geomapfish diff --git a/CONST_create_template/geoportal/webpack.apps.js b/CONST_create_template/geoportal/webpack.apps.js index ad6473ee8..a1b2df57d 100644 --- a/CONST_create_template/geoportal/webpack.apps.js +++ b/CONST_create_template/geoportal/webpack.apps.js @@ -23,7 +23,7 @@ for (const filename of ls( chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.9.rc.44', + version: '2.9.rc.45', cache_version: '${CACHE_VERSION}', }, }) diff --git a/env.default b/env.default index 035bd5af3..7a2d03095 100644 --- a/env.default +++ b/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.9.rc.44 +GEOMAPFISH_VERSION=2.9.rc.45 GEOMAPFISH_MAIN_VERSION=2.9 GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0 COMPOSE_PROJECT_NAME=geomapfish diff --git a/geoportal/webpack.apps.js b/geoportal/webpack.apps.js index ad6473ee8..a1b2df57d 100644 --- a/geoportal/webpack.apps.js +++ b/geoportal/webpack.apps.js @@ -23,7 +23,7 @@ for (const filename of ls( chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.9.rc.44', + version: '2.9.rc.45', cache_version: '${CACHE_VERSION}', }, })