Browse Source

Merge branch '1.0.x' into 1.1.x

1.1.x
Steve Riesenberg 2 years ago
parent
commit
4cb683fc17
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  1. 4
      build.gradle

4
build.gradle

@ -8,8 +8,8 @@ description = "Spring Authorization Server" @@ -8,8 +8,8 @@ description = "Spring Authorization Server"
springRelease {
repositoryOwner = "spring-projects"
weekOfMonth = 2
dayOfWeek = 4
weekOfMonth = 3
dayOfWeek = 2
referenceDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/reference/html/"
apiDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/api/"
replaceSnapshotVersionInReferenceDocUrl = false

Loading…
Cancel
Save