From 8521333f49edc56d014e84b83e936157ad572346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Sun, 4 Jun 2017 16:16:33 +0200 Subject: [PATCH] Fix quotes around version number in the docs (#23092) --- akka-docs/src/main/paradox/java/cluster-client.md | 2 +- akka-docs/src/main/paradox/java/cluster-sharding.md | 2 +- akka-docs/src/main/paradox/java/cluster-singleton.md | 2 +- akka-docs/src/main/paradox/java/distributed-data.md | 2 +- akka-docs/src/main/paradox/java/distributed-pub-sub.md | 2 +- akka-docs/src/main/paradox/scala/cluster-client.md | 2 +- akka-docs/src/main/paradox/scala/cluster-sharding.md | 2 +- akka-docs/src/main/paradox/scala/cluster-singleton.md | 2 +- akka-docs/src/main/paradox/scala/cluster-usage.md | 2 +- akka-docs/src/main/paradox/scala/distributed-data.md | 2 +- akka-docs/src/main/paradox/scala/distributed-pub-sub.md | 2 +- akka-docs/src/main/paradox/scala/multi-node-testing.md | 2 +- akka-docs/src/main/paradox/scala/persistence-query-leveldb.md | 2 +- akka-docs/src/main/paradox/scala/persistence-query.md | 2 +- akka-docs/src/main/paradox/scala/persistence.md | 2 +- akka-docs/src/main/paradox/scala/remoting-artery.md | 2 +- akka-docs/src/main/paradox/scala/remoting.md | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/akka-docs/src/main/paradox/java/cluster-client.md b/akka-docs/src/main/paradox/java/cluster-client.md index ddb95352d8..90b9fc7653 100644 --- a/akka-docs/src/main/paradox/java/cluster-client.md +++ b/akka-docs/src/main/paradox/java/cluster-client.md @@ -142,7 +142,7 @@ To use the Cluster Client you must add the following dependency in your project. sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$ + "com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/java/cluster-sharding.md b/akka-docs/src/main/paradox/java/cluster-sharding.md index 172739e31f..3078f3615d 100644 --- a/akka-docs/src/main/paradox/java/cluster-sharding.md +++ b/akka-docs/src/main/paradox/java/cluster-sharding.md @@ -380,7 +380,7 @@ To use the Cluster Sharding you must add the following dependency in your projec sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-cluster-sharding" % $akka.version$ + "com.typesafe.akka" %% "akka-cluster-sharding" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/java/cluster-singleton.md b/akka-docs/src/main/paradox/java/cluster-singleton.md index 185718aca7..75fed7ca2d 100644 --- a/akka-docs/src/main/paradox/java/cluster-singleton.md +++ b/akka-docs/src/main/paradox/java/cluster-singleton.md @@ -109,7 +109,7 @@ To use the Cluster Singleton you must add the following dependency in your proje sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$ + "com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/java/distributed-data.md b/akka-docs/src/main/paradox/java/distributed-data.md index a2bb9cedd9..c52a5b9b5c 100644 --- a/akka-docs/src/main/paradox/java/distributed-data.md +++ b/akka-docs/src/main/paradox/java/distributed-data.md @@ -627,7 +627,7 @@ To use Distributed Data you must add the following dependency in your project. sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-distributed-data" % $akka.version$ + "com.typesafe.akka" %% "akka-distributed-data" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/java/distributed-pub-sub.md b/akka-docs/src/main/paradox/java/distributed-pub-sub.md index 2232a4b642..bb844e0cf6 100644 --- a/akka-docs/src/main/paradox/java/distributed-pub-sub.md +++ b/akka-docs/src/main/paradox/java/distributed-pub-sub.md @@ -186,7 +186,7 @@ To use Distributed Publish Subscribe you must add the following dependency in yo sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$ + "com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/cluster-client.md b/akka-docs/src/main/paradox/scala/cluster-client.md index 57016b0a1c..42d20efe60 100644 --- a/akka-docs/src/main/paradox/scala/cluster-client.md +++ b/akka-docs/src/main/paradox/scala/cluster-client.md @@ -142,7 +142,7 @@ To use the Cluster Client you must add the following dependency in your project. sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$ + "com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/cluster-sharding.md b/akka-docs/src/main/paradox/scala/cluster-sharding.md index 450aa6e6af..4bf32be477 100644 --- a/akka-docs/src/main/paradox/scala/cluster-sharding.md +++ b/akka-docs/src/main/paradox/scala/cluster-sharding.md @@ -382,7 +382,7 @@ To use the Cluster Sharding you must add the following dependency in your projec sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-cluster-sharding" % $akka.version$ + "com.typesafe.akka" %% "akka-cluster-sharding" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/cluster-singleton.md b/akka-docs/src/main/paradox/scala/cluster-singleton.md index 999640ac0b..1bd93f1c26 100644 --- a/akka-docs/src/main/paradox/scala/cluster-singleton.md +++ b/akka-docs/src/main/paradox/scala/cluster-singleton.md @@ -113,7 +113,7 @@ To use the Cluster Singleton you must add the following dependency in your proje sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$ + "com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/cluster-usage.md b/akka-docs/src/main/paradox/scala/cluster-usage.md index 256392dae7..39bf9e6e50 100644 --- a/akka-docs/src/main/paradox/scala/cluster-usage.md +++ b/akka-docs/src/main/paradox/scala/cluster-usage.md @@ -8,7 +8,7 @@ The Akka cluster is a separate jar file. Make sure that you have the following d @@@vars ``` -"com.typesafe.akka" %% "akka-cluster" % $akka.version$ +"com.typesafe.akka" %% "akka-cluster" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/distributed-data.md b/akka-docs/src/main/paradox/scala/distributed-data.md index bd24f59334..b18bb0205a 100644 --- a/akka-docs/src/main/paradox/scala/distributed-data.md +++ b/akka-docs/src/main/paradox/scala/distributed-data.md @@ -631,7 +631,7 @@ To use Distributed Data you must add the following dependency in your project. sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-distributed-data" % $akka.version$ + "com.typesafe.akka" %% "akka-distributed-data" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/distributed-pub-sub.md b/akka-docs/src/main/paradox/scala/distributed-pub-sub.md index f00a6e05f4..75b58b95c2 100644 --- a/akka-docs/src/main/paradox/scala/distributed-pub-sub.md +++ b/akka-docs/src/main/paradox/scala/distributed-pub-sub.md @@ -189,7 +189,7 @@ To use Distributed Publish Subscribe you must add the following dependency in yo sbt : @@@vars ``` - "com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$ + "com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/multi-node-testing.md b/akka-docs/src/main/paradox/scala/multi-node-testing.md index 7ed562dd6a..01c81e70c0 100644 --- a/akka-docs/src/main/paradox/scala/multi-node-testing.md +++ b/akka-docs/src/main/paradox/scala/multi-node-testing.md @@ -154,7 +154,7 @@ The multi node testing kit is a separate jar file. Make sure that you have the f @@@vars ``` -"com.typesafe.akka" %% "akka-multi-node-testkit" % $akka.version$ +"com.typesafe.akka" %% "akka-multi-node-testkit" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/persistence-query-leveldb.md b/akka-docs/src/main/paradox/scala/persistence-query-leveldb.md index 0cb76733df..f4ac49ffae 100644 --- a/akka-docs/src/main/paradox/scala/persistence-query-leveldb.md +++ b/akka-docs/src/main/paradox/scala/persistence-query-leveldb.md @@ -10,7 +10,7 @@ Make sure that you have the following dependency in your project: @@@vars ``` -"com.typesafe.akka" %% "akka-persistence-query" % $akka.version$ +"com.typesafe.akka" %% "akka-persistence-query" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/persistence-query.md b/akka-docs/src/main/paradox/scala/persistence-query.md index 0c07201943..1c8e9427b4 100644 --- a/akka-docs/src/main/paradox/scala/persistence-query.md +++ b/akka-docs/src/main/paradox/scala/persistence-query.md @@ -16,7 +16,7 @@ Akka persistence query is a separate jar file. Make sure that you have the follo @@@vars ``` -"com.typesafe.akka" %% "akka-persistence-query" % $akka.version$ +"com.typesafe.akka" %% "akka-persistence-query" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/persistence.md b/akka-docs/src/main/paradox/scala/persistence.md index cfc398623d..472104e349 100644 --- a/akka-docs/src/main/paradox/scala/persistence.md +++ b/akka-docs/src/main/paradox/scala/persistence.md @@ -19,7 +19,7 @@ Akka persistence is a separate jar file. Make sure that you have the following d @@@vars ``` -"com.typesafe.akka" %% "akka-persistence" % $akka.version$ +"com.typesafe.akka" %% "akka-persistence" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/remoting-artery.md b/akka-docs/src/main/paradox/scala/remoting-artery.md index d515ba891f..ea51d078b2 100644 --- a/akka-docs/src/main/paradox/scala/remoting-artery.md +++ b/akka-docs/src/main/paradox/scala/remoting-artery.md @@ -47,7 +47,7 @@ The Akka remoting is a separate jar file. Make sure that you have the following @@@vars ``` -"com.typesafe.akka" %% "akka-remote" % $akka.version$ +"com.typesafe.akka" %% "akka-remote" % "$akka.version$" ``` @@@ diff --git a/akka-docs/src/main/paradox/scala/remoting.md b/akka-docs/src/main/paradox/scala/remoting.md index 385cfd9b64..51ed1d9a02 100644 --- a/akka-docs/src/main/paradox/scala/remoting.md +++ b/akka-docs/src/main/paradox/scala/remoting.md @@ -20,7 +20,7 @@ The Akka remoting is a separate jar file. Make sure that you have the following @@@vars sbt : ``` -"com.typesafe.akka" %% "akka-remote" % $akka.version$ +"com.typesafe.akka" %% "akka-remote" % "$akka.version$" ``` Maven