You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by se...@apache.org on 2023/01/06 00:06:52 UTC

[incubator-pekko-connectors] branch main updated: Artifact rename (#10)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ec5347d6 Artifact rename (#10)
ec5347d6 is described below

commit ec5347d644749656b65b856d8d9717b531d8f67d
Author: Sean Glover <se...@seanglover.com>
AuthorDate: Thu Jan 5 19:06:47 2023 -0500

    Artifact rename (#10)
---
 .github/release-drafter.yml                        |  6 +--
 .github/workflows/check-build-test.yml             |  5 +-
 .github/workflows/license-and-vulnerabilities.yml  |  4 +-
 .github/workflows/link-validator.yml               | 63 +++++++++++-----------
 .github/workflows/publish.yml                      | 21 ++++----
 CONTRIBUTING.md                                    | 17 +++---
 README.md                                          | 49 +++++++----------
 RELEASING.md                                       |  4 +-
 build.sbt                                          | 11 ++--
 contributor-advice.md                              |  8 +--
 docs/release-train-issue-template.md               | 20 +++----
 docs/src/main/paradox/amqp.md                      |  4 +-
 docs/src/main/paradox/avroparquet.md               |  4 +-
 docs/src/main/paradox/aws-event-bridge.md          |  4 +-
 docs/src/main/paradox/awslambda.md                 |  4 +-
 docs/src/main/paradox/azure-storage-queue.md       |  4 +-
 docs/src/main/paradox/cassandra.md                 |  4 +-
 docs/src/main/paradox/couchbase.md                 |  4 +-
 docs/src/main/paradox/data-transformations/csv.md  |  4 +-
 .../src/main/paradox/data-transformations/index.md |  4 +-
 docs/src/main/paradox/data-transformations/json.md |  4 +-
 .../paradox/data-transformations/simple-codecs.md  |  4 +-
 docs/src/main/paradox/data-transformations/text.md |  4 +-
 docs/src/main/paradox/data-transformations/xml.md  |  4 +-
 docs/src/main/paradox/dynamodb.md                  |  4 +-
 docs/src/main/paradox/elasticsearch.md             |  4 +-
 docs/src/main/paradox/external-components.md       |  6 +--
 docs/src/main/paradox/file.md                      |  4 +-
 docs/src/main/paradox/ftp.md                       |  4 +-
 docs/src/main/paradox/geode.md                     |  4 +-
 .../main/paradox/google-cloud-bigquery-storage.md  |  4 +-
 docs/src/main/paradox/google-cloud-bigquery.md     |  4 +-
 docs/src/main/paradox/google-cloud-pub-sub-grpc.md |  4 +-
 docs/src/main/paradox/google-cloud-pub-sub.md      |  4 +-
 docs/src/main/paradox/google-cloud-storage.md      |  4 +-
 docs/src/main/paradox/google-common.md             |  4 +-
 docs/src/main/paradox/google-fcm.md                |  4 +-
 docs/src/main/paradox/hbase.md                     |  4 +-
 docs/src/main/paradox/hdfs.md                      |  4 +-
 docs/src/main/paradox/huawei-push-kit.md           |  4 +-
 docs/src/main/paradox/influxdb.md                  |  4 +-
 docs/src/main/paradox/ironmq.md                    |  4 +-
 docs/src/main/paradox/jms/ibm-mq.md                |  4 +-
 docs/src/main/paradox/jms/index.md                 |  4 +-
 docs/src/main/paradox/kinesis.md                   |  4 +-
 docs/src/main/paradox/kudu.md                      |  4 +-
 docs/src/main/paradox/mongodb.md                   |  4 +-
 docs/src/main/paradox/mqtt-streaming.md            |  4 +-
 docs/src/main/paradox/mqtt.md                      |  4 +-
 docs/src/main/paradox/opensearch.md                |  4 +-
 docs/src/main/paradox/orientdb.md                  |  4 +-
 docs/src/main/paradox/other-docs/snapshots.md      |  4 +-
 docs/src/main/paradox/other-docs/versioning.md     |  4 +-
 docs/src/main/paradox/overview.md                  |  4 +-
 docs/src/main/paradox/pravega.md                   |  4 +-
 docs/src/main/paradox/reference.md                 |  6 +--
 docs/src/main/paradox/s3.md                        |  4 +-
 docs/src/main/paradox/slick.md                     |  4 +-
 docs/src/main/paradox/sns.md                       |  4 +-
 docs/src/main/paradox/solr.md                      |  4 +-
 docs/src/main/paradox/spring-web.md                |  6 +--
 docs/src/main/paradox/sqs.md                       |  4 +-
 docs/src/main/paradox/sse.md                       |  4 +-
 docs/src/main/paradox/udp.md                       |  4 +-
 docs/src/main/paradox/unix-domain-socket.md        |  4 +-
 project/Common.scala                               |  2 +-
 project/TestChanged.scala                          |  2 +-
 project/project-info.conf                          |  6 +--
 68 files changed, 213 insertions(+), 227 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 8e0b54bc..0a9a4bb4 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -1,5 +1,5 @@
 # Config for https://github.com/toolmantim/release-drafter
-name-template: 'Alpakka $NEXT_PATCH_VERSION'
+name-template: 'Apache Pekko Connectors $NEXT_PATCH_VERSION'
 tag-template: 'v$NEXT_PATCH_VERSION'
 categories:
   - title: ':toolbox: Infrastructure'
@@ -99,9 +99,9 @@ categories:
   - title: 'XML'
     label: 'p:xml'
 
-change-template: '- $TITLE [#$NUMBER](https://github.com/akka/alpakka/issues/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)'
+change-template: '- $TITLE [#$NUMBER](https://github.com/apache/incubator-pekko-connectors/issues/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)'
 template: |
-  # :mega: Alpakka $NEXT_PATCH_VERSION released!
+  # :mega: Apache Pekko Connectors $NEXT_PATCH_VERSION released!
 
   ## Changes
 
diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml
index e579e66a..77d912ab 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -70,8 +70,9 @@ jobs:
       - name: "Create all API docs and create site with Paradox"
         run: sbt docs/makeSite
 
-      - name: Run Link Validator
-        run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
+# TODO: Fix after documentation updates
+#      - name: Run Link Validator
+#        run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
 
   connectors:
     runs-on: ubuntu-20.04
diff --git a/.github/workflows/license-and-vulnerabilities.yml b/.github/workflows/license-and-vulnerabilities.yml
index 930d2359..f467937f 100644
--- a/.github/workflows/license-and-vulnerabilities.yml
+++ b/.github/workflows/license-and-vulnerabilities.yml
@@ -11,7 +11,7 @@ on:
 jobs:
   license-and-vulnerabilities-scanning:
     name: Analyse
-    if: github.repository == 'akka/alpakka'
+    if: github.repository == 'apache/incubator-pekko-connectors'
     runs-on: ubuntu-latest
 
     steps:
@@ -22,7 +22,7 @@ jobs:
       - name: Fetch tags
         run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
       - name: FOSSA policy check
-        if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'akka/alpakka' }}
+        if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'apache/incubator-pekko-connectors' }}
         run: |-
           curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash
           fossa analyze && fossa test
diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index 5a7b65c3..aa8e3d54 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -1,31 +1,32 @@
-name: Link Validator
-
-on:
-  schedule:
-    - cron:  '0 6 * * 1'
-
-jobs:
-  validate-links:
-    runs-on: ubuntu-18.04
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v2
-        with: # https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos
-          fetch-depth: 100
-
-      - name: Fetch tags
-        run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
-
-      - name: Set up JDK 11
-        uses: olafurpg/setup-scala@v13
-        with:
-          java-version: adopt@1.11.0-9
-
-      - name: Cache Coursier cache
-        uses: coursier/cache-action@v6.4.0
-
-      - name: sbt site
-        run: sbt docs/makeSite
-
-      - name: Run Link Validator
-        run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
+# TODO: Fix after documentation updates
+#name: Link Validator
+#
+#on:
+#  schedule:
+#    - cron:  '0 6 * * 1'
+#
+#jobs:
+#  validate-links:
+#    runs-on: ubuntu-18.04
+#    steps:
+#      - name: Checkout
+#        uses: actions/checkout@v2
+#        with: # https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos
+#          fetch-depth: 100
+#
+#      - name: Fetch tags
+#        run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
+#
+#      - name: Set up JDK 11
+#        uses: olafurpg/setup-scala@v13
+#        with:
+#          java-version: adopt@1.11.0-9
+#
+#      - name: Cache Coursier cache
+#        uses: coursier/cache-action@v6.4.0
+#
+#      - name: sbt site
+#        run: sbt docs/makeSite
+#
+#      - name: Run Link Validator
+#        run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 81ea1e22..1ca36961 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -13,7 +13,7 @@ on:
 jobs:
   release:
     # runs on main repo only
-    if: github.repository == 'akka/alpakka'
+    if: github.repository == 'apache/incubator-pekko-connectors'
     name: Release
     environment: release
     runs-on: ubuntu-20.04
@@ -39,12 +39,13 @@ jobs:
           SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
         run: sbt ci-release
 
