Skip to content

Commit

Permalink
Merge pull request #1923 from jrudolph/jr/choose-scala-versions-with-…
Browse files Browse the repository at this point in the history
…travis

=pro Publish for 2.12.x and 2.11.x in parallel with travis
  • Loading branch information
jrudolph authored Mar 8, 2018
2 parents 6564a17 + 9f3357e commit 3bd4b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ script:
deploy:
provider: script
script:
- sbt -J-XX:ReservedCodeCacheSize=256m +publish
- sbt -J-XX:ReservedCodeCacheSize=256m ++$TRAVIS_SCALA_VERSION publish
# - sbt -J-XX:ReservedCodeCacheSize=256m +publish akka-http/bintraySyncMavenCentral # enable if we want to sync to central automatically
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
1. Create a news item on https://github.com/akka/akka.github.com, using the milestones and `scripts/authors.scala previousVersion thisVersion`
1. Once the release notes have been merged, create a [new release](https://github.com/akka/akka-http/releases/new) with the next tag version (e.g. `v13.3.7`), title and release description linking to announcement, release notes and milestone.
1. Travis CI will start a [CI build](https://travis-ci.org/akka/akka-http/builds) for the new tag and publish artifacts to Bintray.
1. Checkout the newly created tag and run `sbt -Dakka.genjavadoc.enabled=true "++2.12.2 deployRsync akkarepo@gustav.akka.io"` to deploy API and reference documentation.
1. Checkout the newly created tag and run `sbt -Dakka.genjavadoc.enabled=true "++2.12.4 deployRsync akkarepo@gustav.akka.io"` to deploy API and reference documentation.
1. Go to https://bintray.com/akka/maven/com.typesafe.akka:akka-http_2.11 and select the just released version
1. Go to the Maven Central tab and sync with Sonatype
- (Optional, should happen automatically if selected in Bintray) Log in to Sonatype to Close the staging repository
Expand Down

0 comments on commit 3bd4b8a

Please sign in to comment.