You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/01/07 19:45:05 UTC

[incubator-pekko] branch main updated: Fix paradox project info artifact names

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e9d6dcee3 Fix paradox project info artifact names
7e9d6dcee3 is described below

commit 7e9d6dcee39aad56c7fd545296a9bc9424480735
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Sat Jan 7 18:37:19 2023 +0100

    Fix paradox project info artifact names
---
 docs/src/main/paradox/additional/osgi.md               |  2 +-
 .../main/paradox/durable-state/persistence-query.md    |  2 +-
 docs/src/main/paradox/persistence-query-leveldb.md     |  2 +-
 docs/src/main/paradox/persistence-query.md             |  2 +-
 docs/src/main/paradox/remoting-artery.md               |  2 +-
 docs/src/main/paradox/typed/actor-discovery.md         |  2 +-
 docs/src/main/paradox/typed/actor-lifecycle.md         |  2 +-
 docs/src/main/paradox/typed/cluster-dc.md              |  2 +-
 docs/src/main/paradox/typed/coexisting.md              |  2 +-
 docs/src/main/paradox/typed/from-classic.md            |  2 +-
 docs/src/main/paradox/typed/guide/modules.md           | 18 +++++++++---------
 docs/src/main/paradox/typed/interaction-patterns.md    |  2 +-
 docs/src/main/paradox/typed/reliable-delivery.md       |  6 +++---
 docs/src/main/paradox/typed/routers.md                 |  2 +-
 docs/src/main/paradox/typed/stash.md                   |  2 +-
 15 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/docs/src/main/paradox/additional/osgi.md b/docs/src/main/paradox/additional/osgi.md
index b731a9c799..ed9b644d23 100644
--- a/docs/src/main/paradox/additional/osgi.md
+++ b/docs/src/main/paradox/additional/osgi.md
@@ -9,7 +9,7 @@ To use Akka in OSGi, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-osgi_$scala.binary.version$
+  artifact=pekko-osgi_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/durable-state/persistence-query.md b/docs/src/main/paradox/durable-state/persistence-query.md
index 38639fc936..de610cadf0 100644
--- a/docs/src/main/paradox/durable-state/persistence-query.md
+++ b/docs/src/main/paradox/durable-state/persistence-query.md
@@ -12,7 +12,7 @@ To use Persistence Query, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-persistence-query_$scala.binary.version$
+  artifact=pekko-persistence-query_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/persistence-query-leveldb.md b/docs/src/main/paradox/persistence-query-leveldb.md
index 80461a8613..ed8ae41d7d 100644
--- a/docs/src/main/paradox/persistence-query-leveldb.md
+++ b/docs/src/main/paradox/persistence-query-leveldb.md
@@ -12,7 +12,7 @@ To use Persistence Query, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-persistence-query_$scala.binary.version$
+  artifact=pekko-persistence-query_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/persistence-query.md b/docs/src/main/paradox/persistence-query.md
index 00ab1bc936..4505d3c7f3 100644
--- a/docs/src/main/paradox/persistence-query.md
+++ b/docs/src/main/paradox/persistence-query.md
@@ -12,7 +12,7 @@ To use Persistence Query, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-persistence-query_$scala.binary.version$
+  artifact=pekko-persistence-query_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/remoting-artery.md b/docs/src/main/paradox/remoting-artery.md
index 2d7ee260cd..f0d780851a 100644
--- a/docs/src/main/paradox/remoting-artery.md
+++ b/docs/src/main/paradox/remoting-artery.md
@@ -27,7 +27,7 @@ To use Artery Remoting, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-remote_$scala.binary.version$
+  artifact=pekko-remote_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/typed/actor-discovery.md b/docs/src/main/paradox/typed/actor-discovery.md
index d82f048e8f..49696f39de 100644
--- a/docs/src/main/paradox/typed/actor-discovery.md
+++ b/docs/src/main/paradox/typed/actor-discovery.md
@@ -11,7 +11,7 @@ To use Akka Actor Typed, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-actor-typed_$scala.binary.version$
+  artifact=pekko-actor-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/typed/actor-lifecycle.md b/docs/src/main/paradox/typed/actor-lifecycle.md
index 1347584d18..6ecceb8f9f 100644
--- a/docs/src/main/paradox/typed/actor-lifecycle.md
+++ b/docs/src/main/paradox/typed/actor-lifecycle.md
@@ -14,7 +14,7 @@ To use Akka Actor Typed, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-actor-typed_$scala.binary.version$
+  artifact=pekko-actor-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/typed/cluster-dc.md b/docs/src/main/paradox/typed/cluster-dc.md
index 276a87a1d5..6ec80f9f15 100644
--- a/docs/src/main/paradox/typed/cluster-dc.md
+++ b/docs/src/main/paradox/typed/cluster-dc.md
@@ -23,7 +23,7 @@ To use Akka Cluster add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-cluster-typed_$scala.binary.version$
+  artifact=pekko-cluster-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/typed/coexisting.md b/docs/src/main/paradox/typed/coexisting.md
index f80fb9cf2c..8c563d6fb8 100644
--- a/docs/src/main/paradox/typed/coexisting.md
+++ b/docs/src/main/paradox/typed/coexisting.md
@@ -9,7 +9,7 @@ To use Akka Actor Typed, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-actor-typed_$scala.binary.version$
+  artifact=pekko-actor-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/typed/from-classic.md b/docs/src/main/paradox/typed/from-classic.md
index c3a9767539..d07a9dc10f 100644
--- a/docs/src/main/paradox/typed/from-classic.md
+++ b/docs/src/main/paradox/typed/from-classic.md
@@ -30,7 +30,7 @@ For example `akka-cluster-typed`:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-cluster-typed_$scala.binary.version$
+  artifact=pekko-cluster-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/typed/guide/modules.md b/docs/src/main/paradox/typed/guide/modules.md
index 5ed4e325d5..fb1cecb963 100644
--- a/docs/src/main/paradox/typed/guide/modules.md
+++ b/docs/src/main/paradox/typed/guide/modules.md
@@ -40,7 +40,7 @@ This page does not list all available modules, but overviews the main functional
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-actor-typed_$scala.binary.version$
+  artifact=pekko-actor-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -68,7 +68,7 @@ Challenges that actors solve include the following:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-remote_$scala.binary.version$
+  artifact=pekko-remote_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -94,7 +94,7 @@ Challenges Remoting solves include the following:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-cluster-typed_$scala.binary.version$
+  artifact=pekko-cluster-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -120,7 +120,7 @@ Challenges the Cluster module solves include the following:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-cluster-sharding-typed_$scala.binary.version$
+  artifact=pekko-cluster-sharding-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -142,7 +142,7 @@ Challenges that Sharding solves include the following:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-cluster-singleton_$scala.binary.version$
+  artifact=pekko-cluster-singleton_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -166,7 +166,7 @@ The Singleton module can be used to solve these challenges:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-persistence-typed_$scala.binary.version$
+  artifact=pekko-persistence-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -191,7 +191,7 @@ Persistence tackles the following challenges:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-projection-core_$scala.binary.version$
+  artifact=pekko-projection-core_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -211,7 +211,7 @@ Challenges Projections solve include the following:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-cluster-typed_$scala.binary.version$
+  artifact=pekko-cluster-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -233,7 +233,7 @@ Distributed Data is intended to solve the following challenges:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-stream-typed_$scala.binary.version$
+  artifact=pekko-stream_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/typed/interaction-patterns.md b/docs/src/main/paradox/typed/interaction-patterns.md
index f10572599a..34eb1e74f0 100644
--- a/docs/src/main/paradox/typed/interaction-patterns.md
+++ b/docs/src/main/paradox/typed/interaction-patterns.md
@@ -11,7 +11,7 @@ To use Akka Actor Typed, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-actor-typed_$scala.binary.version$
+  artifact=pekko-actor-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/typed/reliable-delivery.md b/docs/src/main/paradox/typed/reliable-delivery.md
index 43615082b6..917cea65c0 100644
--- a/docs/src/main/paradox/typed/reliable-delivery.md
+++ b/docs/src/main/paradox/typed/reliable-delivery.md
@@ -22,7 +22,7 @@ To use reliable delivery, add the module to your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-actor-typed_$scala.binary.version$
+  artifact=pekko-actor-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -259,7 +259,7 @@ To use reliable delivery with Cluster Sharding, add the following module to your
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-cluster-sharding-typed_$scala.binary.version$
+  artifact=pekko-cluster-sharding-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
@@ -368,7 +368,7 @@ When using the `EventSourcedProducerQueue` the following dependency is needed:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-persistence-typed_$scala.binary.version$
+  artifact=pekko-persistence-typed_$scala.binary.version$
   version=PekkoVersion
 } 
 
diff --git a/docs/src/main/paradox/typed/routers.md b/docs/src/main/paradox/typed/routers.md
index f50d812925..119fb9980a 100644
--- a/docs/src/main/paradox/typed/routers.md
+++ b/docs/src/main/paradox/typed/routers.md
@@ -11,7 +11,7 @@ To use Akka Actor Typed, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-actor-typed_$scala.binary.version$
+  artifact=pekko-actor-typed_$scala.binary.version$
   version=PekkoVersion
 }
 
diff --git a/docs/src/main/paradox/typed/stash.md b/docs/src/main/paradox/typed/stash.md
index 93d47f4570..a4899f0c08 100644
--- a/docs/src/main/paradox/typed/stash.md
+++ b/docs/src/main/paradox/typed/stash.md
@@ -11,7 +11,7 @@ To use Akka Actor Typed, you must add the following dependency in your project:
   symbol1=PekkoVersion
   value1="$pekko.version$"
   group=org.apache.pekko
-  artifact=akka-actor-typed_$scala.binary.version$
+  artifact=pekko-actor-typed_$scala.binary.version$
   version=PekkoVersion
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org