Remove references to experimental

This commit is contained in:
Joe Grandja
2021-08-17 05:58:41 -04:00
parent 5484931892
commit 57aadceb17
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ asciidoctor {
asciidoctorj {
def ghTag = snapshotBuild ? 'main' : project.version
def ghUrl = "https://github.com/spring-projects-experimental/spring-authorization-server/tree/$ghTag"
def ghUrl = "https://github.com/spring-projects/spring-authorization-server/tree/$ghTag"
attributes 'spring-authorization-server-version' : project.version,
'spring-boot-version' : springBootVersion,
revnumber : project.version,