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

@@ -22,7 +22,7 @@ apply plugin: 'io.spring.nohttp'
apply plugin: 'locks' apply plugin: 'locks'
apply plugin: 'io.spring.convention.root' apply plugin: 'io.spring.convention.root'
group = 'org.springframework.security.experimental' group = 'org.springframework.security'
description = 'Spring Authorization Server' description = 'Spring Authorization Server'
ext.snapshotBuild = version.contains("SNAPSHOT") ext.snapshotBuild = version.contains("SNAPSHOT")

View File

@@ -15,7 +15,7 @@ asciidoctor {
asciidoctorj { asciidoctorj {
def ghTag = snapshotBuild ? 'main' : project.version 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, attributes 'spring-authorization-server-version' : project.version,
'spring-boot-version' : springBootVersion, 'spring-boot-version' : springBootVersion,
revnumber : project.version, revnumber : project.version,

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
VERSION=$1 VERSION=$1
until http -h --check-status --ignore-stdin https://repo1.maven.org/maven2/org/springframework/security/experimental/spring-security-oauth2-authorization-server/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded" until http -h --check-status --ignore-stdin https://repo1.maven.org/maven2/org/springframework/security/spring-security-oauth2-authorization-server/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded"