Rename master branch to main

Closes gh-1846
This commit is contained in:
Eleftheria Stein
2021-04-28 17:19:52 +02:00
parent 548b58ee55
commit 0e5dd1863f
10 changed files with 13 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ asciidoctor {
}
asciidoctorj {
def ghTag = snapshotBuild ? 'master' : project.version
def ghTag = snapshotBuild ? 'main' : project.version
def ghUrl = "https://github.com/spring-projects/spring-session/tree/$ghTag"
attributes 'docs-itest-dir': "$rootProject.projectDir.path/spring-session-docs/src/integration-test/java/",