Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Fix travis release and prepare for 0.29.1 (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored Jun 8, 2018
1 parent 797246c commit 0cb3e0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- stage: deploy
env: [ NAME=deploy-to-maven ]
script: ./gradlew upload
script: travis_wait 70 ./gradlew upload

- stage: deploy
env: [ NAME=deploy-crossdock-to-dockerhub ]
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.17.0'
}

ext.developmentVersion = getProperty('developmentVersion','0.29.0')
ext.developmentVersion = getProperty('developmentVersion','0.29.1')

ext.opentracingVersion = getProperty('opentracingVersion','0.31.0')
ext.guavaVersion = getProperty('guavaVersion','18.0')
Expand Down Expand Up @@ -87,6 +87,7 @@ subprojects {
// Dealing with error "Wrong number of received repositories in state 'open'" (http://bit.ly/2ybracm)
numberOfRetries = 50
delayBetweenRetriesInMillis = 3000
stagingProfileId = project.version.replaceAll("\\.", "")
}

uploadArchives.finalizedBy closeAndReleaseRepository
Expand Down

0 comments on commit 0cb3e0b

Please sign in to comment.