diff --git a/pom.xml b/pom.xml index 942dc9d..666fe59 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 de.conterra.devnet mapapps-welcome - 1.4.1-SNAPSHOT + 2.0.0 jar diff --git a/src/main/js/bundles/dn_welcome/manifest.json b/src/main/js/bundles/dn_welcome/manifest.json index 0f68e84..a02be40 100644 --- a/src/main/js/bundles/dn_welcome/manifest.json +++ b/src/main/js/bundles/dn_welcome/manifest.json @@ -1,6 +1,6 @@ { "name": "dn_welcome", - "version": "1.4.1-SNAPSHOT", + "version": "2.0.0", "title": "${bundleName}", "description": "${bundleDescription}", "i18n": ["bundle"], @@ -10,7 +10,7 @@ "apprt-vue": "^4.12.0", "apprt-binding": "^4.12.0", "apprt-vuetify": "^4.12.0", - "dompurify-bundle": "1.4.1-SNAPSHOT" + "dompurify-bundle": "2.0.0" }, "CSS-Themes-Extension": [ { diff --git a/src/main/js/bundles/dompurify-bundle/manifest.json b/src/main/js/bundles/dompurify-bundle/manifest.json index 54d54eb..5245a01 100644 --- a/src/main/js/bundles/dompurify-bundle/manifest.json +++ b/src/main/js/bundles/dompurify-bundle/manifest.json @@ -1,6 +1,6 @@ { "name": "dompurify-bundle", - "version": "1.4.1-SNAPSHOT", + "version": "2.0.0", "title": "DOMPurify", "description": "DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG.", "main": "index",