Merge branch 'master' of gitlab.com:domaindrivenarchitecture/c4k-nextcloud

This commit is contained in:
jerger 2022-02-25 16:24:24 +01:00
commit ed1127edfb
3 changed files with 5 additions and 5 deletions

View file

@ -92,7 +92,7 @@ upload-clj-release:
rules:
- if: '$CI_COMMIT_TAG != null'
script:
- lein deploy clojars
- lein deploy
release:
image: registry.gitlab.com/gitlab-org/release-cli:latest

View file

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

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-nextcloud "1.0.3-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-nextcloud "3.0.1-SNAPSHOT"
:description "nextcloud c4k-installation package"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"
@ -12,8 +12,8 @@
:resource-paths ["src/main/resources"]
:repositories [["snapshots" :clojars]
["releases" :clojars]]
:deploy-repositories [["snapshots" :clojars]
["releases" :clojars]]
:deploy-repositories [["snapshots" {:sign-releases false :url "https://clojars.org/repo"}]
["releases" {:sign-releases false :url "https://clojars.org/repo"}]]
:profiles {:test {:test-paths ["src/test/cljc"]
:resource-paths ["src/test/resources"]
:dependencies [[dda/data-test "0.1.1"]]}