From e931bc52c960922c235341851f81472b9acb82eb Mon Sep 17 00:00:00 2001 From: matthiasstein Date: Thu, 11 Jan 2024 13:32:27 +0000 Subject: [PATCH] [update-version] to 4.16.0 --- 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 589ab2e..f356cbc 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 de.conterra.devnet mapapps-devnet-blueprint - 4.16.0-SNAPSHOT + 4.16.0 jar diff --git a/src/main/js/bundles/sample_helloworld/manifest.json b/src/main/js/bundles/sample_helloworld/manifest.json index aa5a586..d018ad2 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.16.0-SNAPSHOT", + "version": "4.16.0", "title": "${bundleName}", "description": "${bundleDescription}", "vendor": "con terra GmbH",