Skip to content

Commit 57aadce

Browse files
committed
Remove references to experimental
1 parent 5484931 commit 57aadce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'io.spring.nohttp'
2222
apply plugin: 'locks'
2323
apply plugin: 'io.spring.convention.root'
2424

25-
group = 'org.springframework.security.experimental'
25+
group = 'org.springframework.security'
2626
description = 'Spring Authorization Server'
2727

2828
ext.snapshotBuild = version.contains("SNAPSHOT")

docs/manual/spring-security-oauth2-authorization-server-docs-manual.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ asciidoctor {
1515

1616
asciidoctorj {
1717
def ghTag = snapshotBuild ? 'main' : project.version
18-
def ghUrl = "https://github.com/spring-projects-experimental/spring-authorization-server/tree/$ghTag"
18+
def ghUrl = "https://github.com/spring-projects/spring-authorization-server/tree/$ghTag"
1919
attributes 'spring-authorization-server-version' : project.version,
2020
'spring-boot-version' : springBootVersion,
2121
revnumber : project.version,

scripts/release/wait-for-done.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
VERSION=$1
4-
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"
4+
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"

0 commit comments

Comments
 (0)