Skip to content

Commit

Permalink
rc/5.11.0 || Update version
Browse files Browse the repository at this point in the history
pbortnik committed Dec 15, 2023
1 parent 01ec4d1 commit f65c5de
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ on:
env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.10.0
BOM_VERSION: 5.10.0
BOM_VERSION: 5.11.0

jobs:
release:
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.1.5.RELEASE'
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:6aa55fc0')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:b7acb00')
}
}

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=5.10.1
version=5.11.0
description=EPAM Report portal. Report Portal Validation and Error Handling Commons

0 comments on commit f65c5de

Please sign in to comment.