From 02acab2610e94aead6fdf0964e0fe84f4f0706be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=81opatowski?= <lukasz.lopatowski@gmail.com> Date: Wed, 22 May 2024 22:56:48 +0200 Subject: [PATCH] Updated version to 1.7.0-SNAPSHOT --- build.gradle | 2 +- build_and_publish.sh | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 69a4f627..a443e538 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id "org.sonarqube" version "3.2.0" } -version = '1.6.1' +version = '1.7.0-SNAPSHOT' task buildGUI(type: Exec) { println 'Building using Angular CLI' diff --git a/build_and_publish.sh b/build_and_publish.sh index 9f0ab49e..9f47e37c 100644 --- a/build_and_publish.sh +++ b/build_and_publish.sh @@ -1,6 +1,6 @@ #!/bin/bash -TAG=1.6.1 +TAG=1.7.0 PACKAGE=nmaas-portal REPOSITORY=artifactory.geant.net/nmaas-docker-local sudo docker build --rm -t $REPOSITORY/$PACKAGE:$TAG -f ./Dockerfile .. diff --git a/package-lock.json b/package-lock.json index 0289977d..4746cc13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nmaas-portal", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a14f6b2b..4436f5d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nmaas-portal", - "version": "1.6.0", + "version": "1.7.0", "license": "Apache 2.0", "angular-cli": {}, "scripts": { -- GitLab