Update Akka Management version to 1.0.0

0.50.0 was renamed to 1.0.0-RC1 before it was released.
This commit is contained in:
Tim Moore 2019-03-20 19:56:26 +10:30 committed by GitHub
parent 886088f03b
commit ee0cb1578e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,9 +13,9 @@ In addition [Akka Management](https://developer.lightbend.com/docs/akka-manageme
* Consul * Consul
* Marathon API * Marathon API
Discovery used to be part of Akka Management but has become an Akka module as of `2.5.19` of Akka and version `0.50.0` Discovery used to be part of Akka Management but has become an Akka module as of `2.5.19` of Akka and version `1.0.0`
of Akka Management. If you're also using Akka Management for other service discovery methods or bootstrap make of Akka Management. If you're also using Akka Management for other service discovery methods or bootstrap make
sure you are using at least version `0.50.0` of Akka Management. sure you are using at least version `1.0.0` of Akka Management.
## Dependency ## Dependency
@ -238,7 +238,7 @@ targets for the given service name then `config` is queried which i configured w
## Migrating from Akka Management Discovery ## Migrating from Akka Management Discovery
Akka Discovery is not compatible with older versions of Akka Management Discovery. At least version `0.50.0` of Akka Discovery is not compatible with older versions of Akka Management Discovery. At least version `1.0.0` of
any Akka Management module should be used if also using Akka Discovery. any Akka Management module should be used if also using Akka Discovery.
Migration steps: Migration steps: