=doc #17320 Remove typesafe repo from docs
(cherry picked from commit c25baa5ca0aab26c9a830f46b00e0bb84576b00a)
This commit is contained in:
parent
2d70599d22
commit
a3642f7365
2 changed files with 2 additions and 5 deletions
|
|
@ -172,7 +172,7 @@ The multi node testing kit is a separate jar file. Make sure that you have the f
|
||||||
"com.typesafe.akka" %% "akka-multi-node-testkit" % "@version@" @crossString@
|
"com.typesafe.akka" %% "akka-multi-node-testkit" % "@version@" @crossString@
|
||||||
|
|
||||||
If you are using the latest nightly build you should pick a timestamped Akka version from
|
If you are using the latest nightly build you should pick a timestamped Akka version from
|
||||||
`<https://repo.typesafe.com/typesafe/snapshots/com/typesafe/akka/akka-multi-node-testkit_@binVersion@/>`_.
|
`<http://repo.akka.io/snapshots/com/typesafe/akka/akka-multi-node-testkit_@binVersion@/>`_.
|
||||||
We recommend against using ``SNAPSHOT`` in order to obtain stable builds.
|
We recommend against using ``SNAPSHOT`` in order to obtain stable builds.
|
||||||
|
|
||||||
A Multi Node Testing Example
|
A Multi Node Testing Example
|
||||||
|
|
|
||||||
|
|
@ -70,9 +70,7 @@ Using a snapshot version
|
||||||
|
|
||||||
The Akka nightly snapshots are published to http://repo.akka.io/snapshots/ and are
|
The Akka nightly snapshots are published to http://repo.akka.io/snapshots/ and are
|
||||||
versioned with both ``SNAPSHOT`` and timestamps. You can choose a timestamped
|
versioned with both ``SNAPSHOT`` and timestamps. You can choose a timestamped
|
||||||
version to work with and can decide when to update to a newer version. The Akka
|
version to work with and can decide when to update to a newer version.
|
||||||
snapshots repository is also proxied through https://repo.typesafe.com/typesafe/snapshots/
|
|
||||||
which includes proxies for several other repositories that Akka modules depend on.
|
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
|
|
@ -95,7 +93,6 @@ For Akka version 2.1-M2 and onwards:
|
||||||
For previous Akka versions:
|
For previous Akka versions:
|
||||||
|
|
||||||
`Akka Repo <http://repo.akka.io/releases/>`_
|
`Akka Repo <http://repo.akka.io/releases/>`_
|
||||||
`Typesafe Repo <https://repo.typesafe.com/typesafe/releases/>`_
|
|
||||||
|
|
||||||
Using Akka with Maven
|
Using Akka with Maven
|
||||||
---------------------
|
---------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue