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
No related branches found
No related tags found
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
from the European Union’s Horizon 2020 research and innovation programme under Grant Agreement No. 731122 (GN4-2)
......
......@@ -13,7 +13,7 @@ repositories {
mavenCentral()
}
version = '1.7.-SNAPSHOT'
version = '1.6.2-SNAPSHOT'
group = 'net.geant.nmaas'
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" : [
{
"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)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment