소스 검색

Fix release scheduling params

Issue gh-1426
Steve Riesenberg 1 년 전
부모
커밋
d4a9698cee
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

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