diff --git a/.github/scripts/release_rollback.sh b/.github/scripts/release_rollback.sh index 445ad9c6a..037cdf827 100755 --- a/.github/scripts/release_rollback.sh +++ b/.github/scripts/release_rollback.sh @@ -17,7 +17,7 @@ set -e TAG=$(grep scm.tag= release.properties | cut -d'=' -f2) -git remote set-url origin git@github.com:asyncerio/r2dbc-mysql.git +git remote set-url origin git@github.com:asyncer-io/r2dbc-mysql.git git fetch git checkout "prepare-deploy" ./mvnw -B --file pom.xml release:rollback diff --git a/.github/workflows/mysql5-5.yml b/.github/workflows/mysql5-5.yml index dd9dd2707..88f227af3 100644 --- a/.github/workflows/mysql5-5.yml +++ b/.github/workflows/mysql5-5.yml @@ -16,7 +16,7 @@ jobs: - name: Shutdown the Default MySQL run: sudo service mysql stop - name: Set up MySQL 5.5 - uses: asyncerio/mysql-action@trunk + uses: asyncer-io/mysql-action@trunk with: mysql version: 5.5 mysql database: r2dbc diff --git a/.github/workflows/mysql5-6.yml b/.github/workflows/mysql5-6.yml index 207136b4f..2e15a1d1c 100644 --- a/.github/workflows/mysql5-6.yml +++ b/.github/workflows/mysql5-6.yml @@ -16,7 +16,7 @@ jobs: - name: Shutdown the Default MySQL run: sudo service mysql stop - name: Set up MySQL 5.6 - uses: asyncerio/mysql-action@trunk + uses: asyncer-io/mysql-action@trunk with: mysql version: 5.6 mysql database: r2dbc diff --git a/.github/workflows/mysql5-7.yml b/.github/workflows/mysql5-7.yml index 8403ea036..44f9c4919 100644 --- a/.github/workflows/mysql5-7.yml +++ b/.github/workflows/mysql5-7.yml @@ -16,7 +16,7 @@ jobs: - name: Shutdown the Default MySQL run: sudo service mysql stop - name: Set up MySQL 5.7 - uses: asyncerio/mysql-action@trunk + uses: asyncer-io/mysql-action@trunk with: mysql version: 5.7 mysql database: r2dbc diff --git a/.github/workflows/mysql8-0.yml b/.github/workflows/mysql8-0.yml index 16b727cb6..b9758436c 100644 --- a/.github/workflows/mysql8-0.yml +++ b/.github/workflows/mysql8-0.yml @@ -16,7 +16,7 @@ jobs: - name: Shutdown the Default MySQL run: sudo service mysql stop - name: Set up MySQL 8.0 - uses: asyncerio/mysql-action@trunk + uses: asyncer-io/mysql-action@trunk with: collation server: utf8mb4_0900_ai_ci mysql version: 8.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33ffd8306..fdf3f231b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,6 +48,6 @@ original pull request but before a merge. - Not recommended verbs: Commit, Merge, Revert, Rebase or other git command keywords. - Please use English for commit messages, code comments, pull requests, issue tickets and public discussions. -[security-policy]: https://github.com/asyncerio/r2dbc-mysql/security/policy +[security-policy]: https://github.com/asyncer-io/r2dbc-mysql/security/policy [idea]: https://www.jetbrains.com/idea [commit-convention]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html diff --git a/LICENSE b/LICENSE index b7e88b9ad..6074e55db 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 asyncer.io project + Copyright 2023 asyncer.io projects Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 184bcfdc1..f53847a73 100644 --- a/README.md +++ b/README.md @@ -538,8 +538,8 @@ org.example.demo.json.JacksonCodecRegistrar The R2DBC MySQL Implementation uses GitHub as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below: -- Before log a bug, please search the [issue tracker](https://github.com/asyncerio/r2dbc-mysql/issues) to see if someone has already reported the problem. -- If the issue doesn't already exist, [create a new issue](https://github.com/asyncerio/r2dbc-mysql/issues/new). +- Before log a bug, please search the [issue tracker](https://github.com/asyncer-io/r2dbc-mysql/issues) to see if someone has already reported the problem. +- If the issue doesn't already exist, [create a new issue](https://github.com/asyncer-io/r2dbc-mysql/issues/new). - Please provide as much information as possible with the issue report, we like to know the version of R2DBC MySQL that you are using and JVM version. - If you need to paste code, or include a stack trace use Markdown **```** escapes before and after your text. - If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code. diff --git a/pom.xml b/pom.xml index 507042e76..c49be1da5 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ jar Reactive Relational Database Connectivity - MySQL - https://github.com/asyncerio/r2dbc-mysql + https://github.com/asyncer-io/r2dbc-mysql R2DBC MySQL Implementation @@ -59,9 +59,9 @@ 2018 - scm:git:git://github.com/asyncerio/r2dbc-mysql.git - scm:git:ssh://git@github.com/asyncerio/r2dbc-mysql.git - https://github.com/asyncerio/r2dbc-mysql + scm:git:git://github.com/asyncer-io/r2dbc-mysql.git + scm:git:ssh://git@github.com/asyncer-io/r2dbc-mysql.git + https://github.com/asyncer-io/r2dbc-mysql HEAD