Эх сурвалжийг харах

Remove references to experimental

Joe Grandja 4 жил өмнө
parent
commit
57aadceb17

+ 1 - 1
build.gradle

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

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

@@ -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,

+ 1 - 1
scripts/release/wait-for-done.sh

@@ -1,4 +1,4 @@
 #!/bin/bash
 
 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"