Skip to content

Commit

Permalink
fix publication of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed Aug 17, 2016
1 parent f13c565 commit 10b35ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions ci/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ def publishSigned() = {


for (version <- allVersions) {
if (latestVersions.contains(version)) {
%sbt("++" + version, "published/publishSigned")
}else {
%sbt("++" + version, "amm/publishSigned", "sshd/publishSigned")
}
%sbt("++" + version, "published/publishSigned")
}
%sbt("sonatypeReleaseAll")
}
Expand Down
5 changes: 5 additions & 0 deletions readme/Footer.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
to use these projects, the Scaladoc is still useful as a reference.

@sect{Changelog}
@sect{0.7.4}
@ul
@li
Fix publication of artifacts for non-{2.11.8, 2.10.5} Ammonite versions

@sect{0.7.3}
@ul
@li
Expand Down

0 comments on commit 10b35ea

Please sign in to comment.