Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Releases: sbt/sbt-bintray

0.6.1

02 Nov 05:13
v0.6.1
7fd17e2
Compare
Choose a tag to compare

sbt-bintray 0.6.1 is same as sbt-bintray 0.6.0.

sbt-bintray-remote-cache 0.6.1 was changed to adjust to upcoming sbt 1.4.2 remote caching - #191

0.6.0

26 Oct 01:26
v0.6.0
85b5dee
Compare
Choose a tag to compare

sbt-bintray 0.6.0 is published to sbt 1.x, and sbt 0.13 cross building is dropped.

  • Updates to Bintry 0.6.0, which updates to dispatch-json4s-native 1.2.0.
  • Fixes URL for BintrayMavenResolver - 0862c76

sbt-bintray-remote-cache 0.6.0

There's now a spin-off plugin called sbt-bintray-remote-cache 0.6.0 that sets up Bintray as a remote caching backend.
See https://github.com/sbt/sbt-bintray/blob/master/REMOTE_CACHE.md and accompanying blog post https://eed3si9n.com/remote-caching-sbt-builds-with-bintray

0.5.6

26 Dec 21:40
v0.5.6
13ab83f
Compare
Choose a tag to compare
  • Allows -Dsbt.sbtbintray=false to disable the plugin #179 by @eed3si9n

0.5.5

13 May 11:58
@2m 2m
bfe0265
Compare
Choose a tag to compare
  • skip unpublish on projects marked skip on publish #168

Contributors

Author Commits Lines added Lines removed
sullis sullis 3 7 7
seglo seglo 2 24 6
2m 2m 2 12 182

0.5.4

28 Mar 17:46
@2m 2m
0f3fa7e
Compare
Choose a tag to compare

Changes in this release:

  • new task bintraySyncSonatypeStaging syncs artifacts from Bintray to Sonatype staging repo and leaves the staging repo open. Useful for smoke testing staged artifacts before closing the repo and sending artifacts to Maven Central. Thanks to @lukaszwawrzyk (#146)
  • fixed thread leak in the way Http client was being used by @retronym (#144)
  • new setting skip in publish to disable project publishing by @eed3si9n (#93)

0.5.3

19 Feb 09:57
1beff3a
Compare
Choose a tag to compare

v0.5.2...v0.5.3

0.5.2

15 Dec 12:01
2cd8195
Compare
Choose a tag to compare

Bug fixes

  • #136: Do not log when missing credentials
  • #135 Add file credentials only if the file exists

0.5.1

18 Jul 14:31
v0.5.1
3e0f638
Compare
Choose a tag to compare

Bug fixes

0.5.0

30 Jun 10:34
v0.5.0
8cf4d2a
Compare
Choose a tag to compare

Changes with compatibility implications

  • Removes prompting the user for Bintray credentials, logging an informative warning instead. #119 by @jastice

Features

  • Adds support for defining Bintray credentials from the bintray.user/bintray.pass system properties or the BINTRAY_USER/BINTRAY_PASS enviroment variables. #113 by @2m
  • Adds support for defining PGP passphrase from the pgp.pass system property or PGP_PASS environment variable. #102 by @jvican
  • Cross-built for sbt 1.0.0-M6 (back published for 0.4.0). #110 by @eed3si9n

Fixes

0.4.0

19 Apr 15:33
v0.4.0
Compare
Choose a tag to compare

0.3.0...v0.4.0

changes

  • The plugin is renamed to "org.foundweekends" % "sbt-bintray" % "0.4.0" (previously "me.lessis" % "bintray-sbt" % "0.3.0"), and is cross published to both sbt 0.13 and sbt 1.0.0-M5.
  • Ensures that package creation task is executed before publishing #70 by @2m