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-management.git
The following commit(s) were added to refs/heads/main by this push:
new a5c6051 Use correct org.apache.pekko group id in docs
a5c6051 is described below
commit a5c605118786b75dde38fbfd93b597fb407bdc77
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 20 00:32:40 2023 +0200
Use correct org.apache.pekko group id in docs
---
docs/src/main/paradox/discovery/aws.md | 6 +++---
docs/src/main/paradox/discovery/consul.md | 2 +-
docs/src/main/paradox/discovery/kubernetes.md | 2 +-
docs/src/main/paradox/discovery/marathon.md | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/src/main/paradox/discovery/aws.md
b/docs/src/main/paradox/discovery/aws.md
index 390ec0b..f0fbba4 100644
--- a/docs/src/main/paradox/discovery/aws.md
+++ b/docs/src/main/paradox/discovery/aws.md
@@ -52,7 +52,7 @@ This is a separate JAR file:
@@dependency[sbt,Gradle,Maven] {
symbol1=PekkoManagementVersion
value1=$project.version$
- group="org.apache.pekko.pekko.discovery"
+ group="org.apache.pekko"
artifact="pekko-discovery-aws-api_$scala.binary.version$"
version=PekkoManagementVersion
}
@@ -166,7 +166,7 @@ preview SDK. The disadvantage is that the mainstream SDK
does blocking IO.
@@dependency[sbt,Gradle,Maven] {
symbol1=PekkoManagementVersion
value1=$project.version$
- group="org.apache.pekko.pekko.discovery"
+ group="org.apache.pekko"
artifact="pekko-discovery-aws-api_$scala.binary.version$"
version=PekkoManagementVersion
}
@@ -198,7 +198,7 @@ Once the async AWS SDK is out of preview it is likely that
the
@@dependency[sbt,Gradle,Maven] {
symbol1=PekkoManagementVersion
value1=$project.version$
- group="org.apache.pekko.pekko.discovery"
+ group="org.apache.pekko"
artifact="pekko-discovery-aws-api-async_$scala.binary.version$"
version=PekkoManagementVersion
}
diff --git a/docs/src/main/paradox/discovery/consul.md
b/docs/src/main/paradox/discovery/consul.md
index 3bac9ca..ad12f56 100644
--- a/docs/src/main/paradox/discovery/consul.md
+++ b/docs/src/main/paradox/discovery/consul.md
@@ -19,7 +19,7 @@ If you are using Consul to do the service discovery this
would allow you to base
@@dependency[sbt,Gradle,Maven] {
symbol1=PekkoManagementVersion
value1=$project.version$
- group="org.apache.pekko.pekko.discovery"
+ group="org.apache.pekko"
artifact="pekko-discovery-consul_$scala.binary.version$"
version=PekkoManagementVersion
}
diff --git a/docs/src/main/paradox/discovery/kubernetes.md
b/docs/src/main/paradox/discovery/kubernetes.md
index 95fe231..fc61a7a 100644
--- a/docs/src/main/paradox/discovery/kubernetes.md
+++ b/docs/src/main/paradox/discovery/kubernetes.md
@@ -15,7 +15,7 @@ First, add the dependency on the component:
@@dependency[sbt,Gradle,Maven] {
symbol1=PekkoManagementVersion
value1=$project.version$
- group="org.apache.pekko.pekko.discovery"
+ group="org.apache.pekko"
artifact="pekko-discovery-kubernetes-api_$scala.binary.version$"
version=PekkoManagementVersion
}
diff --git a/docs/src/main/paradox/discovery/marathon.md
b/docs/src/main/paradox/discovery/marathon.md
index c2ffdc9..d7800d2 100644
--- a/docs/src/main/paradox/discovery/marathon.md
+++ b/docs/src/main/paradox/discovery/marathon.md
@@ -28,7 +28,7 @@ This is a separate JAR file:
@@dependency[sbt,Gradle,Maven] {
symbol1=PekkoManagementVersion
value1=$project.version$
- group="org.apache.pekko.pekko.discovery"
+ group="org.apache.pekko"
artifact="pekko-discovery-marathon-api_$scala.binary.version$"
version=PekkoManagementVersion
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]