Remove references to experimental
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user