diff --git a/gradle.properties b/gradle.properties index 68cc2ec458b..d70bd556d7e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=3.3.2-SNAPSHOT +version=3.4.0-SNAPSHOT latestVersion=true org.gradle.caching=true diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index dec6ad5afe3..b223ab38d44 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -9,7 +9,7 @@ description = "Spring Boot Dependencies" bom { effectiveBomArtifact() upgrade { - policy = "same-minor-version" + policy = "same-major-version" gitHub { issueLabels = ["type: dependency-upgrade"] } diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/xsd/layers-3.4.xsd b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/xsd/layers-3.4.xsd new file mode 100644 index 00000000000..20219b9bd8b --- /dev/null +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/xsd/layers-3.4.xsd @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file