From 57f8460313a2abda4709b72ddf1f030524ed9ab0 Mon Sep 17 00:00:00 2001 From: matthiasstein Date: Fri, 27 Jan 2023 13:13:14 +0000 Subject: [PATCH] [update-version] to 4.14.3-SNAPSHOT --- pom.xml | 2 +- src/main/js/bundles/sample_helloworld/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1063e27..ab7964e 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 de.conterra.devnet mapapps-devnet-blueprint - 4.14.2 + 4.14.3-SNAPSHOT jar diff --git a/src/main/js/bundles/sample_helloworld/manifest.json b/src/main/js/bundles/sample_helloworld/manifest.json index 27bec3d..40313e4 100644 --- a/src/main/js/bundles/sample_helloworld/manifest.json +++ b/src/main/js/bundles/sample_helloworld/manifest.json @@ -1,6 +1,6 @@ { "name": "sample_helloworld", - "version": "4.14.2", + "version": "4.14.3-SNAPSHOT", "title": "${bundleName}", "description": "${bundleDescription}", "vendor": "con terra GmbH",