Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Platform
Commits
1db5caa7
Commit
1db5caa7
authored
3 years ago
by
Lukasz Lopatowski
Browse files
Options
Downloads
Patches
Plain Diff
Updated core files for 1.4.3 release
parent
e303e885
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
readme.md
+1
-1
1 addition, 1 deletion
readme.md
src/main/resources/changelog.json
+26
-0
26 additions, 0 deletions
src/main/resources/changelog.json
with
28 additions
and
2 deletions
build.gradle
+
1
−
1
View file @
1db5caa7
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
readme.md
+
1
−
1
View file @
1db5caa7
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/changelog.json
+
26
−
0
View file @
1db5caa7
{
"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)"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment