From 7f607685a5e8e9e7ffed142d61328ec30cc8cc63 Mon Sep 17 00:00:00 2001 From: banzuu <103417158+banzuu@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:42:58 +0200 Subject: [PATCH] Versionshebung auf 1.0.0 (#99) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Versionshebung root auf 1.0.0 * Versionshebung apigateway auf 1.0.0 * Versionshebung frontend pom auf 1.0.0 * Versionshebung frontend package.json auf 1.0.0 * Versionshebung root auf 1.0.0 * Fehler rückgängig gemacht --- apigateway/pom.xml | 2 +- frontend/package.json | 2 +- frontend/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apigateway/pom.xml b/apigateway/pom.xml index a6000a2d5..384b94a6d 100644 --- a/apigateway/pom.xml +++ b/apigateway/pom.xml @@ -6,7 +6,7 @@ de.muenchen.isi.apigateway isi-frontend-apigateway - 0.0.1-SNAPSHOT + 1.0.0 jar isi_frontend_apigateway Apigateway used by ISI Frontend diff --git a/frontend/package.json b/frontend/package.json index 87b580d4c..5b5286061 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "isi-frontend-frontend", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "serve": "vite", diff --git a/frontend/pom.xml b/frontend/pom.xml index 7bd1ccea4..59c79b923 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -13,7 +13,7 @@ de.muenchen.isi.frontend isi-frontend-frontend - 0.0.1-SNAPSHOT + 1.0.0 jar isi_frontend_frontend UI of ISI Frontend @@ -201,4 +201,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 57d10cba1..32752934a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.muenchen.isi isi-frontend - 0.0.1-SNAPSHOT + 1.0.0 isi_frontend pom