This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git
The following commit(s) were added to refs/heads/main by this push:
new 16daa2c2b5 kie-issues#654: simplify buildchain configuration
16daa2c2b5 is described below
commit 16daa2c2b59df583bb8a16039836ddfb61d0a70d
Author: jstastny-cz <[email protected]>
AuthorDate: Thu Oct 26 15:43:53 2023 +0200
kie-issues#654: simplify buildchain configuration
---
.ci/buildchain-project-dependencies.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.ci/buildchain-project-dependencies.yaml
b/.ci/buildchain-project-dependencies.yaml
index 7d5a5b45a6..3dbd6e386d 100644
--- a/.ci/buildchain-project-dependencies.yaml
+++ b/.ci/buildchain-project-dependencies.yaml
@@ -8,12 +8,12 @@ dependencies:
dependencies:
default:
- source: development
- target: main # should migrate to 9 before the build
- - source: 8.x # does not migrate
+ target: 9.x
+ - source: 8.x
target: main
dependant:
default:
- source: 9.x
target: development
- - source: main # should migrate to 9 before the build
- target: development
+ - source: main
+ target: 8.x
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]