-      - name: Publish API and reference documentation
-        env:
-          GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }}
-        run: |+
-          eval "$(ssh-agent -s)"
-          echo $GUSTAV_KEY | base64 -di > .github/id_rsa
-          chmod 600 .github/id_rsa
-          ssh-add .github/id_rsa
-          sbt +~2.13 docs/publishRsync
+# TODO: fix after documentation deploy
+#      - name: Publish API and reference documentation
+#        env:
+#          GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }}
+#        run: |+
+#          eval "$(ssh-agent -s)"
+#          echo $GUSTAV_KEY | base64 -di > .github/id_rsa
+#          chmod 600 .github/id_rsa
+#          ssh-add .github/id_rsa
+#          sbt +~2.13 docs/publishRsync
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e40ef012..81e9af54 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,26 +14,21 @@ You may also check out these [other resources](https://akka.io/get-involved/).
 
 ## General Workflow
 
-This is the process for committing code into master.
+This is the process for committing code into main.
 
-1. Make sure you have signed the Lightbend CLA, if not, [sign it online](http://www.lightbend.com/contribute/cla).
-
-1. To avoid duplicated effort, it might be good to check the [issue tracker](https://github.com/akka/alpakka/issues) and [existing pull requests](https://github.com/akka/alpakka/pulls) for existing work.
-   - If there is no ticket yet, feel free to [create one](https://github.com/akka/alpakka/issues/new) to discuss the problem and the approach you want to take to solve it.
+1. To avoid duplicated effort, it might be good to check the [issue tracker](https://github.com/apache/incubator-pekko-connectors/issues) and [existing pull requests](https://github.com/apache/incubator-pekko-connectors/pulls) for existing work.
+   - If there is no ticket yet, feel free to [create one](https://github.com/apache/incubator-pekko-connectors/issues/new) to discuss the problem and the approach you want to take to solve it.
 
 1. Perform your work according to the [pull request requirements](#pull-request-requirements).
 
-1. When the feature or fix is completed you should open a [Pull Request](https://help.github.com/articles/using-pull-requests) on [GitHub](https://github.com/akka/alpakka/pulls). Prefix your PR title with a marker to show which module it affects (eg. "JMS", or "AWS S3").
+1. When the feature or fix is completed you should open a [Pull Request](https://help.github.com/articles/using-pull-requests) on [GitHub](https://github.com/apache/incubator-pekko-connectors/pulls). Prefix your PR title with a marker to show which module it affects (eg. "JMS", or "AWS S3").
 
-1. The Pull Request should be reviewed by other maintainers (as many as feasible/practical). Note that the maintainers can consist of outside contributors, both within and outside Lightbend. Outside contributors are encouraged to participate in the review process, it is not a closed process.
+1. The Pull Request should be reviewed by other maintainers (as many as feasible/practical). Outside contributors are encouraged to participate in the review process, it is not a closed process.
 
 1. After the review you should fix the issues (review comments, CI failures, compiler warnings) by pushing a new commit for new review, iterating until the reviewers give their thumbs up and CI tests pass.
 
 1. If the branch merge conflicts with its target, rebase your branch onto the target branch.
 
-In case of questions about the contribution process or for discussion of specific issues please visit the [akka/dev gitter chat](https://gitter.im/akka/dev).
-
-
 ## Alpakka specific advice
 
 We've collected a few notes on how we would like Alpakka modules to be designed based on what has evolved so far.
@@ -117,7 +112,7 @@ Example:
 
 ## How To Enforce These Guidelines?
 
-1. [GitHub actions](https://github.com/akka/alpakka/actions) automatically merge the code, builds it, runs the tests and sets Pull Request status accordingly of results in GitHub.
+1. [GitHub actions](https://github.com/apache/incubator-pekko-connectors/actions) automatically merge the code, builds it, runs the tests and sets Pull Request status accordingly of results in GitHub.
 1. [Scalafmt](http://scalameta.org/scalafmt/) enforces some of the code style rules.
 1. [sbt-header plugin](https://github.com/sbt/sbt-header) manages consistent copyright headers in every source file.
 1. A GitHub bot checks whether you've signed the Lightbend CLA. 
diff --git a/README.md b/README.md
index 0fa13f69..844a6226 100644
--- a/README.md
+++ b/README.md
@@ -1,58 +1,49 @@
-Alpakka [![scaladex-badge][]][scaladex] [![maven-central-badge][]][maven-central] [![CI on GitHub actions](https://github.com/akka/alpakka/actions/workflows/check-build-test.yml/badge.svg)](https://github.com/akka/alpakka/actions/workflows/check-build-test.yml)
+Alpakka [![scaladex-badge][]][scaladex] [![maven-central-badge][]][maven-central] [![CI on GitHub actions](https://github.com/apache/incubator-pekko-connectors/actions/workflows/check-build-test.yml/badge.svg)](https://github.com/apache/incubator-pekko-connectors/actions/workflows/check-build-test.yml)
 =======
 
-[scaladex]:              https://index.scala-lang.org/akka/alpakka
-[scaladex-badge]:        https://index.scala-lang.org/akka/alpakka/latest.svg
-[maven-central]:         https://search.maven.org/#search%7Cga%7C1%7Cakka-stream-alpakka
-[maven-central-badge]:   https://maven-badges.herokuapp.com/maven-central/com.lightbend.akka/akka-stream-alpakka-file_2.12/badge.svg
+[scaladex]:              https://index.scala-lang.org/apache/incubator-pekko-connectors
+[scaladex-badge]:        https://index.scala-lang.org/apache/incubator-pekko-connectors/latest.svg
+[maven-central]:         https://search.maven.org/#search%7Cga%7C1%7Cpekko-connectors
+[maven-central-badge]:   https://maven-badges.herokuapp.com/maven-central/org.pekko/pekko-connectors-file_2.13/badge.svg
 
 Systems don't come alone. In the modern world of microservices and cloud deployment, new components must interact with legacy systems, making integration an important key to success. Reactive Streams give us a technology-independent tool to let these heterogeneous systems communicate without overwhelming each other.
 
 The Alpakka project is an open source initiative to implement stream-aware, reactive, integration pipelines for Java and Scala. It is built on top of [Akka Streams](https://doc.akka.io/docs/akka/current/stream/index.html), and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure. Akka Streams is a [Reactive Streams](http://www.reactive-streams.org/) and JDK 9+ [java.uti [...]
 
+Pekko connectors is a fork of [Alpakka](https://github.com/akka/alpakka) 4.0.0, prior to the Akka project's adoption of the Business Source License.
 
 Documentation
 -------------
 
-- [Alpakka reference](https://doc.akka.io/docs/alpakka/current/) documentation
-
-- [Alpakka Kafka connector reference](https://doc.akka.io/docs/akka-stream-kafka/current/) documentation
-
-To keep up with the latest Alpakka releases check out [Alpakka releases](https://github.com/akka/alpakka/releases) and [Alpakka Kafka connector releases](https://github.com/akka/alpakka-kafka/releases).
+**TODO add documentation links**
 
+To keep up with the latest Alpakka releases check out [Pekko connectors releases](https://github.com/apache/incubator-pekko-connectors/releases) and [Pekko connectors Kafka releases](https://github.com/apache/incubator-pekko-connectors-kafka/releases).
 
 Community
 ---------
 
-You can join these forums and chats to discuss and ask Akka and Alpakka related questions:
-
-- Forums: [discuss.lightbend.com](https://discuss.lightbend.com/c/akka/streams-and-alpakka)
-- Chat room about *using* Akka and Alpakka: [![gitter: akka/akka](https://img.shields.io/badge/gitter%3A-akka%2Fakka-blue.svg?style=flat-square)](https://gitter.im/akka/akka)
-- Issue tracker: [![github: akka/alpakka](https://img.shields.io/badge/github%3A-issues-blue.svg?style=flat-square)](https://github.com/akka/alpakka/issues)
-
-In addition to that, you may enjoy the following:
-
-- The [Akka Team Blog](https://akka.io/blog/)
-- [@akkateam](https://twitter.com/akkateam) on Twitter
-- Questions tagged [#alpakka on StackOverflow](http://stackoverflow.com/questions/tagged/alpakka)
-
+You can join these forums and chats to discuss and ask Pekko and Pekko connector related questions:
 
+- [GitHub discussions](https://github.com/apache/incubator-pekko/discussions): for questions and general discussion.
+- [Pekko dev mailing list](https://lists.apache.org/list.html?dev@pekko.apache.org): for Pekko connectors development discussions.
+- [GitHub issues](https://github.com/apache/incubator-pekko-connectors/issues): for bug reports and feature requests. Please search the existing issues before creating new ones. If you are unsure whether you have found a bug, consider asking in GitHub discussions or the mailing list first.
 
 Contributing
 ------------
 
-[Lightbend](https://www.lightbend.com/) is committed to Alpakka and has an Alpakka team working on it.
-
-Contributions are *very* welcome! The Alpakka team appreciates community contributions by both those new to Alpakka and those more experienced.
-Alpakka depends on the community to keep up with the ever-growing number of technologies with which to integrate. Please step up and share the successful Akka Stream integrations you implement with the Alpakka community.
+Contributions are very welcome. If you have an idea on how to improve Pekko, don't hesitate to create an issue or submit a pull request.
 
-If you find an issue that you'd like to see fixed, the quickest way to make that happen is to implement the fix and submit a pull request.
+See [CONTRIBUTING.md](https://github.com/apache/incubator-pekko/blob/main/CONTRIBUTING.md) for details on the development workflow and how to create your pull request.
 
-Refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details about the workflow, and general hints on how to prepare your pull request. If you're planning to implement a new module within Alpakka, look at our [contributor advice](contributor-advice.md).
+Code of Conduct
+---------------
 
-You can also ask for clarifications or guidance in GitHub issues directly, or in the [akka/dev](https://gitter.im/akka/dev) chat if a more real time communication would be of benefit.
+Apache Pekko is governed by the [Apache code of conduct](https://www.apache.org/foundation/policies/conduct.html). By participating in this project you agree to abide by its terms.
 
+License
+-------
 
+Apache Pekko is available under the Apache License, version 2.0. See [LICENSE](https://github.com/apache/incubator-pekko-connectors/blob/main/LICENSE) file for details.
 
 Caveat Emptor
 -------------
diff --git a/RELEASING.md b/RELEASING.md
index 7a123996..5bf916e8 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -1,9 +1,9 @@
 ## Releasing
 
-Use this command to create a release issue of [Alpakka Release Train Issue Template](docs/release-train-issue-template.md) and follow the steps.
+Use this command to create a release issue of [Pekko Connectors Release Train Issue Template](docs/release-train-issue-template.md) and follow the steps.
 
 ```bash
-~/alpakka> scripts/create-release-issue.sh `version-to-be-released`
+~/pekko-connectors> scripts/create-release-issue.sh `version-to-be-released`
 ```
 
 ### Releasing only updated docs
diff --git a/build.sbt b/build.sbt
index 139e3978..0e0effef 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,4 +1,4 @@
-lazy val pekkoConnectors = project
+lazy val `pekko-connectors` = project
   .in(file("."))
   .enablePlugins(ScalaUnidocPlugin)
   .disablePlugins(MimaPlugin, SitePlugin)
@@ -422,7 +422,7 @@ lazy val `doc-examples` = project
   .enablePlugins(AutomateHeaderPlugin)
   .disablePlugins(MimaPlugin, SitePlugin)
   .settings(
-    name := s"akka-stream-alpakka-doc-examples",
+    name := s"pekko-connectors-doc-examples",
     publish / skip := true,
     Dependencies.`Doc-examples`
   )
@@ -435,7 +435,7 @@ def pekkoConnectorProject(projectId: String,
     .enablePlugins(AutomateHeaderPlugin)
     .disablePlugins(SitePlugin)
     .settings(
-      name := s"akka-stream-alpakka-$projectId",
+      name := s"pekko-connectors-$projectId",
       licenses := List(License.Apache2),
       AutomaticModuleName.settings(s"akka.stream.alpakka.$moduleName"),
       mimaPreviousArtifacts := Set(
@@ -457,10 +457,7 @@ def internalProject(projectId: String, additionalSettings: sbt.Def.SettingsDefin
   Project(id = projectId, base = file(projectId))
     .enablePlugins(AutomateHeaderPlugin)
     .disablePlugins(SitePlugin, MimaPlugin)
-    .settings(
-      name := s"akka-stream-alpakka-$projectId",
-      publish / skip := true
-    )
+    .settings(name := s"pekko-connectors-$projectId", publish / skip := true)
     .settings(additionalSettings: _*)
 
 Global / onLoad := (Global / onLoad).value.andThen { s =>
diff --git a/contributor-advice.md b/contributor-advice.md
index 5948c121..2ff9f828 100644
--- a/contributor-advice.md
+++ b/contributor-advice.md
@@ -1,4 +1,4 @@
-# Some advice for Alpakka contributors
+# Some advice for Pekko connectors contributors
 
 ## Reference connector
 
@@ -9,7 +9,7 @@ To inspect how all of the below listed guidelines are to be implemented in pract
 
 ### Public factory methods
 
-Depending on the technology you integrate with Akka Streams and Alpakka you'll create Sources, Flows and Sinks.
+Depending on the technology you integrate with Pekko streams and Pekko connectors you'll create Sources, Flows and Sinks.
 Regardless on how they are implemented make sure that you create the relevant Sources, Sinks and Flows APIs so they are
 simple and easy to use.
 
@@ -98,7 +98,7 @@ Refrain from using `akka.stream.alpakka` as Config prefix, prefer `alpakka` as r
 
 ### Evolving APIs with binary compatibility
 
-All Akka APIs aim to evolve in a binary compatible way within minor versions.
+All Pekko APIs aim to evolve in a binary compatible way within minor versions.
 
 1. Do not use any default arguments
 
@@ -110,7 +110,7 @@ See [Binary Compatibilty Rules](https://doc.akka.io/docs/akka/current/common/bin
 
 See [Binary Compatibility for library authors](https://docs.scala-lang.org/overviews/core/binary-compatibility-for-library-authors.html)
 
-Use [MigrationManager (MiMa)](https://github.com/lightbend/migration-manager) to validate, if versions are binary compatible. See [Binary compatibility (MiMa) in CONTRIBUTING.md](https://github.com/akka/alpakka/blob/master/CONTRIBUTING.md#binary-compatibility-mima) for details.
+Use [MigrationManager (MiMa)](https://github.com/lightbend/migration-manager) to validate, if versions are binary compatible. See [Binary compatibility (MiMa) in CONTRIBUTING.md](https://github.com/apache/incubator-pekko-connectors/blob/master/CONTRIBUTING.md#binary-compatibility-mima) for details.
 
 
 ### External Dependencies
diff --git a/docs/release-train-issue-template.md b/docs/release-train-issue-template.md
index 47104e50..42830904 100644
--- a/docs/release-train-issue-template.md
+++ b/docs/release-train-issue-template.md
@@ -13,15 +13,15 @@ Variables to be expanded in this template:
 - $BINARY_VERSION$=???
 
 Key links:
-  - akka/alpakka milestone: https://github.com/akka/alpakka/milestone/?
+  - apache/incubator-pekko-connectors milestone: https://github.com/apache/incubator-pekko-connectors/milestone/?
 -->
 ### ~ 1 week before the release
 
 - [ ] Check that any new `deprecated` annotations use the correct version name
 - [ ] Check that open PRs and issues assigned to the milestone are reasonable
 - [ ] Decide on planned release date
-- [ ] Create a new milestone for the [next version](https://github.com/akka/alpakka/milestones)
-- [ ] Check [closed issues without a milestone](https://github.com/akka/alpakka/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20no%3Amilestone) and either assign them the 'upcoming' release milestone or `invalid/not release-bound`
+- [ ] Create a new milestone for the [next version](https://github.com/apache/incubator-pekko-connectors/milestones)
+- [ ] Check [closed issues without a milestone](https://github.com/apache/incubator-pekko-connectors/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20no%3Amilestone) and either assign them the 'upcoming' release milestone or `invalid/not release-bound`
 
 ### 1 day before the release
 
@@ -31,20 +31,20 @@ Key links:
 
 - [ ] Check readiness levels in `/project/project-info.conf`, and put in the release date for any new modules
 - [ ] For non-patch releases: Create a news item draft PR on [akka.github.com](https://github.com/akka/akka.io), using the milestone
-- [ ] Move all [unclosed issues](https://github.com/akka/alpakka/issues?q=is%3Aopen+is%3Aissue+milestone%3A$VERSION$) for this milestone to the next milestone
-- [ ] Close the [$VERSION$ milestone](https://github.com/akka/alpakka/milestones?direction=asc&sort=due_date)
+- [ ] Move all [unclosed issues](https://github.com/apache/incubator-pekko-connectors/issues?q=is%3Aopen+is%3Aissue+milestone%3A$VERSION$) for this milestone to the next milestone
+- [ ] Close the [$VERSION$ milestone](https://github.com/apache/incubator-pekko-connectors/milestones?direction=asc&sort=due_date)
 
 ### Cutting the release
 
-- [ ] Wait until the [build finished](https://github.com/akka/alpakka/actions) after merging the release notes
-- [ ] [Fix up the draft release](https://github.com/akka/alpakka/releases) with the next tag version `v$VERSION$`, title and release description linking to announcement and milestone
-- [ ] Check that the CI release build has executed successfully (GitHub actions will start a [CI publish build](https://github.com/akka/alpakka/actions/workflows/publish.yml) for the new tag and publish artifacts to Sonatype and documentation to Gustav)
+- [ ] Wait until the [build finished](https://github.com/apache/incubator-pekko-connectors/actions) after merging the release notes
+- [ ] [Fix up the draft release](https://github.com/apache/incubator-pekko-connectors/releases) with the next tag version `v$VERSION$`, title and release description linking to announcement and milestone
+- [ ] Check that the CI release build has executed successfully (GitHub actions will start a [CI publish build](https://github.com/apache/incubator-pekko-connectors/actions/workflows/publish.yml) for the new tag and publish artifacts to Sonatype and documentation to Gustav)
 
 ### Check availability
 
 - [ ] Check [API](https://doc.akka.io/api/alpakka/$VERSION$/) documentation
 - [ ] Check [reference](https://doc.akka.io/docs/alpakka/$VERSION$/) documentation
-- [ ] Check the release on [Maven central](https://repo1.maven.org/maven2/com/lightbend/akka/akka-stream-alpakka-xml_2.12/$VERSION$/)
+- [ ] Check the release on [Maven central](https://repo1.maven.org/maven2/org/pekko/akka-stream-alpakka-xml_2.13/$VERSION$/)
 
 ### When everything is on maven central
   - [ ] Log into `gustav.akka.io` as `akkarepo` 
@@ -75,5 +75,5 @@ Key links:
 - [ ] If Couchbase has relevant changes, create/update PR in [Akka Persistence Couchbase](https://github.com/akka/akka-persistence-couchbase/) to upgrade to $VERSION$
 - [ ] If Cassandra has relevant changes, create/update PR in [Akka Persistence Cassandra](https://github.com/akka/akka-persistence-cassandra/) to upgrade to $VERSION$
 - [ ] Update version for [Lightbend Supported Modules](https://developer.lightbend.com/docs/lightbend-platform/introduction/getting-help/build-dependencies.html#_alpakka) in [private project](https://github.com/lightbend/lightbend-platform-docs/blob/master/docs/modules/getting-help/examples/build.sbt)
-- [ ] Create an issue or PR to upgrade projects in [Alpakka Samples](https://github.com/akka/alpakka-samples)
+- [ ] Create an issue or PR to upgrade projects in [Alpakka Samples](https://github.com/apache/incubator-pekko-connectors-samples)
 - Close this issue
diff --git a/docs/src/main/paradox/amqp.md b/docs/src/main/paradox/amqp.md
index ca7c86c0..62372d11 100644
--- a/docs/src/main/paradox/amqp.md
+++ b/docs/src/main/paradox/amqp.md
@@ -9,8 +9,8 @@ AMQP 1.0 is currently not supported (Qpid, ActiveMQ, Solace, etc.).
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-amqp_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-amqp_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/avroparquet.md b/docs/src/main/paradox/avroparquet.md
index 38365a22..ed07fbb7 100644
--- a/docs/src/main/paradox/avroparquet.md
+++ b/docs/src/main/paradox/avroparquet.md
@@ -9,8 +9,8 @@ For more information about Apache Parquet please visit the [official documentati
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-avroparquet_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-avroparquet_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/aws-event-bridge.md b/docs/src/main/paradox/aws-event-bridge.md
index ad4d2ef1..df984932 100644
--- a/docs/src/main/paradox/aws-event-bridge.md
+++ b/docs/src/main/paradox/aws-event-bridge.md
@@ -33,8 +33,8 @@ The Alpakka AWS EventBridge connector provides Akka Stream flows and sinks to pu
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-aws-event-bridge_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-aws-event-bridge_$scala.binary.version$
   version=$project.version$
 }
 
diff --git a/docs/src/main/paradox/awslambda.md b/docs/src/main/paradox/awslambda.md
index 0383980e..89dffe93 100644
--- a/docs/src/main/paradox/awslambda.md
+++ b/docs/src/main/paradox/awslambda.md
@@ -9,8 +9,8 @@ For more information about AWS Lambda please visit the [AWS lambda documentation
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-awslambda_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-awslambda_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/azure-storage-queue.md b/docs/src/main/paradox/azure-storage-queue.md
index 3275924a..1327fdab 100644
--- a/docs/src/main/paradox/azure-storage-queue.md
+++ b/docs/src/main/paradox/azure-storage-queue.md
@@ -9,8 +9,8 @@ Azure Storage Queue is a queuing service similar to Amazon's SQS. It is designed
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-azure-storage-queue_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-azure-storage-queue_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/cassandra.md b/docs/src/main/paradox/cassandra.md
index 8114e168..ac91915f 100644
--- a/docs/src/main/paradox/cassandra.md
+++ b/docs/src/main/paradox/cassandra.md
@@ -15,8 +15,8 @@ Alpakka Cassandra offers an @extref:[Akka Streams](akka:/stream/index.html) API
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-cassandra_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-cassandra_$scala.binary.version$
   version=$project.version$
 }
 
diff --git a/docs/src/main/paradox/couchbase.md b/docs/src/main/paradox/couchbase.md
index cd7dd8c7..284bdb24 100644
--- a/docs/src/main/paradox/couchbase.md
+++ b/docs/src/main/paradox/couchbase.md
@@ -21,8 +21,8 @@ The Couchbase connector supports all document formats which are supported by the
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-couchbase_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-couchbase_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/data-transformations/csv.md b/docs/src/main/paradox/data-transformations/csv.md
index ee21016d..f0253b96 100644
--- a/docs/src/main/paradox/data-transformations/csv.md
+++ b/docs/src/main/paradox/data-transformations/csv.md
@@ -23,8 +23,8 @@ Lines are separated by either Line Feed (`\n` = ASCII 10) or Carriage Return and
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-csv_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-csv_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/data-transformations/index.md b/docs/src/main/paradox/data-transformations/index.md
index e6002011..ffad824d 100644
--- a/docs/src/main/paradox/data-transformations/index.md
+++ b/docs/src/main/paradox/data-transformations/index.md
@@ -17,7 +17,7 @@ Data transformation is an important part of integration with external systems.
 
 @@ toc { .main depth=2 }
 
-[Contributions](https://github.com/akka/alpakka/blob/master/CONTRIBUTING.md) are very welcome.
-[Creating an issue](https://github.com/akka/alpakka/issues) for discussion is a good first step for such contributions.
+[Contributions](https://github.com/apache/incubator-pekko-connectors/blob/master/CONTRIBUTING.md) are very welcome.
+[Creating an issue](https://github.com/apache/incubator-pekko-connectors/issues) for discussion is a good first step for such contributions.
 
 
diff --git a/docs/src/main/paradox/data-transformations/json.md b/docs/src/main/paradox/data-transformations/json.md
index 83610435..dcc6cde3 100644
--- a/docs/src/main/paradox/data-transformations/json.md
+++ b/docs/src/main/paradox/data-transformations/json.md
@@ -64,8 +64,8 @@ even: only the `doc` inside each element of the array.
 ### Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-json-streaming_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-json-streaming_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/data-transformations/simple-codecs.md b/docs/src/main/paradox/data-transformations/simple-codecs.md
index f5f8dc19..e6f3faef 100755
--- a/docs/src/main/paradox/data-transformations/simple-codecs.md
+++ b/docs/src/main/paradox/data-transformations/simple-codecs.md
@@ -23,8 +23,8 @@ is parsed into frames:
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-simple-codecs_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-simple-codecs_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/data-transformations/text.md b/docs/src/main/paradox/data-transformations/text.md
index bedee602..4220d632 100644
--- a/docs/src/main/paradox/data-transformations/text.md
+++ b/docs/src/main/paradox/data-transformations/text.md
@@ -15,8 +15,8 @@ parser does only support UTF-8.
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-text_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-text_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/data-transformations/xml.md b/docs/src/main/paradox/data-transformations/xml.md
index 3889614d..da749665 100644
--- a/docs/src/main/paradox/data-transformations/xml.md
+++ b/docs/src/main/paradox/data-transformations/xml.md
@@ -8,8 +8,8 @@ XML parsing module offers Flows for parsing, processing and writing XML document
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-xml_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-xml_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/dynamodb.md b/docs/src/main/paradox/dynamodb.md
index 0f30f2af..69a3193c 100644
--- a/docs/src/main/paradox/dynamodb.md
+++ b/docs/src/main/paradox/dynamodb.md
@@ -7,8 +7,8 @@ The AWS DynamoDB connector provides a flow for streaming DynamoDB requests. For
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-dynamodb_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-dynamodb_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/elasticsearch.md b/docs/src/main/paradox/elasticsearch.md
index 577b2612..2238bbd2 100644
--- a/docs/src/main/paradox/elasticsearch.md
+++ b/docs/src/main/paradox/elasticsearch.md
@@ -9,8 +9,8 @@ For more information about Elasticsearch, please visit the [Elasticsearch docume
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-elasticsearch_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-elasticsearch_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/external-components.md b/docs/src/main/paradox/external-components.md
index 9dc016c7..0be94c85 100644
--- a/docs/src/main/paradox/external-components.md
+++ b/docs/src/main/paradox/external-components.md
@@ -2,8 +2,8 @@
 
 Below is a non-complete list of stream components that are maintained by other projects.
 
-[Contributions](https://github.com/akka/alpakka/blob/master/CONTRIBUTING.md) are very welcome.
-[Creating an issue](https://github.com/akka/alpakka/issues) for discussion is a good first step for such contributions.
+[Contributions](https://github.com/apache/incubator-pekko-connectors/blob/master/CONTRIBUTING.md) are very welcome.
+[Creating an issue](https://github.com/apache/incubator-pekko-connectors/issues) for discussion is a good first step for such contributions.
 
 ## Buffers
 
@@ -23,4 +23,4 @@ Below is a non-complete list of stream components that are maintained by other p
 
 ## Metrics
 
-[Stream Materialization Metrics](https://squbs.readthedocs.io/en/latest/materialization-metrics-collector/)
\ No newline at end of file
+[Stream Materialization Metrics](https://squbs.readthedocs.io/en/latest/materialization-metrics-collector/)
diff --git a/docs/src/main/paradox/file.md b/docs/src/main/paradox/file.md
index 1b9ca360..df9d2bf5 100644
--- a/docs/src/main/paradox/file.md
+++ b/docs/src/main/paradox/file.md
@@ -9,8 +9,8 @@ the sources and sinks for files already included in core Akka Streams
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-file_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-file_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/ftp.md b/docs/src/main/paradox/ftp.md
index b64094bb..5d8f0363 100644
--- a/docs/src/main/paradox/ftp.md
+++ b/docs/src/main/paradox/ftp.md
@@ -10,8 +10,8 @@ The FTP connector provides Akka Stream sources to connect to FTP, FTPs and SFTP
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-ftp_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-ftp_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/geode.md b/docs/src/main/paradox/geode.md
index 915300a0..c0f9fbff 100644
--- a/docs/src/main/paradox/geode.md
+++ b/docs/src/main/paradox/geode.md
@@ -9,8 +9,8 @@ Alpakka Geode provides flows and sinks to put elements into Geode, and a source
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-geode_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-geode_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/google-cloud-bigquery-storage.md b/docs/src/main/paradox/google-cloud-bigquery-storage.md
index dcd45d8b..a24d0b35 100644
--- a/docs/src/main/paradox/google-cloud-bigquery-storage.md
+++ b/docs/src/main/paradox/google-cloud-bigquery-storage.md
@@ -14,8 +14,8 @@ This connector communicates to the BigQuery Storage API via the gRPC protocol. T
 Akka gRPC uses Akka Discovery internally. Make sure to add Akka Discovery with the same Akka version that the application uses.
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-google-cloud-bigquery-storage_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-google-cloud-bigquery-storage_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/google-cloud-bigquery.md b/docs/src/main/paradox/google-cloud-bigquery.md
index e7c6128e..d897f33f 100644
--- a/docs/src/main/paradox/google-cloud-bigquery.md
+++ b/docs/src/main/paradox/google-cloud-bigquery.md
@@ -15,8 +15,8 @@ Alpakka Google Cloud BigQuery was added in Alpakka 2.0.2 in July 2020 and is mar
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-google-cloud-bigquery_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-google-cloud-bigquery_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/google-cloud-pub-sub-grpc.md b/docs/src/main/paradox/google-cloud-pub-sub-grpc.md
index e999ceb0..21c3f487 100644
--- a/docs/src/main/paradox/google-cloud-pub-sub-grpc.md
+++ b/docs/src/main/paradox/google-cloud-pub-sub-grpc.md
@@ -17,8 +17,8 @@ look at the alternative @ref[Alpakka Google Cloud Pub/Sub](google-cloud-pub-sub.
 Akka gRPC uses Akka Discovery internally. Make sure to add Akka Discovery with the same Akka version that the application uses.
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-google-cloud-pub-sub-grpc_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-google-cloud-pub-sub-grpc_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/google-cloud-pub-sub.md b/docs/src/main/paradox/google-cloud-pub-sub.md
index 50bc1747..081e55cd 100644
--- a/docs/src/main/paradox/google-cloud-pub-sub.md
+++ b/docs/src/main/paradox/google-cloud-pub-sub.md
@@ -13,8 +13,8 @@ This connector communicates to Pub/Sub via HTTP requests (i.e. `https://pubsub.g
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-google-cloud-pub-sub_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-google-cloud-pub-sub_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/google-cloud-storage.md b/docs/src/main/paradox/google-cloud-storage.md
index f88be781..b2381035 100644
--- a/docs/src/main/paradox/google-cloud-storage.md
+++ b/docs/src/main/paradox/google-cloud-storage.md
@@ -10,8 +10,8 @@ This connector communicates to Cloud Storage via HTTP requests.
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-google-cloud-storage_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-google-cloud-storage_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/google-common.md b/docs/src/main/paradox/google-common.md
index 93fdba1a..8544a85f 100644
--- a/docs/src/main/paradox/google-common.md
+++ b/docs/src/main/paradox/google-common.md
@@ -5,8 +5,8 @@ The `google-common` module provides central configuration for Google connectors
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-group=com.lightbend.akka
-artifact=akka-stream-alpakka-google-common_$scala.binary.version$
+group=org.apache.pekko
+artifact=pekko-connectors-google-common_$scala.binary.version$
 version=$project.version$
 symbol2=AkkaVersion
 value2=$akka.version$
diff --git a/docs/src/main/paradox/google-fcm.md b/docs/src/main/paradox/google-fcm.md
index a7c08406..44792d17 100644
--- a/docs/src/main/paradox/google-fcm.md
+++ b/docs/src/main/paradox/google-fcm.md
@@ -15,8 +15,8 @@ The Alpakka Google Firebase Cloud Messaging connector provides a way to send not
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-google-fcm_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-google-fcm_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/hbase.md b/docs/src/main/paradox/hbase.md
index 8e470d84..f44706f3 100644
--- a/docs/src/main/paradox/hbase.md
+++ b/docs/src/main/paradox/hbase.md
@@ -10,8 +10,8 @@ For more information about HBase, please visit the [HBase documentation](https:/
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-hbase_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-hbase_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/hdfs.md b/docs/src/main/paradox/hdfs.md
index c622111c..51d6334e 100644
--- a/docs/src/main/paradox/hdfs.md
+++ b/docs/src/main/paradox/hdfs.md
@@ -9,8 +9,8 @@ For more information about Hadoop, please visit the [Hadoop documentation](https
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-hdfs_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-hdfs_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/huawei-push-kit.md b/docs/src/main/paradox/huawei-push-kit.md
index ef2b8800..1508fd98 100644
--- a/docs/src/main/paradox/huawei-push-kit.md
+++ b/docs/src/main/paradox/huawei-push-kit.md
@@ -13,8 +13,8 @@ The Alpakka Huawei Push Kit connector provides a way to send notifications with
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-group=com.lightbend.akka
-artifact=akka-stream-alpakka-huawei-push-kit_$scala.binary.version$
+group=org.apache.pekko
+artifact=pekko-connectors-huawei-push-kit_$scala.binary.version$
 version=$project.version$
 symbol2=AkkaVersion
 value2=$akka.version$
diff --git a/docs/src/main/paradox/influxdb.md b/docs/src/main/paradox/influxdb.md
index 02a323d7..68d06b32 100644
--- a/docs/src/main/paradox/influxdb.md
+++ b/docs/src/main/paradox/influxdb.md
@@ -29,8 +29,8 @@ Furthermore, the major InfluxDB update to [version 2.0](https://www.influxdata.c
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-influxdb_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-influxdb_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/ironmq.md b/docs/src/main/paradox/ironmq.md
index ebc8dfee..7533f887 100644
--- a/docs/src/main/paradox/ironmq.md
+++ b/docs/src/main/paradox/ironmq.md
@@ -11,8 +11,8 @@ queue and set other queue as subscribers. More information about that could be f
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-ironmq_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-ironmq_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/jms/ibm-mq.md b/docs/src/main/paradox/jms/ibm-mq.md
index a33fe082..d751b5fc 100644
--- a/docs/src/main/paradox/jms/ibm-mq.md
+++ b/docs/src/main/paradox/jms/ibm-mq.md
@@ -12,8 +12,8 @@ MQ settings for this image are shown here: https://github.com/ibm-messaging/mq-d
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group1=com.lightbend.akka
-  artifact1=akka-stream-alpakka-jms_$scala.binary.version$
+  group1=org.pekko
+  artifact1=pekko-connectors-jms_$scala.binary.version$
   version1=$project.version$
   group2=javax.jms
   artifact2=jms
diff --git a/docs/src/main/paradox/jms/index.md b/docs/src/main/paradox/jms/index.md
index 541f7f5b..310db8d9 100644
--- a/docs/src/main/paradox/jms/index.md
+++ b/docs/src/main/paradox/jms/index.md
@@ -15,8 +15,8 @@ The Alpakka JMS connector provides Akka Stream sources and sinks to connect to J
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group1=com.lightbend.akka
-  artifact1=akka-stream-alpakka-jms_$scala.binary.version$
+  group1=org.pekko
+  artifact1=pekko-connectors-jms_$scala.binary.version$
   version1=$project.version$
   group2=javax.jms
   artifact2=jms
diff --git a/docs/src/main/paradox/kinesis.md b/docs/src/main/paradox/kinesis.md
index 1c111175..aa9112e7 100644
--- a/docs/src/main/paradox/kinesis.md
+++ b/docs/src/main/paradox/kinesis.md
@@ -27,8 +27,8 @@ Please read more about it at [GitHub 500px/kinesis-stream](https://github.com/50
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-kinesis_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-kinesis_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/kudu.md b/docs/src/main/paradox/kudu.md
index 080f526d..68912214 100644
--- a/docs/src/main/paradox/kudu.md
+++ b/docs/src/main/paradox/kudu.md
@@ -10,8 +10,8 @@ Apache Kudu is a free and open source column-oriented data store in the Apache H
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-kudu_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-kudu_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/mongodb.md b/docs/src/main/paradox/mongodb.md
index 8e720c75..d1957059 100644
--- a/docs/src/main/paradox/mongodb.md
+++ b/docs/src/main/paradox/mongodb.md
@@ -19,8 +19,8 @@ Please read more about it in the [ReactiveMongo documentation](http://reactivemo
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-mongodb_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-mongodb_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/mqtt-streaming.md b/docs/src/main/paradox/mqtt-streaming.md
index 93107eea..5238e7a7 100644
--- a/docs/src/main/paradox/mqtt-streaming.md
+++ b/docs/src/main/paradox/mqtt-streaming.md
@@ -25,8 +25,8 @@ Alpakka MQTT Streaming implements the [MQTT 3.1.1](https://docs.oasis-open.org/m
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-mqtt-streaming_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-mqtt-streaming_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/mqtt.md b/docs/src/main/paradox/mqtt.md
index 151b846d..3e74964b 100644
--- a/docs/src/main/paradox/mqtt.md
+++ b/docs/src/main/paradox/mqtt.md
@@ -21,8 +21,8 @@ The Alpakka MQTT connector provides an Akka Stream source, sink and flow to conn
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-mqtt_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-mqtt_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/opensearch.md b/docs/src/main/paradox/opensearch.md
index 3a042ea9..f784be61 100644
--- a/docs/src/main/paradox/opensearch.md
+++ b/docs/src/main/paradox/opensearch.md
@@ -9,8 +9,8 @@ For more information about Opensearch, please visit the [Opensearch documentatio
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-elasticsearch_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-elasticsearch_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/orientdb.md b/docs/src/main/paradox/orientdb.md
index cd8cd5d3..56cd7e30 100644
--- a/docs/src/main/paradox/orientdb.md
+++ b/docs/src/main/paradox/orientdb.md
@@ -17,8 +17,8 @@ The Alpakka OrientDB connector provides Akka Stream sources and sinks for Orient
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-orientdb_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-orientdb_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/other-docs/snapshots.md b/docs/src/main/paradox/other-docs/snapshots.md
index e0bd2fb8..f5eac425 100644
--- a/docs/src/main/paradox/other-docs/snapshots.md
+++ b/docs/src/main/paradox/other-docs/snapshots.md
@@ -1,7 +1,7 @@
 # Snapshots 
 
-[snapshots-badge]:  https://img.shields.io/nexus/s/com.lightbend.akka/akka-stream-alpakka-csv_2.13?server=https%3A%2F%2Foss.sonatype.org
-[snapshots]:        https://oss.sonatype.org/content/repositories/snapshots/com/lightbend/akka/akka-stream-alpakka-csv_2.13/
+[snapshots-badge]:  https://img.shields.io/nexus/s/org.pekko/pekko-connectors-csv_2.13?server=https%3A%2F%2Foss.sonatype.org
+[snapshots]:        https://oss.sonatype.org/content/repositories/snapshots/com/lightbend/akka/pekko-connectors-csv_2.13/
 
 Snapshots are published to the Sonatype Snapshot repository after every successful build on master.
 Add the following to your project build definition to resolve Alpakka snapshots:
diff --git a/docs/src/main/paradox/other-docs/versioning.md b/docs/src/main/paradox/other-docs/versioning.md
index 0d9bb3c7..c3c2777b 100644
--- a/docs/src/main/paradox/other-docs/versioning.md
+++ b/docs/src/main/paradox/other-docs/versioning.md
@@ -10,9 +10,9 @@ As all Alpakka modules (excluding Alpakka Kafka) share a single version number,
 
 Alpakka publishes 
 
-* regular releases to [Maven Central](https://search.maven.org/search?q=g:com.lightbend.akka%20akka-stream-)
+* regular releases to [Maven Central](https://search.maven.org/search?q=g:org.pekko%20pekko-connectors-)
 * milestone and release candidates (of major versions) to Maven Central
-* @ref:[snapshots](snapshots.md) to [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/com/lightbend/akka/)
+* @ref:[snapshots](snapshots.md) to [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/org/pekko/)
 
 ### Compatibility
 
diff --git a/docs/src/main/paradox/overview.md b/docs/src/main/paradox/overview.md
index aada6806..f6bb8ab5 100644
--- a/docs/src/main/paradox/overview.md
+++ b/docs/src/main/paradox/overview.md
@@ -12,7 +12,7 @@ There are a few blog posts and presentations about Alpakka out there, we've @ref
 
 The code in this documentation is compiled against:
 
-* Alpakka $project.version$ ([Github](https://github.com/akka/alpakka), [API docs](https://doc.akka.io/api/alpakka/current/akka/stream/alpakka/index.html))
+* Alpakka $project.version$ ([Github](https://github.com/apache/incubator-pekko-connectors), [API docs](https://doc.akka.io/api/alpakka/current/akka/stream/alpakka/index.html))
 * Scala $scala.binary.version$ (all modules are available for Scala 2.13)
 * Akka Streams $akka.version$+ (@extref:[Reference](akka:stream/index.html), [Github](https://github.com/akka/akka))
 * Akka HTTP $akka-http.version$+ (@extref:[Reference](akka-http:), [Github](https://github.com/akka/akka-http))
@@ -25,7 +25,7 @@ If you want to try out a connector that has not yet been released, give @ref[sna
 
 ## Contributing
 
-Please feel free to contribute to Alpakka by reporting issues you identify, or by suggesting changes to the code. Please refer to our [contributing instructions](https://github.com/akka/alpakka/blob/master/CONTRIBUTING.md) and our [contributor advice](https://github.com/akka/alpakka/blob/master/contributor-advice.md) to learn how it can be done. The target structure for Alpakka connectors is illustrated by the @ref[Reference connector](reference.md).
+Please feel free to contribute to Alpakka by reporting issues you identify, or by suggesting changes to the code. Please refer to our [contributing instructions](https://github.com/apache/incubator-pekko-connectors/blob/master/CONTRIBUTING.md) and our [contributor advice](https://github.com/apache/incubator-pekko-connectors/blob/master/contributor-advice.md) to learn how it can be done. The target structure for Alpakka connectors is illustrated by the @ref[Reference connector](reference.md).
 
 We want Akka and Alpakka to strive in a welcoming and open atmosphere and expect all contributors to respect our [code of conduct](https://www.lightbend.com/conduct).
 
diff --git a/docs/src/main/paradox/pravega.md b/docs/src/main/paradox/pravega.md
index dacb40de..41349c09 100644
--- a/docs/src/main/paradox/pravega.md
+++ b/docs/src/main/paradox/pravega.md
@@ -9,8 +9,8 @@ Streams provide exactly-once semantics, and atomicity for groups of events using
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-pravega_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-pravega_$scala.binary.version$
   version=$project.version$
 }
 
diff --git a/docs/src/main/paradox/reference.md b/docs/src/main/paradox/reference.md
index 616f3794..7ab73d9f 100644
--- a/docs/src/main/paradox/reference.md
+++ b/docs/src/main/paradox/reference.md
@@ -7,13 +7,13 @@ about the technology the connector is using.
 
 ### Reported issues
 
-[Tagged issues at Github](https://github.com/akka/alpakka/labels/p%3Areference)
+[Tagged issues at Github](https://github.com/apache/incubator-pekko-connectors/labels/p%3Areference)
 
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-reference_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-reference_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/s3.md b/docs/src/main/paradox/s3.md
index 6fbcc0cf..ca47aeb7 100644
--- a/docs/src/main/paradox/s3.md
+++ b/docs/src/main/paradox/s3.md
@@ -8,8 +8,8 @@ S3 stands for Simple Storage Service and is an object storage service with a web
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-s3_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-s3_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/slick.md b/docs/src/main/paradox/slick.md
index 0c533ae4..5cf0e691 100644
--- a/docs/src/main/paradox/slick.md
+++ b/docs/src/main/paradox/slick.md
@@ -7,8 +7,8 @@ The Slick connector provides Scala and Java DSLs to create a `Source` to stream
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-slick_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-slick_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/sns.md b/docs/src/main/paradox/sns.md
index a442eb7a..c1c0c403 100644
--- a/docs/src/main/paradox/sns.md
+++ b/docs/src/main/paradox/sns.md
@@ -9,8 +9,8 @@ For more information about AWS SNS please visit the [official documentation](htt
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-sns_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-sns_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/solr.md b/docs/src/main/paradox/solr.md
index abd7741c..e29c6d1c 100644
--- a/docs/src/main/paradox/solr.md
+++ b/docs/src/main/paradox/solr.md
@@ -17,8 +17,8 @@ For more information about Solr please visit the [Solr documentation](https://lu
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-solr_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-solr_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/spring-web.md b/docs/src/main/paradox/spring-web.md
index 865a9ddc..83be7e76 100644
--- a/docs/src/main/paradox/spring-web.md
+++ b/docs/src/main/paradox/spring-web.md
@@ -15,8 +15,8 @@ This Alpakka module makes it possible to directly return a `Source` in your Spri
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-spring-web_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-spring-web_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
@@ -35,7 +35,7 @@ The table below shows direct dependencies of this module and the second tab show
 Using Akka Streams in Spring Web (or Boot for that matter) is very simple, as Alpakka provides autoconfiguration to the
 framework, which means that Spring is made aware of Sources and Sinks etc. 
 
-All you need to do is include the above dependency (`akka-stream-alpakka-spring-web`), start your app as usual:
+All you need to do is include the above dependency (`pekko-connectors-spring-web`), start your app as usual:
 
 Java
 : @@snip [snip](/spring-web/src/test/java/docs/javadsl/DemoApplication.java) { #use }
diff --git a/docs/src/main/paradox/sqs.md b/docs/src/main/paradox/sqs.md
index d54aff87..581a8ea5 100644
--- a/docs/src/main/paradox/sqs.md
+++ b/docs/src/main/paradox/sqs.md
@@ -16,8 +16,8 @@ The AWS SQS connector provides Akka Stream sources and sinks for AWS SQS queues.
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-sqs_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-sqs_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/sse.md b/docs/src/main/paradox/sse.md
index 68fea5d5..82916d63 100644
--- a/docs/src/main/paradox/sse.md
+++ b/docs/src/main/paradox/sse.md
@@ -7,8 +7,8 @@ The SSE connector provides a continuous source of server-sent events recovering
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-sse_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-sse_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/udp.md b/docs/src/main/paradox/udp.md
index b6061fb2..37122a59 100644
--- a/docs/src/main/paradox/udp.md
+++ b/docs/src/main/paradox/udp.md
@@ -7,8 +7,8 @@ The UDP connector provides Akka Stream flows that allow for sending and receivin
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-udp_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-udp_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/docs/src/main/paradox/unix-domain-socket.md b/docs/src/main/paradox/unix-domain-socket.md
index 21ea87e0..2b0dab05 100644
--- a/docs/src/main/paradox/unix-domain-socket.md
+++ b/docs/src/main/paradox/unix-domain-socket.md
@@ -18,8 +18,8 @@ The binding and connecting APIs are extremely similar to the `Tcp` Akka Streams
 ## Artifacts
 
 @@dependency [sbt,Maven,Gradle] {
-  group=com.lightbend.akka
-  artifact=akka-stream-alpakka-unix-domain-socket_$scala.binary.version$
+  group=org.apache.pekko
+  artifact=pekko-connectors-unix-domain-socket_$scala.binary.version$
   version=$project.version$
   symbol2=AkkaVersion
   value2=$akka.version$
diff --git a/project/Common.scala b/project/Common.scala
index d72a31ac..9541b264 100644
--- a/project/Common.scala
+++ b/project/Common.scala
@@ -21,7 +21,7 @@ object Common extends AutoPlugin {
   override def requires = JvmPlugin && HeaderPlugin
 
   override def globalSettings = Seq(
-    organization := "com.lightbend.akka",
+    organization := "org.apache.pekko",
     organizationName := "Lightbend Inc.",
     organizationHomepage := Some(url("https://www.lightbend.com/")),
     homepage := Some(url("https://doc.akka.io/docs/alpakka/current")),
diff --git a/project/TestChanged.scala b/project/TestChanged.scala
index 6a268cb0..f28123f5 100644
--- a/project/TestChanged.scala
+++ b/project/TestChanged.scala
@@ -47,7 +47,7 @@ object TestChanged extends AutoPlugin {
 
   private def shouldBuild(projectName: String, changedDirectories: Set[String]) = projectName match {
     case "alpakka" => false
-    case re"akka-stream-alpakka-(.+)$subproject" =>
+    case re"pekko-connectors-(.+)$subproject" =>
       changedDirectories.contains(subproject) || changedDirectories.contains("") || changedDirectories.contains(
         "project"
       )
diff --git a/project/project-info.conf b/project/project-info.conf
index 9c5bf77d..c3477a4a 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -1,6 +1,6 @@
 project-info {
   version: "current"
-  labels: "https://github.com/akka/alpakka/labels/p%3A"
+  labels: "https://github.com/apache/incubator-pekko-connectors/labels/p%3A"
   scaladoc: "https://doc.akka.io/api/alpakka/"${project-info.version}"/akka/stream/alpakka/"
   shared-info {
     jdk-versions: ["Adopt OpenJDK 8", "Adopt OpenJDK 11"]
@@ -10,11 +10,11 @@ project-info {
       new-tab: false
     }
     issues: {
-      url: "https://github.com/akka/alpakka/issues"
+      url: "https://github.com/apache/incubator-pekko-connectors/issues"
       text: "Github issues"
     }
     release-notes: {
-      url: "https://github.com/akka/alpakka/releases"
+      url: "https://github.com/apache/incubator-pekko-connectors/releases"
       text: "GitHub releases"
     }
     forums: [


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