From 040ef0e1bdf8bdbd02935c825995fc2ca0e31272 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 18 Jan 2024 18:47:06 +0100 Subject: [PATCH 1/5] update deps --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6d82e86..8552eaa 100644 --- a/project.clj +++ b/project.clj @@ -25,7 +25,7 @@ :dependencies [[org.clojure/tools.cli "1.0.219"] [ch.qos.logback/logback-classic "1.4.14" :exclusions [com.sun.mail/javax.mail]] - [org.slf4j/jcl-over-slf4j "2.0.10"]]}} + [org.slf4j/jcl-over-slf4j "2.0.11"]]}} :release-tasks [["test"] ["vcs" "assert-committed"] ["change" "version" "leiningen.release/bump-version" "release"] From cc3f6dba740307ed0efca1c169f3c97d2047b128 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 18 Jan 2024 18:48:24 +0100 Subject: [PATCH 2/5] release: 3.1.3 --- infrastructure/backup/build.py | 2 +- infrastructure/federated/build.py | 2 +- package.json | 2 +- project.clj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index c59566f..c10fab4 100644 --- a/infrastructure/backup/build.py +++ b/infrastructure/backup/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "c4k-forgejo" MODULE = "backup" PROJECT_ROOT_PATH = "../.." -version = "3.1.3-dev" +version = "3.1.3" @init diff --git a/infrastructure/federated/build.py b/infrastructure/federated/build.py index fdeb59f..a33e47c 100644 --- a/infrastructure/federated/build.py +++ b/infrastructure/federated/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = 'c4k-forgejo' MODULE = 'federated' PROJECT_ROOT_PATH = '../..' -version = "3.1.3-dev" +version = "3.1.3" @init def initialize(project): diff --git a/package.json b/package.json index b5d2fdf..99c8929 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-forgejo", "description": "Generate c4k yaml for a forgejo deployment.", "author": "meissa GmbH", - "version": "3.1.3-SNAPSHOT", + "version": "3.1.3", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo#readme", "repository": "https://www.npmjs.com/package/c4k-forgejo", "license": "APACHE2", diff --git a/project.clj b/project.clj index 8552eaa..37ec61a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.3-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.3" :description "forgejo c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From a5aa79b3ab3f52fd1fc85ee5a97bb188eaa54bdd Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 18 Jan 2024 18:48:24 +0100 Subject: [PATCH 3/5] bump version to: 3.1.4-SNAPSHOT --- infrastructure/backup/build.py | 2 +- infrastructure/federated/build.py | 2 +- package.json | 2 +- project.clj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index c10fab4..43f1635 100644 --- a/infrastructure/backup/build.py +++ b/infrastructure/backup/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "c4k-forgejo" MODULE = "backup" PROJECT_ROOT_PATH = "../.." -version = "3.1.3" +version = "3.1.4-dev" @init diff --git a/infrastructure/federated/build.py b/infrastructure/federated/build.py index a33e47c..bacfc0d 100644 --- a/infrastructure/federated/build.py +++ b/infrastructure/federated/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = 'c4k-forgejo' MODULE = 'federated' PROJECT_ROOT_PATH = '../..' -version = "3.1.3" +version = "3.1.4-dev" @init def initialize(project): diff --git a/package.json b/package.json index 99c8929..0720458 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-forgejo", "description": "Generate c4k yaml for a forgejo deployment.", "author": "meissa GmbH", - "version": "3.1.3", + "version": "3.1.4-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo#readme", "repository": "https://www.npmjs.com/package/c4k-forgejo", "license": "APACHE2", diff --git a/project.clj b/project.clj index 37ec61a..4622e76 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.3" +(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.4-SNAPSHOT" :description "forgejo c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From b939a8b2a1ad0619ce5803d4760b37deadbad676 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 18 Jan 2024 19:29:34 +0100 Subject: [PATCH 4/5] release: 3.1.4 --- infrastructure/backup/build.py | 2 +- infrastructure/federated/build.py | 2 +- package.json | 2 +- project.clj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index 43f1635..9d7afff 100644 --- a/infrastructure/backup/build.py +++ b/infrastructure/backup/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "c4k-forgejo" MODULE = "backup" PROJECT_ROOT_PATH = "../.." -version = "3.1.4-dev" +version = "3.1.4" @init diff --git a/infrastructure/federated/build.py b/infrastructure/federated/build.py index bacfc0d..ceeea78 100644 --- a/infrastructure/federated/build.py +++ b/infrastructure/federated/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = 'c4k-forgejo' MODULE = 'federated' PROJECT_ROOT_PATH = '../..' -version = "3.1.4-dev" +version = "3.1.4" @init def initialize(project): diff --git a/package.json b/package.json index 0720458..320bf99 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-forgejo", "description": "Generate c4k yaml for a forgejo deployment.", "author": "meissa GmbH", - "version": "3.1.4-SNAPSHOT", + "version": "3.1.4", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo#readme", "repository": "https://www.npmjs.com/package/c4k-forgejo", "license": "APACHE2", diff --git a/project.clj b/project.clj index 4622e76..e4e82bb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.4-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.4" :description "forgejo c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From 1b40d136adfb8eab3aa1f41a3a2a50467e2e9c29 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 18 Jan 2024 19:29:34 +0100 Subject: [PATCH 5/5] bump version to: 3.1.5-SNAPSHOT --- infrastructure/backup/build.py | 2 +- infrastructure/federated/build.py | 2 +- package.json | 2 +- project.clj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index 9d7afff..24a9cd2 100644 --- a/infrastructure/backup/build.py +++ b/infrastructure/backup/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "c4k-forgejo" MODULE = "backup" PROJECT_ROOT_PATH = "../.." -version = "3.1.4" +version = "3.1.5-dev" @init diff --git a/infrastructure/federated/build.py b/infrastructure/federated/build.py index ceeea78..0b5c005 100644 --- a/infrastructure/federated/build.py +++ b/infrastructure/federated/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = 'c4k-forgejo' MODULE = 'federated' PROJECT_ROOT_PATH = '../..' -version = "3.1.4" +version = "3.1.5-dev" @init def initialize(project): diff --git a/package.json b/package.json index 320bf99..31dfeba 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-forgejo", "description": "Generate c4k yaml for a forgejo deployment.", "author": "meissa GmbH", - "version": "3.1.4", + "version": "3.1.5-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo#readme", "repository": "https://www.npmjs.com/package/c4k-forgejo", "license": "APACHE2", diff --git a/project.clj b/project.clj index e4e82bb..2f10c40 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.4" +(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.5-SNAPSHOT" :description "forgejo c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"