diff --git a/NOTICE b/NOTICE index 077703a2e2e012e4bee28dd7fb7a75dfd9de1fdf..93fafe44cbccd99420d824e0eb4417513ac1d43a 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 eb6c9ba6988c509f39cfa337f1f3b8e862b6349b..dc58eebd2155b8a580675b5ba04f494d819dba5e 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 712a57ed64dd627c7685e8d1e55e282ea0d72fb3..0000000000000000000000000000000000000000 --- 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 9c765bbec6f247898fdfdb8565a9040a7d700ba8..a49d6c2c5732ce99a47ad89198c6e977b6749155 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)",