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/05 00:23:35 UTC

[incubator-pekko-connectors] 04/07: misc repo refs

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

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

commit 32add8c379a4ca8b9377badaadcde0e1f3897136
Author: Sean Glover <se...@seanglover.com>
AuthorDate: Tue Dec 27 20:19:46 2022 -0500

    misc repo refs
---
 .github/release-drafter.yml                         |  2 +-
 .github/workflows/license-and-vulnerabilities.yml   |  2 +-
 CONTRIBUTING.md                                     |  8 ++++----
 README.md                                           |  6 +++---
 contributor-advice.md                               |  2 +-
 docs/release-train-issue-template.md                | 18 +++++++++---------
 docs/src/main/paradox/data-transformations/index.md |  4 ++--
 docs/src/main/paradox/external-components.md        |  4 ++--
 docs/src/main/paradox/overview.md                   |  4 ++--
 docs/src/main/paradox/reference.md                  |  2 +-
 project/project-info.conf                           |  6 +++---
 11 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 8e0b54bc..81476552 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -99,7 +99,7 @@ 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!
 
diff --git a/.github/workflows/license-and-vulnerabilities.yml b/.github/workflows/license-and-vulnerabilities.yml
index 930d2359..a3b2240e 100644
--- a/.github/workflows/license-and-vulnerabilities.yml
+++ b/.github/workflows/license-and-vulnerabilities.yml
@@ -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/CONTRIBUTING.md b/CONTRIBUTING.md
index e40ef012..a89d617a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -18,12 +18,12 @@ This is the process for committing code into master.
 
 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.
 
@@ -117,7 +117,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 c2023519..1842a23a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-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
+[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
 
diff --git a/contributor-advice.md b/contributor-advice.md
index 180d9596..2ff9f828 100644
--- a/contributor-advice.md
+++ b/contributor-advice.md
@@ -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 191ea066..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,14 +31,14 @@ 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
 
@@ -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/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/external-components.md b/docs/src/main/paradox/external-components.md
index 9dc016c7..f681d73a 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
 
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/reference.md b/docs/src/main/paradox/reference.md
index df244bd3..4420779f 100644
--- a/docs/src/main/paradox/reference.md
+++ b/docs/src/main/paradox/reference.md
@@ -7,7 +7,7 @@ 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
 
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