Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/reportportal/commons-dao
Browse files Browse the repository at this point in the history
…into develop

# Conflicts:
#	build.gradle
#	gradle.properties
  • Loading branch information
pbortnik committed Dec 11, 2024
2 parents 72f99ff + fb9b56a commit 8dcc514
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.12.0
BOM_VERSION: 5.12.1
MIGRATIONS_VERSION: 5.12.0
RELEASE_VERSION: 5.12.1
BOM_VERSION: 5.13.0
MIGRATIONS_VERSION: 5.13.0
RELEASE_VERSION: 5.13.0

jobs:
release:
Expand Down
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ext['spring-boot.version'] = '2.5.15'

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.12.1' : 'com.epam.reportportal:commons-bom:5.12.1')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.13.0' : 'com.epam.reportportal:commons-bom:5.13.0')
mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:16.2.0')
}
}
Expand Down Expand Up @@ -121,3 +121,7 @@ tasks.withType(JavaCompile) {
checkCommitNeeded.dependsOn removeScripts
test.dependsOn copyTestDatabaseScripts
//build.dependsOn jacocoTestReport

tasks.preTagCommit.enabled = false
tasks.updateVersion.enabled = false
tasks.commitNewVersion.enabled = false
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=5.12.2
version=5.13.0
lombokVersion=1.18.30
jooqVersion=3.19.13

0 comments on commit 8dcc514

Please sign in to comment.