From b8bb6a2d34ce3d5322279fee9cad155c1a5d9d30 Mon Sep 17 00:00:00 2001 From: matthiasstein Date: Fri, 21 Jun 2024 07:33:13 +0000 Subject: [PATCH] [update-version] to 2.1.0 --- pom.xml | 2 +- src/main/js/bundles/dn_welcome/manifest.json | 4 ++-- src/main/js/bundles/dompurify-bundle/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 20bd581..8c3a193 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 de.conterra.devnet mapapps-welcome - 2.0.1-SNAPSHOT + 2.1.0 jar diff --git a/src/main/js/bundles/dn_welcome/manifest.json b/src/main/js/bundles/dn_welcome/manifest.json index 24cdae7..b3ba5d5 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.0.1-SNAPSHOT", + "version": "2.1.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": "2.0.1-SNAPSHOT" + "dompurify-bundle": "2.1.0" }, "optionalDependencies": { "dn_intro": "^2.0.5" diff --git a/src/main/js/bundles/dompurify-bundle/manifest.json b/src/main/js/bundles/dompurify-bundle/manifest.json index 60aa963..c9b9819 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.0.1-SNAPSHOT", + "version": "2.1.0", "title": "DOMPurify", "description": "DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG.", "main": "index",