From 0b74628ec6cc25aaf2c9add95da6e47caf677d67 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Mon, 12 Jun 2023 09:31:43 +0200 Subject: [PATCH] [DEMO] ui5.yaml: Use new 'component' type --- ui5.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ui5.yaml b/ui5.yaml index 7854b219f..e8efeb1ea 100644 --- a/ui5.yaml +++ b/ui5.yaml @@ -1,7 +1,11 @@ -specVersion: '2.0' +specVersion: '3.1' metadata: name: openui5-sample-app -type: application +type: component +resources: + configuration: + paths: + src: webapp framework: name: OpenUI5 version: "1.114.0"