Skip to content

Commit 38e499a

Browse files
authored
Release 5.12.0
2 parents d540e49 + e8fe4f2 commit 38e499a

File tree

4 files changed

+409
-353
lines changed

4 files changed

+409
-353
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212
env:
1313
GH_USER_NAME: github.actor
14-
SCRIPTS_VERSION: 5.10.0
15-
BOM_VERSION: 5.11.2
14+
SCRIPTS_VERSION: 5.12.0
15+
BOM_VERSION: 5.12.1
1616
REPOSITORY_URL: 'https://maven.pkg.github.com/'
1717

1818
jobs:

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,21 @@ repositories {
3333

3434
dependencyManagement {
3535
imports {
36-
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.epam.reportportal:commons-bom:5.11.2')
36+
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.epam.reportportal:commons-bom:5.12.1')
3737
}
3838
}
3939

4040
dependencies {
4141
if (releaseMode) {
42+
implementation 'com.epam.reportportal:commons-dao'
4243
implementation 'com.epam.reportportal:plugin-api'
4344
annotationProcessor 'com.epam.reportportal:plugin-api'
44-
4545
} else {
46-
implementation 'com.epam.reportportal:plugin-api'
47-
annotationProcessor 'com.epam.reportportal:plugin-api'
46+
implementation 'com.github.reportportal:commons-dao:acf1ec7'
47+
implementation 'com.github.reportportal:plugin-api:188792e'
48+
annotationProcessor 'com.github.reportportal:plugin-api:188792e'
4849
}
50+
implementation 'org.hibernate:hibernate-core:5.6.15.Final'
4951

5052
compile 'com.rallydev.rest:rally-rest-api:2.2.1'
5153
compile 'net.oauth.core:oauth:20090617'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=5.11.1
1+
version=5.12.0
22
description=EPAM Report portal. Rally Integration Plugin

0 commit comments

Comments
 (0)