We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0f4279 + 048732b commit 0f41c1aCopy full SHA for 0f41c1a
generators/generator-constants.js
@@ -23,8 +23,8 @@ const DEFAULT_SERVER_PROMPTS = {
23
24
const SCALA_LIBRARY_VERSION = '2.12.1';
25
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';
+const ENTANDO_BUNDLE_BOM_VERSION = '7.0.0';
+const ENTANDO_KEYCLOAK_DOCKER_IMAGE = 'entando/entando-keycloak:7.0.0';
28
29
module.exports = {
30
SQL_DB_OPTIONS,
0 commit comments