Skip to content

Commit

Permalink
Update bintray package (akka#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
2m authored and jrudolph committed Nov 22, 2016
1 parent 5703020 commit b3bcebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ A chat room is available for all questions related to *developing and contributi
Maintenance
-----------

This project is maintained by Lightbend's core Akka Team as well as the extended Akka HTTP Team, consisting of excellent and experienced developers who have shown their dedication and knowledge about HTTP and the codebase. This team may grow dynamically, and it is possible to propose new members to it.
This project is maintained by Lightbend's core Akka Team as well as the extended Akka HTTP Team, consisting of excellent and experienced developers who have shown their dedication and knowledge about HTTP and the codebase. This team may grow dynamically, and it is possible to propose new members to it.

Joining the extended team in such form gives you, in addition to street-cred, of course committer rights to this repository as well as higher impact onto the roadmap of the project. Come and join us!

Expand Down
2 changes: 1 addition & 1 deletion project/Publish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Publish extends AutoPlugin {

override def projectSettings = Seq(
bintrayOrganization := Some("akka"),
bintrayPackage := "akka-http"
bintrayPackage := "com.typesafe.akka:akka-http_2.11"
)
}

Expand Down

0 comments on commit b3bcebd

Please sign in to comment.