Skip to content

Commit

Permalink
Replace asyncerio to asyncer.io
Browse files Browse the repository at this point in the history
Motivation:
Moved Repository

Modification:
replace asyncerio -> asyncer.io

Result:
Clean up
  • Loading branch information
jchrys committed Mar 12, 2023
1 parent 7b12f67 commit ae70929
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/release_rollback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -e

TAG=$(grep scm.tag= release.properties | cut -d'=' -f2)
git remote set-url origin [email protected]:asyncerio/r2dbc-mysql.git
git remote set-url origin [email protected]:asyncer-io/r2dbc-mysql.git
git fetch
git checkout "prepare-deploy"
./mvnw -B --file pom.xml release:rollback
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql5-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql5-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql5-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql8-0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<packaging>jar</packaging>

<name>Reactive Relational Database Connectivity - MySQL</name>
<url>https://github.com/asyncerio/r2dbc-mysql</url>
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
<description>R2DBC MySQL Implementation</description>

<licenses>
Expand Down Expand Up @@ -59,9 +59,9 @@

<inceptionYear>2018</inceptionYear>
<scm>
<connection>scm:git:git://github.com/asyncerio/r2dbc-mysql.git</connection>
<developerConnection>scm:git:ssh://[email protected]/asyncerio/r2dbc-mysql.git</developerConnection>
<url>https://github.com/asyncerio/r2dbc-mysql</url>
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>
<developerConnection>scm:git:ssh://[email protected]/asyncer-io/r2dbc-mysql.git</developerConnection>
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit ae70929

Please sign in to comment.