From 270a8fd3450c09f77231ab4fdc553800fc33cdb4 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Wed, 4 Sep 2024 16:10:16 +0300 Subject: [PATCH] Release 5.12.0 --- .github/workflows/release.yml | 4 ++-- build.gradle | 8 ++++---- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0cb800..34a311d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ on: env: GH_USER_NAME: github.actor - SCRIPTS_VERSION: 5.10.0 - BOM_VERSION: 5.11.2 + SCRIPTS_VERSION: 5.12.0 + BOM_VERSION: 5.12.1 REPOSITORY_URL: 'https://maven.pkg.github.com/' jobs: diff --git a/build.gradle b/build.gradle index 454b8a3..bf393ff 100755 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ repositories { dependencyManagement { imports { - mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.epam.reportportal:commons-bom:5.11.2') + mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.epam.reportportal:commons-bom:5.12.1') } } @@ -43,9 +43,9 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' annotationProcessor 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:commons-dao:2834dd5' - implementation 'com.github.reportportal:plugin-api:6465099' - annotationProcessor 'com.github.reportportal:plugin-api:6465099' + implementation 'com.github.reportportal:commons-dao:acf1ec7' + implementation 'com.github.reportportal:plugin-api:188792e' + annotationProcessor 'com.github.reportportal:plugin-api:188792e' } implementation 'org.hibernate:hibernate-core:5.6.15.Final' diff --git a/gradle.properties b/gradle.properties index 32c930c..1cda802 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=5.11.1 +version=5.12.0 description=EPAM Report portal. Jira Integration Plugin