From 2a6c97c4a67f0e5a29cc161c8f2e6bd3da392f2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20=C5=81opatowski?=
 <lukasz.lopatowski@gmail.com>
Date: Wed, 21 Dec 2022 12:10:52 +0100
Subject: [PATCH] Updated version to 1.5.2-SNAPSHOT

---
 build.gradle      | 2 +-
 package-lock.json | 6 +++---
 package.json      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/build.gradle b/build.gradle
index 375cfe1c..e72f4a3e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ plugins {
 	id "org.sonarqube" version "3.2.0"
 }
 
-version = '1.5.1'
+version = '1.5.2-SNAPSHOT'
 
 task buildGUI(type: Exec) {
 	println 'Building using Angular CLI'
diff --git a/package-lock.json b/package-lock.json
index d2d89266..45997a08 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,13 +1,13 @@
 {
   "name": "nmaas-portal",
-  "version": "1.5.1",
+  "version": "1.5.2-SNAPSHOT",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "nmaas-portal",
-      "version": "1.5.1",
-      "license": "-",
+      "version": "1.5.2-SNAPSHOT",
+      "license": "Apache 2.0",
       "dependencies": {
         "@angular/animations": "11.2.14",
         "@angular/cdk": "^11.2.13",
diff --git a/package.json b/package.json
index be946478..603e71f8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "nmaas-portal",
-  "version": "1.5.1",
-  "license": "-",
+  "version": "1.5.2-SNAPSHOT",
+  "license": "Apache 2.0",
   "angular-cli": {},
   "scripts": {
     "ng": "ng",
-- 
GitLab