This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
spring-aot-maven-plugin/src/it/runner
spring-native-docs/src/main/asciidoc Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 <asm .version>9.2</asm .version>
1515 <graalvm .version>21.3.0</graalvm .version>
1616 <docs .resources.version>0.2.1.RELEASE</docs .resources.version>
17- <spring .boot.version>2.6.2-SNAPSHOT </spring .boot.version>
17+ <spring .boot.version>2.6.2</spring .boot.version>
1818 <spring .cloud.version>2021.0.0</spring .cloud.version>
1919 <spring .security.authorization-server.version>0.1.0</spring .security.authorization-server.version>
2020 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 2.6.2-SNAPSHOT '
2+ id ' org.springframework.boot' version ' 2.6.2'
33 id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
44 id ' org.springframework.experimental.aot' version ' 0.11.1-SNAPSHOT'
55 id ' java'
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.springframework.boot</groupId >
99 <artifactId >spring-boot-starter-parent</artifactId >
10- <version >2.6.2-SNAPSHOT </version >
10+ <version >2.6.2</version >
1111 <relativePath />
1212 </parent >
1313 <groupId >org.springframework.experimental</groupId >
Original file line number Diff line number Diff line change 11plugins {
22 id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
3- id ' org.springframework.boot' version ' 2.6.2-SNAPSHOT ' apply false
3+ id ' org.springframework.boot' version ' 2.6.2' apply false
44 id ' org.springframework.experimental.aot' version ' 0.11.1-SNAPSHOT'
55}
66
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.6.2-SNAPSHOT </version >
8+ <version >2.6.2</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
33
44plugins {
5- id(" org.springframework.boot" ) version " 2.6.2-SNAPSHOT "
5+ id(" org.springframework.boot" ) version " 2.6.2"
66 id(" io.spring.dependency-management" ) version " 1.0.10.RELEASE"
77 id(" org.springframework.experimental.aot" ) version " 0.11.1-SNAPSHOT"
88 kotlin(" jvm" ) version " 1.6.0"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
33
44plugins {
5- id(" org.springframework.boot" ) version " 2.6.2-SNAPSHOT "
5+ id(" org.springframework.boot" ) version " 2.6.2"
66 id(" io.spring.dependency-management" ) version " 1.0.10.RELEASE"
77 id(" org.springframework.experimental.aot" ) version " 0.11.1-SNAPSHOT"
88 kotlin(" jvm" ) version " 1.6.0"
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.6.2-SNAPSHOT </version >
8+ <version >2.6.2</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >io.spring.test</groupId >
Original file line number Diff line number Diff line change 2626:graalvm-native-buildtools: https://github.com/graalvm/native-build-tools
2727:graalvm-native-buildtools-version: 0.9.9
2828
29- :spring-boot-version: 2.6.2-SNAPSHOT
29+ :spring-boot-version: 2.6.2
3030:spring-boot-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference
3131:spring-boot-gradle-plugin-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/gradle-plugin/reference/htmlsingle/
3232:spring-boot-maven-plugin-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/maven-plugin/reference/htmlsingle/
You can’t perform that action at this time.
0 commit comments