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 5ed9a4e07b91d0bc467bf724cbf5a7d996c40eb4 Author: Sean Glover <[email protected]> AuthorDate: Tue Dec 27 23:35:30 2022 -0500 cleanup --- README.md | 2 +- RELEASING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed1fa078..844a6226 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Systems don't come alone. In the modern world of microservices and cloud deploym 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) 2.6.x, prior to the Akka project's adoption of the Business Source License. +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 ------------- diff --git a/RELEASING.md b/RELEASING.md index d8d11935..5bf916e8 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -3,7 +3,7 @@ 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 -~/pekkoConnectors> scripts/create-release-issue.sh `version-to-be-released` +~/pekko-connectors> scripts/create-release-issue.sh `version-to-be-released` ``` ### Releasing only updated docs --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
