diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index 4806836..4cbcc04 100644 --- a/infrastructure/backup/build.py +++ b/infrastructure/backup/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "c4k-cloud" MODULE = "backup" PROJECT_ROOT_PATH = "../.." -version = "7.0.1-SNAPSHOT" +version = "7.0.1" @init diff --git a/infrastructure/nextcloud/build.py b/infrastructure/nextcloud/build.py index 58827fc..88ab693 100644 --- a/infrastructure/nextcloud/build.py +++ b/infrastructure/nextcloud/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = 'c4k-cloud' MODULE = 'not_set' PROJECT_ROOT_PATH = '../..' -version = "7.0.1-SNAPSHOT" +version = "7.0.1" @init def initialize(project): diff --git a/package.json b/package.json index 85d98af..f7a76f5 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,33 @@ { - "name": "c4k-nextcloud", - "description": "Generate c4k yaml for a nextcloud deployment.", - "author": "meissa GmbH", - "version": "7.0.1-SNAPSHOT", - "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud#readme", - "repository": "https://www.npmjs.com/package/c4k-nextcloud", - "license": "APACHE2", - "main": "c4k-nextcloud.js", - "bin": { - "c4k-nextcloud": "./c4k-nextcloud.js" - }, - "keywords": [ - "cljs", - "nextcloud", - "k8s", - "c4k", - "deployment", - "yaml", - "convention4kubernetes" - ], - "bugs": { - "url": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud/issues" - }, - "dependencies": { - "js-base64": "^3.6.1", - "js-yaml": "^4.0.0" - }, - "devDependencies": { - "shadow-cljs": "^2.11.18", - "source-map-support": "^0.5.19" - } -} + "name": "c4k-nextcloud", + "description": "Generate c4k yaml for a nextcloud deployment.", + "author": "meissa GmbH", + "version": "7.0.1", + "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud#readme", + "repository": "https://www.npmjs.com/package/c4k-nextcloud", + "license": "APACHE2", + "main": "c4k-nextcloud.js", + "bin": { + "c4k-nextcloud": "./c4k-nextcloud.js" + }, + "keywords": [ + "cljs", + "nextcloud", + "k8s", + "c4k", + "deployment", + "yaml", + "convention4kubernetes" + ], + "bugs": { + "url": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud/issues" + }, + "dependencies": { + "js-base64": "^3.6.1", + "js-yaml": "^4.0.0" + }, + "devDependencies": { + "shadow-cljs": "^2.11.18", + "source-map-support": "^0.5.19" + } +} \ No newline at end of file diff --git a/project.clj b/project.clj index ad74600..4312e94 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-nextcloud "7.0.1-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-nextcloud "7.0.1" :description "nextcloud c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"