diff --git a/build.gradle b/build.gradle
index 375cfe1c5944a16f9eaf2c15159f1081916cbc13..e72f4a3e18acd34d00e13aa91c1def5b11aeab04 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 d2d89266c90627bf8cc33a816a4cfd1f3a8bbcf0..45997a0851ec9f4b4d7f7513fe72a4fecd4b837f 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 be946478446d2684b1e717c1915be5b8a0e91394..603e71f80d42bc7e861dec82b940910bafa68cf8 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",