You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/04/08 17:59:39 UTC

[streampipes] 04/04: [release] remove SNAPSHOT version from UI

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch rel/0.91.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 6db7e23c823e15e0c87f3bc3592a95cbe3a3b726
Author: Tim <bo...@posteo.de>
AuthorDate: Sat Apr 8 19:56:59 2023 +0200

    [release] remove SNAPSHOT version from UI
---
 ui/package-lock.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/package-lock.json b/ui/package-lock.json
index 71f2cb2d1..08198a7da 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "apache-streampipes",
-  "version": "0.91.0-SNAPSHOT",
+  "version": "0.91.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "apache-streampipes",
-      "version": "0.91.0-SNAPSHOT",
+      "version": "0.91.0",
       "hasInstallScript": true,
       "dependencies": {
         "@angular-architects/module-federation": "^14.3.14",