Skip to content

Commit

Permalink
Merge pull request #57 from reportportal/merge-hotfix/5.11.1
Browse files Browse the repository at this point in the history
Merge hotfix/5.11.1
  • Loading branch information
IvanKustau authored Apr 19, 2024
2 parents 3ecb915 + 6850b6e commit 17962f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.10.0
BOM_VERSION: 5.11.0
RELEASE_VERSION: 5.11.0
BOM_VERSION: 5.11.7
RELEASE_VERSION: 5.11.1

jobs:
release:
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.10.0' : 'com.epam.reportportal:commons-bom:5.10.0')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.11.7' : 'com.epam.reportportal:commons-bom:5.11.7')
}
}

Expand All @@ -40,11 +40,11 @@ dependencies {
compile 'com.epam.reportportal:commons'
compile 'com.epam.reportportal:commons-dao'
} else {
implementation 'com.github.reportportal:commons-dao:0703b75'
implementation 'com.github.reportportal:commons-dao:073aa934a5'
api 'com.github.reportportal:commons-reporting:d99e842'
api 'com.github.reportportal:commons:d7f9bec'
}
compile 'org.pf4j:pf4j:2.4.0'
compile 'org.pf4j:pf4j:3.10.0'

testCompile 'junit:junit'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=5.11.1
version=5.11.2
description=EPAM Report portal. Plugin extension APIs

0 comments on commit 17962f8

Please sign in to comment.