Skip to content

Commit dfddaad

Browse files
author
Continuous integration
committed
Upgrade to 2.7.1.8
1 parent eb24f4f commit dfddaad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONST_create_template/env.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default values for c2cgeoportal
2-
GEOMAPFISH_VERSION=2.7.1.7
2+
GEOMAPFISH_VERSION=2.7.1.8
33
GEOMAPFISH_MAIN_VERSION=2.7
44
GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1
55
COMPOSE_PROJECT_NAME=geomapfish

CONST_create_template/geoportal/webpack.apps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n
2121
chunks: [name],
2222
vars: {
2323
entry_point: '${VISIBLE_ENTRY_POINT}',
24-
version: '2.7.1.7',
24+
version: '2.7.1.8',
2525
cache_version: '${CACHE_VERSION}',
2626
},
2727
})

env.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default values for c2cgeoportal
2-
GEOMAPFISH_VERSION=2.7.1.7
2+
GEOMAPFISH_VERSION=2.7.1.8
33
GEOMAPFISH_MAIN_VERSION=2.7
44
GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1
55
COMPOSE_PROJECT_NAME=geomapfish

geoportal/webpack.apps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n
2121
chunks: [name],
2222
vars: {
2323
entry_point: '${VISIBLE_ENTRY_POINT}',
24-
version: '2.7.1.7',
24+
version: '2.7.1.8',
2525
cache_version: '${CACHE_VERSION}',
2626
},
2727
})

0 commit comments

Comments
 (0)