Skip to content

Releases: Codearte/gradle-nexus-staging-plugin

0.8.0

08 Apr 15:40
Compare
Choose a tag to compare
  • Auto drop repository after release - #37
  • Rename "promote" operation to "release" - #50
  • Upgrade project dependencies to 2017 - #43
  • Separate functional tests from unit tests - #48
  • Make functional tests work also on Windows - #39

Deprecation note. The promoteRepository and closeAndPromoteRepository tasks are marked as deprecated and will be removed in one of the future versions. releaseRepository and closeAndReleaseRepository can be used as drop-in replacements.

0.7.0

27 Mar 20:08
Compare
Choose a tag to compare
  • Verify that repository has been really closed - #21
  • Re-enable sharing stagingRepositoryId between close and promote - #46
  • Basic functional tests with different Gradle versions - #41
  • Suggest longer timeout if failed on time related operations even without --info enabled - #34
  • Longer default retry period - #12

0.6.1

20 Mar 21:35
Compare
Choose a tag to compare
  • Reusing stagingRepositoryId from close task bypasses retry mechanism and fails - #44

Please note that reusing stagingRepositoryId is temporary disabled until #21 is implemented.

0.6.0

20 Mar 21:37
Compare
Choose a tag to compare
  • Consider state trying to find just one repository in given state - #36 - contribution by @strelok1
  • Better error message in case of HTTP request failure - #5 - contribution by @deanhiller
  • Add EditorConfig configuration to better deal with spaces vs tabs - #33

0.5.3

13 Jun 11:55
Compare
Choose a tag to compare
  • #11 - packageGroup should be taken from project.group by default

Change details

0.5.2

09 Jun 20:44
Compare
Choose a tag to compare

#9 - Provide single task to close and promote repository
#8 - getStagingProfile task should display output without --info switch

Change details.

0.5.1

09 Jun 20:50
Compare
Choose a tag to compare

#7 - Credentials should be automatically fetched from configured deployer
#6 - Credentials should be automatically fetched from Gradle properties (when available)

Change details.

0.5.0

09 Jun 20:52
Compare
Choose a tag to compare

#3 - Wait given time period when repositories are not yet available
#2 - Use configured stagingProfileId when available
#1 - nexusUrl by default should use Sonatype OSSRH

Change details

0.4.0

09 Jun 20:53
Compare
Choose a tag to compare

Initial release