Compare commits

...

2 Commits

Author SHA1 Message Date
bom fff2c939d9 bump version to: 8.0.7-SNAPSHOT 2 months ago
bom e8cec9de8a release: 8.0.6 2 months ago

@ -6,7 +6,7 @@ from ddadevops import *
name = "c4k-cloud"
MODULE = "backup"
PROJECT_ROOT_PATH = "../.."
version = "8.0.6-dev"
version = "8.0.7-dev"
@init

@ -6,7 +6,7 @@ from ddadevops import *
name = 'c4k-cloud'
MODULE = 'not_set'
PROJECT_ROOT_PATH = '../..'
version = "8.0.6-dev"
version = "8.0.7-dev"
@init
def initialize(project):

@ -2,7 +2,7 @@
"name": "c4k-nextcloud",
"description": "Generate c4k yaml for a nextcloud deployment.",
"author": "meissa GmbH",
"version": "8.0.6-SNAPSHOT",
"version": "8.0.7-SNAPSHOT",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud#readme",
"repository": "https://www.npmjs.com/package/c4k-nextcloud",
"license": "APACHE2",

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-nextcloud "8.0.6-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-nextcloud "8.0.7-SNAPSHOT"
:description "nextcloud c4k-installation package"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"

Loading…
Cancel
Save