update version

This commit is contained in:
Michael Jerger 2023-08-17 17:26:07 +02:00
parent c3bc39fac2
commit 6a41883fd6
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ stages:
.ddadevops: &ddo
image: "domaindrivenarchitecture/ddadevops:4.5.5-dev2023-08-17-09-15-42"
image: "domaindrivenarchitecture/ddadevops:4.7.0"
before_script:
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
- export PROTECTED_TOKEN_EXAMPLE=$PROTECTED_TOKEN_EXAMPLE

View file

@ -24,7 +24,7 @@ def initialize(project):
"release_repository_name": name,
}
project.build_depends_on("ddadevops>=4.0.0-dev")
project.build_depends_on("ddadevops>=4.7.0")
build = ReleaseMixin(project, input)
build.initialize_build_dir()