Skip to content

Commit

Permalink
fix: apply common version (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
astsiapanay authored Oct 21, 2024
1 parent afc6e45 commit c81a9a8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
gitlab-dev-deploy:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
with:
gitlab-project-id: "1826"
gitlab-project-ref: "master"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:

jobs:
pr-title-check:
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
secrets:
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
secrets: inherit
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
allprojects {
group = 'com.epam.aidial'
version = '0.18.0-rc'
}
3 changes: 0 additions & 3 deletions config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ plugins {
id 'io.freefair.lombok' version '8.0.1'
}

group = 'com.epam.aidial'
version = '0.18.0-rc'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
Expand Down
3 changes: 0 additions & 3 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ plugins {
id 'io.freefair.lombok' version '8.0.1'
}

group = 'com.epam.aidial'
version = '0.18.0-rc'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
Expand Down

0 comments on commit c81a9a8

Please sign in to comment.