Change 'master' branch ref to 'main'.

This commit is contained in:
John Blum
2023-06-01 16:51:30 -07:00
parent 494979f08c
commit bdab127ded

View File

@@ -43,7 +43,7 @@ asciidoctorj {
def javaVersion = JavaVersion.current()
def apacheGeodeDocVersion = resolveApacheGeodeDocVersion("${apacheGeodeVersion}")
def githubBaseUrl = "https://github.com/spring-projects/spring-boot-data-geode"
def githubTag = snapshotBuild ? 'master' : project.version
def githubTag = snapshotBuild ? 'main' : project.version
def githubUrl = "$githubBaseUrl/tree/$githubTag"
attributes 'version' : project.version,