Skip to content
Snippets Groups Projects
Commit 1db5caa7 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Updated core files for 1.4.3 release

parent e303e885
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ repositories { ...@@ -13,7 +13,7 @@ repositories {
mavenCentral() mavenCentral()
} }
version = '1.4.3-SNAPSHOT' version = '1.4.3'
group = 'net.geant.nmaas' group = 'net.geant.nmaas'
sourceCompatibility = 1.8 sourceCompatibility = 1.8
......
...@@ -9,7 +9,7 @@ Platform exposes a REST API consumed by the NMaaS Portal GUI. ...@@ -9,7 +9,7 @@ Platform exposes a REST API consumed by the NMaaS Portal GUI.
--- ---
* Java 8 * Java 8
* Spring 5 * Spring 5
* Spring Boot (2.4.1) * Spring Boot (2.4.5)
* freemarker (2.3.30) * freemarker (2.3.30)
* Google Guava (30.0) * Google Guava (30.0)
* Log4j2 (2.11.1) * Log4j2 (2.11.1)
......
{"versions" : [ {"versions" : [
{
"verNo" : "1.4.3",
"date" : "(2021/07/20)",
"topic" : [
{
"title" : "Enhanced application instance public access method",
"tags" : "[Enhancement]",
"description" : "Application public access URL includes custom instance name instead of the random UUID."
},
{
"title" : "Enhanced administrator views for adding new applications",
"tags" : "[Enhancement]",
"description" : "Introduced advanced option for configuration wizard definition."
},
{
"title" : "Enhanced new domain request form",
"tags" : "[Enhancement]",
"description" : "Added new VPN-setup related fields to the new domain request form."
},
{
"title" : "Fixed issue with application version selection",
"tags" : "[Bugfix]",
"description" : "Fixed issue related with allowing only active application versions to be deployed."
}
]
},
{ {
"verNo" : "1.4.2", "verNo" : "1.4.2",
"date" : "(2021/05/11)", "date" : "(2021/05/11)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment