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
4728e61c
Commit
4728e61c
authored
1 year ago
by
Łukasz Łopatowski
Browse files
Options
Downloads
Patches
Plain Diff
Updated version back to 1.6.2-SNAPSHOT
parent
b4d85ae0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
NOTICE
+1
-1
1 addition, 1 deletion
NOTICE
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
build_and_publish.sh
+0
-7
0 additions, 7 deletions
build_and_publish.sh
src/main/resources/changelog.json
+11
-0
11 additions, 0 deletions
src/main/resources/changelog.json
with
13 additions
and
9 deletions
NOTICE
+
1
−
1
View file @
4728e61c
Copyright 202
3
GÉANT Association
Copyright 202
4
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)
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
1
−
1
View file @
4728e61c
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
build_and_publish.sh
deleted
100644 → 0
+
0
−
7
View file @
b4d85ae0
#!/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
This diff is collapsed.
Click to expand it.
src/main/resources/changelog.json
+
11
−
0
View file @
4728e61c
{
{
"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)"
,
...
...
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