diff --git a/build.gradle b/build.gradle index e50c4a82f63775de9646c07e846bcb194631fb0f..0562ebb687d76ff2d149f868a019e7359b1acf5c 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/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 8bf324f38d2bcbda6cf91362df83ff597bf145f6..a6c717ff3189d8af9307127f01495ae500c231ed 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 diff --git a/src/main/resources/changelog.json b/src/main/resources/changelog.json index 762609969d3e56dfcf11c13e45d5fe07f7fd5a0a..9f84767e0382bd818c24ac5a5d7bc47dc14c4cfe 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",