Skip to content

Commit d4a9698

Browse files
author
Steve Riesenberg
committed
Fix release scheduling params
Issue spring-projectsgh-1426
1 parent 7ce45d6 commit d4a9698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ description = "Spring Authorization Server"
88

99
springRelease {
1010
repositoryOwner = "spring-projects"
11-
weekOfMonth = 2
12-
dayOfWeek = 4
11+
weekOfMonth = 3
12+
dayOfWeek = 2
1313
referenceDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/reference/html/"
1414
apiDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/api/"
1515
replaceSnapshotVersionInReferenceDocUrl = false

0 commit comments

Comments
 (0)