Compare commits

..

No commits in common. "ac903c9f37a8f861eb710ef7a9fc1e180719756f" and "727b53aff9b37903877d0a04888c6344a60f1806" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -122,7 +122,6 @@ release-to-meissa:
allow_failure: true allow_failure: true
script: script:
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW - export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
- pip install --upgrade ddadevops --break-system-packages
- pyb publish_release - pyb publish_release

View file

@ -16,7 +16,7 @@ plugins {
apply plugin: "maven-publish" apply plugin: "maven-publish"
version = "0.29.7-SNAPSHOT" version = "0.29.6-SNAPSHOT"
group = "org.domaindrivenarchitecture.provs" group = "org.domaindrivenarchitecture.provs"