use org.apache.pekko as org id (#35)

Update AkkaBuild.scala
This commit is contained in:
PJ Fanning 2022-12-03 14:18:18 +01:00 committed by GitHub
parent 61fbb7ebc0
commit 1d43e8f67c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
98 changed files with 231 additions and 231 deletions

View file

@ -8,10 +8,10 @@ project.description: Multi node testing of distributed systems built with Akka.
To use Multi Node Testing, you must add the following dependency in your project:
@@dependency[sbt,Maven,Gradle] {
bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=PekkoVersion
bomGroup=org.apache.pekko bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=PekkoVersion
symbol1=PekkoVersion
value1="$pekko.version$"
group=com.typesafe.akka
group=org.apache.pekko
artifact=akka-multi-node-testkit_$scala.binary.version$
version=PekkoVersion
scope=test