Skip to content

Commit 6ae2a06

Browse files
authored
Merge pull request #2143 from reportportal/rc/5.13.2
5.13.2 Release
2 parents 54dce53 + 054d78a commit 6ae2a06

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
GH_USER_NAME: github.actor
14-
RELEASE_VERSION: 5.13.0
14+
RELEASE_VERSION: 5.13.2
1515
REPOSITORY_URL: 'https://maven.pkg.github.com/'
1616

1717
jobs:

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ext['spring-boot.version'] = '2.5.15'
6161

6262
dependencyManagement {
6363
imports {
64-
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.13.0' : 'com.epam.reportportal:commons-bom:5.13.0')
64+
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.13.1' : 'com.epam.reportportal:commons-bom:5.13.1')
6565
mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:16.2.0')
6666
}
6767
}
@@ -72,9 +72,9 @@ dependencies {
7272
implementation 'com.epam.reportportal:commons'
7373
implementation 'com.epam.reportportal:plugin-api'
7474
} else {
75-
implementation 'com.github.reportportal:commons-dao:a98c172'
76-
implementation 'com.github.reportportal:commons:26ab837'
77-
implementation 'com.github.reportportal:plugin-api:8a1f61c'
75+
implementation 'com.epam.reportportal:commons-dao'
76+
implementation 'com.epam.reportportal:commons'
77+
implementation 'com.epam.reportportal:plugin-api'
7878
}
7979

8080
implementation 'org.springframework.boot:spring-boot-starter-aop'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=5.13.0
1+
version=5.13.2
22
description=EPAM Report portal. Main API Service
33
dockerPrepareEnvironment=
44
dockerJavaOpts=-Xmx1g -XX:+UseG1GC -XX:InitiatingHeapOccupancyPercent=70 -Djava.security.egd=file:/dev/./urandom

0 commit comments

Comments
 (0)