Skip to content
Snippets Groups Projects
Commit 4728e61c authored by Łukasz Łopatowski's avatar Łukasz Łopatowski
Browse files

Updated version back to 1.6.2-SNAPSHOT

parent b4d85ae0
Branches
Tags
No related merge requests found
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 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) from the European Union’s Horizon 2020 research and innovation programme under Grant Agreement No. 731122 (GN4-2)
......
...@@ -13,7 +13,7 @@ repositories { ...@@ -13,7 +13,7 @@ repositories {
mavenCentral() mavenCentral()
} }
version = '1.7.-SNAPSHOT' version = '1.6.2-SNAPSHOT'
group = 'net.geant.nmaas' group = 'net.geant.nmaas'
java { java {
......
#!/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
{ {
"versions" : [ "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", "verNo" : "1.6.1",
"date" : "(2024/05/22)", "date" : "(2024/05/22)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment