Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Jan 11, 2021
1 parent faf1182 commit a53a60d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/src/main/kotlin/flank/common/config/FlankProperties.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ private val defaults = Properties().apply {
setProperty(FLANK_REPO, "Flank/flank")
setProperty(GCLOUD_REPO, "Flank/gcloud_cli")
setProperty(ARTIFACTS_REPO, "Flank/test_artifacts")
setProperty(IT_WORKFLOW_FILE, "full_suite_integration_tests.yml")
setProperty(IT_WORKFLOW_FILE, "integration_tests_pointer.yml")
setProperty(IT_USER, "github-actions[bot]")
setProperty(SDK_WORKFLOW, "update_dependencies_and_client.yml")
setProperty(SDK_WORKFLOW, "update_dependencies_pointer.yml")
setProperty(SDK_USER, "github-actions[bot]")
}

Expand Down
2 changes: 1 addition & 1 deletion flank-scripts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ shadowJar.apply {
}
}
// <breaking change>.<feature added>.<fix/minor change>
version = "1.4.0"
version = "1.5.0"
group = "com.github.flank"

application {
Expand Down

0 comments on commit a53a60d

Please sign in to comment.