From 4728e61c918ca64f4624b324bbf0d99748e6909c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=81opatowski?= <lukasz.lopatowski@gmail.com> Date: Thu, 4 Jul 2024 16:39:51 +0200 Subject: [PATCH] Updated version back to 1.6.2-SNAPSHOT --- NOTICE | 2 +- build.gradle | 2 +- build_and_publish.sh | 7 ------- src/main/resources/changelog.json | 11 +++++++++++ 4 files changed, 13 insertions(+), 9 deletions(-) delete mode 100644 build_and_publish.sh diff --git a/NOTICE b/NOTICE index 077703a2e..93fafe44c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright 2023 GÉANT Association +Copyright 2024 GÉANT Association Contributions to this work were made on behalf of the GÉANT project, a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under Grant Agreement No. 731122 (GN4-2) diff --git a/build.gradle b/build.gradle index eb6c9ba69..dc58eebd2 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { mavenCentral() } -version = '1.7.-SNAPSHOT' +version = '1.6.2-SNAPSHOT' group = 'net.geant.nmaas' java { diff --git a/build_and_publish.sh b/build_and_publish.sh deleted file mode 100644 index 712a57ed6..000000000 --- a/build_and_publish.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -TAG=1.7.0 -PACKAGE=nmaas-platform -REPOSITORY=artifactory.geant.net/nmaas-docker-local -sudo docker build --rm -t $REPOSITORY/$PACKAGE:$TAG -f ./Dockerfile .. -sudo docker push $REPOSITORY/$PACKAGE:$TAG diff --git a/src/main/resources/changelog.json b/src/main/resources/changelog.json index 9c765bbec..a49d6c2c5 100644 --- a/src/main/resources/changelog.json +++ b/src/main/resources/changelog.json @@ -1,5 +1,16 @@ { "versions" : [ + { + "verNo" : "1.6.2", + "date" : "(2024/07/xx)", + "topic" : [ + { + "title" : "Fixed issue with displaying user details view", + "tags" : "[Bugfix]", + "description" : "Fix was applied to used password handling component affecting few views." + } + ] + }, { "verNo" : "1.6.1", "date" : "(2024/05/22)", -- GitLab