Skip to content
Snippets Groups Projects
Unverified Commit 7ca89323 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski Committed by GitHub
Browse files

Merge pull request #90 from nmaas-platform/release/1.5.3

Release/1.5.3
parents 75be7eee 7c3d16d6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ plugins {
id 'org.springframework.boot' version '2.7.12'
id 'io.spring.dependency-management' version '1.1.0'
id 'com.gorylenko.gradle-git-properties' version '2.4.1'
id 'org.sonarqube' version '3.2.0'
id 'org.sonarqube' version '3.3'
id 'com.google.protobuf' version '0.9.3'
}
......@@ -13,7 +13,7 @@ repositories {
mavenCentral()
}
version = '1.5.3-SNAPSHOT'
version = '1.5.3'
group = 'net.geant.nmaas'
java {
......@@ -188,12 +188,12 @@ tasks.register('integrationTest', Test) {
jacoco {
toolVersion = "0.8.8"
reportsDirectory = layout.buildDirectory.dir('customJacocoReportDir')
reportsDirectory = layout.buildDirectory.dir('jacoco')
}
jacocoTestReport {
reports {
xml.required = false
xml.required = true
csv.required = false
html.outputLocation = layout.buildDirectory.dir('jacocoHtml')
}
......
......@@ -2,12 +2,22 @@
"versions" : [
{
"verNo" : "1.5.3",
"date" : "(2023/06/xx)",
"date" : "(2023/06/30)",
"topic" : [
{
"title": "TDB",
"title": "Fixed issue with adding users to domain",
"tags": "[Bugfix]",
"description": "TBD"
"description": "Fixed issue with searching for users by their email address."
},
{
"title" : "New applications specification via a JSON file",
"tags" : "[Enhancement]",
"description" : "Added possibility of adding definitions of new applications or new versions of existing applications by uploading raw JSON content."
},
{
"title" : "Portal layout improvements",
"tags" : "[Enhancement]",
"description" : "Applied some layout improvements to several views mostly for system and domain administrator users."
}
]
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment