Skip to content

Commit b1574da

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-46188
2 parents e9033a8 + a2067af commit b1574da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/examples/getting-started/apply-plugin-commercial.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
*/
1616

1717
plugins {
18-
id 'org.springframework.boot' version '{gradle-project-version}'
18+
id 'org.springframework.boot' version '{version-spring-boot}'
1919
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugins {
2-
id("org.springframework.boot") version "{gradle-project-version}"
2+
id("org.springframework.boot") version "{version-spring-boot}"
33
}

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/examples/managing-dependencies/depend-on-plugin-commercial.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
*/
1616

1717
plugins {
18-
id 'org.springframework.boot' version '{gradle-project-version}' apply false
18+
id 'org.springframework.boot' version '{version-spring-boot}' apply false
1919
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugins {
2-
id("org.springframework.boot") version "{gradle-project-version}" apply false
2+
id("org.springframework.boot") version "{version-spring-boot}" apply false
33
}

0 commit comments

Comments
 (0)