Skip to content

Commit 0f41c1a

Browse files
Merge pull request #230 from entando/ENG-3143-7.0-release
ENG-3143 Updated versions for release 7.0.0
2 parents d0f4279 + 048732b commit 0f41c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generators/generator-constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const DEFAULT_SERVER_PROMPTS = {
2323

2424
const SCALA_LIBRARY_VERSION = '2.12.1';
2525
const MBKNOR_JACKSON_JSONSCHEMA_VERSION = '1.0.34';
26-
const ENTANDO_BUNDLE_BOM_VERSION = '7.0.0-ENG-3251-PR-9';
27-
const ENTANDO_KEYCLOAK_DOCKER_IMAGE = 'entando/entando-keycloak:7.0.0-ENG-3087-PR-23';
26+
const ENTANDO_BUNDLE_BOM_VERSION = '7.0.0';
27+
const ENTANDO_KEYCLOAK_DOCKER_IMAGE = 'entando/entando-keycloak:7.0.0';
2828

2929
module.exports = {
3030
SQL_DB_OPTIONS,

0 commit comments

Comments
 (0)