diff --git a/.github/project.yml b/.github/project.yml index 621fb0b..c0bb5b1 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ name: Weld Parent release: - current-version: 4.0.3.Final - next-version: 4.0.4-SNAPSHOT + current-version: 4.0.4.Final + next-version: 4.0.5-SNAPSHOT diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 396ebed..94fa2f9 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -2,7 +2,7 @@ name: Weld Testing CI on: pull_request: - branches: [ master ] + branches: [ 4.0 ] jobs: build-weld-junit: