File tree Expand file tree Collapse file tree 4 files changed +36
-14
lines changed Expand file tree Collapse file tree 4 files changed +36
-14
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ buildscript {
25
25
}
26
26
27
27
apply plugin : ' io.spring.convention.root'
28
+ apply plugin : ' io.spring.security.release'
28
29
29
30
group = ' org.springframework.session'
30
31
description = ' Spring Session'
@@ -46,3 +47,13 @@ nohttp {
46
47
source. exclude " spring-session-docs/.gradle/nodejs/**"
47
48
source. exclude " spring-session-docs/modules/ROOT/examples/**/build/**"
48
49
}
50
+
51
+ springRelease {
52
+ repositoryOwner = " spring-projects"
53
+ repositoryName = " spring-session"
54
+ weekOfMonth = 3
55
+ dayOfWeek = 2
56
+ referenceDocUrl = " https://docs.spring.io/spring-session/reference/{version}/index.html"
57
+ apiDocUrl = " https://docs.spring.io/spring-session/docs/{version}/api/"
58
+ replaceSnapshotVersionInReferenceDocUrl = true
59
+ }
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ plugins {
4
4
id " groovy"
5
5
}
6
6
7
- sourceCompatibility = JavaVersion . VERSION_11
7
+ sourceCompatibility = JavaVersion . VERSION_17
8
8
9
9
repositories {
10
10
jcenter()
11
11
gradlePluginPortal()
12
12
mavenCentral()
13
13
maven { url ' https://repo.spring.io/plugins-release/' }
14
+ maven { url ' https://repo.spring.io/snapshot' }
14
15
}
15
16
16
17
sourceSets {
@@ -74,6 +75,7 @@ dependencies {
74
75
implementation ' org.jfrog.buildinfo:build-info-extractor-gradle:4.29.4'
75
76
implementation ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
76
77
implementation libs. com. squareup. okhttp3. okhttp
78
+ implementation libs. io. spring. security. release. plugin
77
79
78
80
testImplementation platform(' org.junit:junit-bom:5.8.2' )
79
81
testImplementation " org.junit.jupiter:junit-jupiter-api"
Original file line number Diff line number Diff line change @@ -74,5 +74,6 @@ org-webjars-knockout = "org.webjars:knockout:3.5.1"
74
74
org-webjars-sockjs-client = " org.webjars:sockjs-client:1.5.1"
75
75
org-webjars-stomp-websocket = " org.webjars:stomp-websocket:2.3.4"
76
76
org-webjars-webjars-locator-core = " org.webjars:webjars-locator-core:0.52"
77
+ io-spring-security-release-plugin = " io.spring.gradle:spring-security-release-plugin:1.0.1-SNAPSHOT"
77
78
78
79
[plugins ]
Original file line number Diff line number Diff line change 1
1
changelog :
2
+ repository : spring-projects/spring-session
2
3
issues :
3
4
exclude :
4
- labels : ["duplicate", "invalid", "declined"]
5
+ labels : ["status: duplicate", "status: invalid", "status: declined"]
6
+ ports :
7
+ - label : " status: forward-port"
8
+ bodyExpression : ' Forward port of issue #(\d+).*'
5
9
sections :
6
- - title : " New Features"
7
- emoji : " :star:"
8
- labels : ["enhancement"]
9
- - title : " Bug Fixes"
10
- emoji : " :beetle:"
11
- labels : ["bug", "regression"]
12
- - title : " Dependency Upgrades"
13
- emoji : " :hammer:"
14
- labels : ["dependency-upgrade"]
15
- - title : " Non-passive"
16
- emoji : " :rewind:"
17
- labels : ["breaks-passivity"]
10
+ - title : " :star: New Features"
11
+ labels : [ "type: enhancement" ]
12
+ sort : " title"
13
+ - title : " :beetle: Bug Fixes"
14
+ labels : [ "type: bug", "type: regression" ]
15
+ sort : " title"
16
+ - title : " :hammer: Dependency Upgrades"
17
+ labels : [ "type: dependency-upgrade" ]
18
+ sort : " title"
19
+ - title : " :rewind: Non-passive"
20
+ labels : [ "type: breaks-passivity" ]
21
+ sort : " title"
22
+ contributors :
23
+ title : " :heart: Contributors"
24
+ exclude :
25
+ names : ["marcusdacoregio", "dependabot[bot]"]
You can’t perform that action at this time.
0 commit comments