Skip to content

Commit

Permalink
Merge pull request #29 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Nov 29, 2021
2 parents 3e47364 + 79aab1a commit e70c30a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]
### Changed
- Version promoted to stable release
- Client version updated on [5.1.0](https://github.com/reportportal/client-java/releases/tag/5.1.0)

## [5.1.0-RC-1]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

dependencies {
implementation 'com.epam.reportportal:client-java:5.1.0-RC-12'
implementation 'com.epam.reportportal:client-java:5.1.0'
implementation 'com.epam.reportportal:commons-model:5.0.0'
implementation 'ch.qos.logback:logback-classic:1.2.3'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.1.0-RC-2-SNAPSHOT
version=5.1.0-SNAPSHOT
description=EPAM Report portal. Logback Integration
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
scripts_branch=develop

0 comments on commit e70c30a

Please sign in to comment.