Compare commits

..

No commits in common. "b2ae76f867d6d663d3b0370677fa98d370c2dfbc" and "65c3a42a1b6bce8df2dece256a3ef77944bfcb8a" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

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

View file

@ -6,7 +6,6 @@ name = "buildtest"
MODULE = "release"
PROJECT_ROOT_PATH = "."
version = "0.28.4-SNAPSHOT"
@init
def initialize(project):
@ -18,7 +17,7 @@ def initialize(project):
"build_types": [],
"mixin_types": ["RELEASE"],
"release_primary_build_file": "build.gradle",
"release_secondary_build_files": ["build.py"],
"release_secondary_build_files": [],
"release_artifacts": ["README.md"],
"release_artifact_server_url": "https://repo.prod.meissa.de",
"release_organisation": "meissa",