Compare commits

...

2 commits
6.0.0 ... main

Author SHA1 Message Date
217a1bf51c fix build script [skip-ci] 2025-04-03 21:06:31 +02:00
c695b4ca3d bump version to: 6.0.1-SNAPSHOT 2025-04-03 21:06:07 +02:00
4 changed files with 3 additions and 4 deletions

View file

@ -23,7 +23,6 @@ def initialize(project):
"release_secondary_build_files": [
"package.json",
"infrastructure/backup/build.py",
"infrastructure/federated/build.py",
],
"release_artifact_server_url": "https://repo.prod.meissa.de",
"release_organisation": "meissa",

View file

@ -6,7 +6,7 @@ from ddadevops import *
name = "c4k-forgejo"
MODULE = "backup"
PROJECT_ROOT_PATH = "../.."
version = "6.0.0"
version = "6.0.1-dev"
@init

View file

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

View file

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