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 ec217fb Use pekko org in docs
ec217fb is described below
commit ec217fbe108884f7de975d89918cc05ebe985867
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri May 19 22:40:37 2023 +0200
Use pekko org 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 c6f5e43..390ec0b 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="com.lightbend.pekko.discovery"
+ group="org.apache.pekko.pekko.discovery"
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="com.lightbend.pekko.discovery"
+ group="org.apache.pekko.pekko.discovery"
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="com.lightbend.pekko.discovery"
+ group="org.apache.pekko.pekko.discovery"
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 3d68125..3bac9ca 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="com.lightbend.pekko.discovery"
+ group="org.apache.pekko.pekko.discovery"
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 dc1ad16..95fe231 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="com.lightbend.pekko.discovery"
+ group="org.apache.pekko.pekko.discovery"
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 2865cb3..c2ffdc9 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="com.lightbend.pekko.discovery"
+ group="org.apache.pekko.pekko.discovery"
artifact="pekko-discovery-marathon-api_$scala.binary.version$"
version=PekkoManagementVersion
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]