Skip to content

Commit

Permalink
Rename default branch to main
Browse files Browse the repository at this point in the history
Closes gh-299
  • Loading branch information
wilkinsona committed Apr 20, 2021
1 parent 39c37fc commit a97d4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -31,7 +31,7 @@ None of these is essential for a pull request, but they will all help
than cosmetic changes).
- Add some Javadocs
- Add unit tests that covers and new or modified functionality
- Whenever possible, please rebase your branch against the current master (or other
- Whenever possible, please rebase your branch against the current main (or other
target branch in the main project).
- When writing a commit message please follow [these conventions][3]. Also, if you are
fixing an existing issue please add `Fixes gh-nnn` at the end of the commit message
Expand Down
2 changes: 1 addition & 1 deletion ci/parameters.yml
Expand Up @@ -2,7 +2,7 @@ github-repo: "https://github.com/spring-gradle-plugins/dependency-management-plu
github-repo-name: "spring-gradle-plugins/dependency-management-plugin"
docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io"
branch: "master"
branch: "main"
build-name: "dependency-management-plugin"
bintray-subject: "spring"
bintray-repo: "jars"

0 comments on commit a97d4df

Please sign in to comment.