diff --git a/pom.xml b/pom.xml
index 268b3c9..3a0949d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
4.0.0
de.conterra.devnet
mapapps-welcome
- 2.1.1-SNAPSHOT
+ 2.1.1
jar
diff --git a/src/main/js/bundles/dn_welcome/manifest.json b/src/main/js/bundles/dn_welcome/manifest.json
index 7d03b2e..733ec1e 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": "2.1.1-SNAPSHOT",
+ "version": "2.1.1",
"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": "2.1.1-SNAPSHOT"
+ "dompurify-bundle": "2.1.1"
},
"optionalDependencies": {
"dn_intro": "^3.0.0"
diff --git a/src/main/js/bundles/dompurify-bundle/manifest.json b/src/main/js/bundles/dompurify-bundle/manifest.json
index a00d672..21f3fa9 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": "2.1.1-SNAPSHOT",
+ "version": "2.1.1",
"title": "DOMPurify",
"description": "DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG.",
"main": "index",