Skip to content

Commit

Permalink
[drools-ansible-rulebook-integration-113] Adjust project dependencies…
Browse files Browse the repository at this point in the history
… for build-chain (#111)
  • Loading branch information
tkobayas authored Sep 30, 2024
1 parent 6b70da0 commit 7b3340d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .ci/project-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
dependant:
default:
# whenever drools branch changes, please update .ci/jenkins/Jenkinsfile.prod.nightly as well if needed
- source: 8.43.x
- source: 9.101.x-prod
target: 1.0.x

- project: kiegroup/drools-ansible-rulebook-integration
Expand All @@ -15,4 +15,4 @@ dependencies:
dependencies:
default:
- source: 1.0.x
target: 8.43.x
target: 9.101.x-prod
2 changes: 1 addition & 1 deletion .ci/pull-request-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.1"
dependencies: ./project-dependencies.yaml

build:
- project: apache/incubator-kie-drools
- project: kiegroup/drools
build-command:
current: mvn --batch-mode --update-snapshots install -Dquickly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Drools Snapshot
uses: actions/checkout@v3
with:
repository: apache/incubator-kie-drools
repository: kiegroup/drools
path: drools

- name: Build Drools Snapshot with Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Drools Snapshot
uses: actions/checkout@v3
with:
repository: apache/incubator-kie-drools
repository: kiegroup/drools
path: drools

- name: Build Drools Snapshot with Maven
Expand Down

0 comments on commit 7b3340d

Please sign in to comment.