Skip to content

Commit

Permalink
Updated version to 1.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Jun 25, 2021
1 parent 9791096 commit acd5406
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USER }}
ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.SONATYPE_PASSWORD }}
with:
arguments: publishToSonatype -Psonar.organization=resilience4j
arguments: publishToSonatype
dependencies-cache-enabled: true
configuration-cache-enabled: true
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply from: "${rootDir}/libraries.gradle"
allprojects {
apply plugin: 'jacoco'

version = '1.7.1'
version = '1.8.0-SNAPSHOT'
group = 'io.github.resilience4j'
description = 'Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming'

Expand All @@ -30,7 +30,7 @@ ext {
nexusPublishing {
repositories {
sonatype {
stagingProfileId = 'io.github.resilience4j'
stagingProfileId = '64e8d6879f4e95'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tasks.withType(Sign) {
}

signing {
sign configurations.archives
sign publishing.publications
}
publishing {
publications {
Expand Down

0 comments on commit acd5406

Please sign in to comment.