Skip to content

Commit

Permalink
Merge pull request #73 from reportportal/master-to-develop
Browse files Browse the repository at this point in the history
Master to develop
  • Loading branch information
APiankouski authored Dec 20, 2024
2 parents 815c74a + 81c7662 commit 38594c0
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -11,9 +11,9 @@ on:

env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.10.0
BOM_VERSION: 5.11.7
RELEASE_VERSION: 5.11.1
SCRIPTS_VERSION: 5.12.0
BOM_VERSION: 5.13.0
RELEASE_VERSION: 5.13.0

jobs:
release:
Expand Down
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.12.0' : 'com.epam.reportportal:commons-bom:5.12.0')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.13.0' : 'com.epam.reportportal:commons-bom:5.13.0')
}
}

Expand All @@ -47,10 +47,16 @@ dependencies {
api 'org.pf4j:pf4j:3.10.0'
api 'org.pf4j:pf4j-update:2.3.0'

implementation 'org.hibernate:hibernate-core:5.6.15.Final'

testImplementation 'junit:junit'
}


wrapper {
gradleVersion = '8.10'
}

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,2 +1,2 @@
version=5.11.2
version=5.13.0
description=EPAM Report portal. Plugin extension APIs

0 comments on commit 38594c0

Please sign in to comment.