Version 1.0.0
This commit is contained in:
parent
6eee5baa3d
commit
7a5383bbd1
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "c4k-shynet",
|
||||
"description": "Generate c4k yaml for a shynet deployment.",
|
||||
"author": "meissa GmbH",
|
||||
"version": "1.0.0-SNAPSHOT",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme",
|
||||
"repository": "https://www.npmjs.com/package/c4k-shynet",
|
||||
"license": "APACHE2",
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.0-SNAPSHOT"
|
||||
(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.0"
|
||||
:description "shynet c4k-installation package"
|
||||
:url "https://domaindrivenarchitecture.org"
|
||||
:license {:name "Apache License, Version 2.0"
|
||||
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
|
||||
:dependencies [[org.clojure/clojure "1.10.3"]
|
||||
[org.clojure/tools.reader "1.3.6"]
|
||||
[org.domaindrivenarchitecture/c4k-common-clj "1.1.0-SNAPSHOT"]
|
||||
[org.domaindrivenarchitecture/c4k-common-clj "1.1.0"]
|
||||
[hickory "0.7.1"]]
|
||||
:target-path "target/%s/"
|
||||
:source-paths ["src/main/cljc"
|
||||
|
|
Loading…
Reference in a new issue