Compare commits

..

No commits in common. "2d0899eaff81ef3cc46c9c5c56c2faa975ceaad5" and "300f214451a00d5f82252aaa78c10598ff9560c0" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
version = "3.3.3-SNAPSHOT" version = "3.3.2-dev"

View file

@ -16,8 +16,8 @@ def initialize(project):
"project_root_path": PROJECT_ROOT_PATH, "project_root_path": PROJECT_ROOT_PATH,
"build_types": [], "build_types": [],
"mixin_types": ["RELEASE"], "mixin_types": ["RELEASE"],
"release_primary_build_file": "build.gradle", "release_primary_build_file": "build_to_test.py",
"release_secondary_build_files": [], "release_secondary_build_files": ["package.json", "project.clj", "build.gradle"],
"release_artifacts": ["README.md"], "release_artifacts": ["README.md"],
"release_artifact_server_url": "https://repo.prod.meissa.de", "release_artifact_server_url": "https://repo.prod.meissa.de",
"release_organisation": "meissa", "release_organisation": "meissa",