Skip to content

Commit

Permalink
Rename gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
w1am committed Dec 16, 2024
1 parent a9c8f63 commit 82d0c02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Please ensure that the following steps have been undertaken before marking pull
- Ensure that commits are atomic units of work, and that the message follows our [Commit Message Template][commit-template]. A good way to do this is to configure your local clone of the repository to use our included template, by running: `git config commit.template .git.commit.template` in the root directory of the clone.


[conduct]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
[conduct]: https://github.com/EventStore/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
[apache2]: https://www.apache.org/licenses/LICENSE-2.0
[commit-template]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/.git.commit.template
[github-repo]: https://github.com/Kurrent/Kurrent-Client-Java
[commit-template]: https://github.com/EventStore/Kurrent-Client-Java/tree/master/.git.commit.template
[github-repo]: https://github.com/EventStore/Kurrent-Client-Java
[drafts]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests#draft-pull-requests
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ review our [Contributing Guide][contributing] and [Code of Conduct][code-of-cond

[kurrent]: https://kurrent.io
[gradle]: https://gradle.org
[contributing]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/CONTRIBUTING.md
[code-of-conduct]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
[contributing]: https://github.com/EventStore/Kurrent-Client-Java/tree/master/CONTRIBUTING.md
[code-of-conduct]: https://github.com/EventStore/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
[support]: https://kurrent.io/support/
[docs]: https://developers.eventstore.com/server/v24.6/quick-start/installation/
[discuss]: https://discuss.eventstore.com/
Expand Down
6 changes: 3 additions & 3 deletions db-client-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ publishing {
url = 'https://kurrent.io'

scm {
connection = 'https://github.com/Kurrent/Kurrent-Client-Java.git'
developerConnection = 'https://github.com/Kurrent/Kurrent-Client-Java.git'
url = 'https://github.com/Kurrent/Kurrent-Client-Java'
connection = 'https://github.com/EventStore/Kurrent-Client-Java.git'
developerConnection = 'https://github.com/EventStore/Kurrent-Client-Java.git'
url = 'https://github.com/EventStore/Kurrent-Client-Java'
}

licenses {
Expand Down

0 comments on commit 82d0c02

Please sign in to comment.