Skip to content

Commit

Permalink
Merge pull request #78 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 5736aff + d4152f0 commit 79393b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies {
annotationProcessor 'com.github.reportportal:plugin-api:815c74a'
}

implementation 'org.hibernate:hibernate-core:5.6.15.Final'
implementation("com.atlassian.jira:jira-rest-java-client-core:6.0.1")
implementation "io.atlassian.fugue:fugue:6.0.1"

Expand Down Expand Up @@ -94,7 +95,6 @@ jar {
}

shadowJar {
archiveClassifier.set(null)
from("src/main/resources") {
into("/resources")
}
Expand Down
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.0
version=5.12.1
description=EPAM Report Portal. Cloud Jira plugin
pluginId = JIRA Cloud

0 comments on commit 79393b3

Please sign in to comment.