Skip to content

Commit

Permalink
Merge pull request #11 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 14e4738 + 228a753 commit 37319d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.12.0
BOM_VERSION: 5.12.1
SCRIPTS_VERSION: 5.12.1
BOM_VERSION: 5.13.0

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=plugin-import-robot
version=1.0.0
version=1.0.1
description=Reinforce your ReportPortal instance with RobotFramework Import functionality and easily upload your log files right to ReportPortal.
pluginId=RobotFramework
lombokVersion=1.18.30
3 changes: 2 additions & 1 deletion plugin-robot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {

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:' + getProperty('bom.version') : 'com.epam.reportportal:commons-bom:5.13.0')
}
}

Expand Down Expand Up @@ -119,6 +119,7 @@ shadowJar {
configurations = [project.configurations.compileClasspath]
zip64 true
dependencies {
include(dependency('commons-io:commons-io:2.15.1'))
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugin-robot/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=plugin-import-robot
version=1.0.0
version=1.0.1
description=Reinforce your ReportPortal instance with RobotFramework Import functionality and easily upload your log files right to ReportPortal.
pluginId=RobotFramework
lombokVersion=1.18.30

0 comments on commit 37319d2

Please sign in to comment.