From 757fcee0e6cebb30188dbe6b3a206666bee83e5b Mon Sep 17 00:00:00 2001
From: llopat <llopat@man.poznan.pl>
Date: Wed, 15 Jan 2025 09:51:47 +0100
Subject: [PATCH 1/2] Updated version to 1.6.5

---
 build.gradle                      | 2 +-
 src/main/resources/changelog.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index c6cab993e..8241fcc59 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ repositories {
     mavenCentral()
 }
 
-version = '1.6.5-SNAPSHOT'
+version = '1.6.5'
 group = 'net.geant.nmaas'
 
 java {
diff --git a/src/main/resources/changelog.json b/src/main/resources/changelog.json
index 762609969..9f84767e0 100644
--- a/src/main/resources/changelog.json
+++ b/src/main/resources/changelog.json
@@ -2,7 +2,7 @@
   "versions" : [
     {
       "verNo" : "1.6.5",
-      "date" : "(2025/01/14)",
+      "date" : "(2025/01/15)",
       "topic" : [
         {
           "title" : "Improved bulk application deployment process",
-- 
GitLab


From 2b0a980c927c33980e47f773b72b0708349d318a Mon Sep 17 00:00:00 2001
From: llopat <llopat@man.poznan.pl>
Date: Wed, 15 Jan 2025 09:55:52 +0100
Subject: [PATCH 2/2] Updated readme

---
 docs/DEVELOPMENT.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md
index 8bf324f38..a6c717ff3 100644
--- a/docs/DEVELOPMENT.md
+++ b/docs/DEVELOPMENT.md
@@ -52,9 +52,4 @@ Script will load the following data:
 
 A dedicated Helm chart has been developed to ease the nmaas installation inside a Kubernetes cluster.
 This way both the supported network management applications and the nmaas core components can be installed within a single K8s cluster.
-For more information please contact the [nmaas Team](mailto:nmaas-team@lists.geant.org).
-
-
-### Building and uploading nmaas Platform Docker image
-
-In order to build the nmaas Platform Docker image first alter the *build_and_publish.sh* with custom *REPOSITORY*, *PACKAGE* and *TAG* values and execute *build_and_publish.sh* to automatically build and publish *nmaas-platform* image to selected Docker repository.
+For more information please contact the [nmaas Team](mailto:nmaas-team@lists.geant.org).
\ No newline at end of file
-- 
GitLab