Skip to content

Commit

Permalink
Release 5.11.0 (#47)
Browse files Browse the repository at this point in the history
* Add manual release GitHub action

* EPMRPP-87316 || Update deps (#44)

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update dependencies

* Feature/epmrpp 87493 (#45)

* EPMRPP-87493 || Update model

* Update build.gradle

* EPMRPP-87613 || Add back compatibility with older plugins

* EPMRPP-86835 || Update releaseMode to use Maven instead of Github (#46)

* EPMRPP-86835 || Update releaseMode to use Maven instead of Github

* EPMRPP-86835 || Update lib version

* EPMRPP-86835 || Update rules version

* Update build.gradle

* rc/5.11.0 || Update versions

---------

Co-authored-by: Ivan_Kustau <[email protected]>
Co-authored-by: Ivan Kustau <[email protected]>
Co-authored-by: Pavel Bortnik <[email protected]>
  • Loading branch information
4 people authored Dec 15, 2023
1 parent 95794d9 commit e5a35af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.10.0
BOM_VERSION: 5.10.0
RELEASE_VERSION: 5.10.0
BOM_VERSION: 5.11.0
RELEASE_VERSION: 5.11.0

jobs:
release:
Expand Down
19 changes: 5 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,8 @@ wrapper.gradleVersion('6.0')

repositories {
mavenCentral { url "https://repo1.maven.org/maven2" }
if (releaseMode) {
dependencyRepos.forEach { path ->
maven {
setUrl("https://maven.pkg.github.com/reportportal/${path}")
credentials {
username = findProperty("githubUserName")
password = findProperty("githubToken")
}
}
}
} else {

if (!releaseMode) {
maven { url 'https://jitpack.io' }
}
}
Expand All @@ -49,9 +40,9 @@ dependencies {
compile 'com.epam.reportportal:commons-rules'
compile 'com.epam.reportportal:commons-dao'
} else {
compile 'com.github.reportportal:commons-dao:59bed64'
compile 'com.github.reportportal:commons-model:e8ca9fb'
compile 'com.github.reportportal:commons-rules:2fe7a4b'
compile 'com.github.reportportal:commons-dao:126ee2e'
compile 'com.github.reportportal:commons-model:83f012f'
compile 'com.github.reportportal:commons-rules:01ec4d17'
}
compile 'org.pf4j:pf4j:2.4.0'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=5.10.1
version=5.11.0
description=EPAM Report portal. Plugin extension APIs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
* Generic interface to access third-party bug tracking systems
*
* @author Andrei Varabyeu
* @deprecated Use command based approach.
*/

@Deprecated
public interface BtsExtension extends ExtensionPoint {

/**
Expand Down

0 comments on commit e5a35af

Please sign in to comment.