Skip to content

Commit

Permalink
Merge pull request #34 from reportportal/rc/5.12.2
Browse files Browse the repository at this point in the history
EPMRPP-96485 || Remove lastModified field for back compatibility
  • Loading branch information
pbortnik authored Oct 25, 2024
2 parents 196afb1 + 94999a6 commit 59abf7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.12.0
BOM_VERSION: 5.12.0
BOM_VERSION: 5.12.2

jobs:
release:
Expand Down
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.1.5.RELEASE'
mavenBom('com.epam.reportportal:commons-bom:5.12.0')
mavenBom('com.epam.reportportal:commons-bom:5.12.2')
}
}

dependencies {
if (releaseMode) {
api 'com.epam.reportportal:commons-reporting:5.12.1'
api 'com.epam.reportportal:commons-reporting:5.12.2'
} else {
api 'com.github.reportportal:commons-reporting:ad1f69b'
api 'com.github.reportportal:commons-reporting:1ba2bb3'
}
api 'org.springframework:spring-webmvc'
api 'org.springframework.security:spring-security-core'
Expand Down Expand Up @@ -74,3 +74,7 @@ dependencies {
wrapper {
gradleVersion = '8.5'
}

tasks.preTagCommit.enabled = false
tasks.updateVersion.enabled = false
tasks.commitNewVersion.enabled = false

0 comments on commit 59abf7c

Please sign in to comment.