Compare commits

..

No commits in common. "9e16cc38e03e46cd3aa4687f03c3293d85adb09d" and "d131b25313036312082d55bf5b5699ecaff9dc18" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ import logging
name = 'c4k-website' name = 'c4k-website'
MODULE = 'build' MODULE = 'build'
PROJECT_ROOT_PATH = '../..' PROJECT_ROOT_PATH = '../..'
version = "1.1.8-dev" version = "1.1.7-SNAPSHOT"
@init @init

View file

@ -2,7 +2,7 @@
"name": "c4k-website", "name": "c4k-website",
"description": "Generate c4k yaml for a website deployment.", "description": "Generate c4k yaml for a website deployment.",
"author": "meissa GmbH", "author": "meissa GmbH",
"version": "1.1.8-SNAPSHOT", "version": "1.1.7-SNAPSHOT",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme",
"repository": "https://www.npmjs.com/package/c4k-website", "repository": "https://www.npmjs.com/package/c4k-website",
"license": "APACHE2", "license": "APACHE2",
@ -28,6 +28,6 @@
}, },
"devDependencies": { "devDependencies": {
"shadow-cljs": "^2.11.18", "shadow-cljs": "^2.11.18",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.19"
} }
} }

View file

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