Skip to content

Commit fa8500f

Browse files
committed
Upgrade to Spring Boot 2.4.0-M2
Closes spring-atticgh-138
1 parent d9c8d6d commit fa8500f

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:boot-version: 2.3.1.RELEASE
44
:graalvm-version: 20.1.0
55
:graalvm-dev-version: 20.2-dev
6-
:boot-dev-version: 2.4.0-SNAPSHOT
6+
:boot-dev-version: 2.4.0-M2
77
:documentation-url: https://repo.spring.io/{repository}/org/springframework/experimental/spring-graalvm-native-docs/{version}/spring-graalvm-native-docs-{version}.zip!
88

99
image:https://ci.spring.io/api/v1/teams/spring-graalvm-native/pipelines/spring-graalvm-native/badge["Build Status", link="https://ci.spring.io/teams/spring-graalvm-native/pipelines/spring-graalvm-native"] image:https://img.shields.io/badge/documentation-blue.svg["Documentation", link="{documentation-url}/reference/index.html"]

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-dependencies</artifactId>
34-
<version>2.4.0-SNAPSHOT</version>
34+
<version>2.4.0-M2</version>
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

spring-graalvm-native-samples/actuator-webflux/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0-M2</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

spring-graalvm-native-samples/actuator-webmvc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0-M2</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

spring-graalvm-native-samples/boot-features/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.4.0-SNAPSHOT</version>
10+
<version>2.4.0-M2</version>
1111
<relativePath/>
1212
</parent>
1313
<groupId>com.example</groupId>

spring-graalvm-native-samples/commandlinerunner-jafu/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.4.0-SNAPSHOT</version>
10+
<version>2.4.0-M2</version>
1111
<relativePath/>
1212
</parent>
1313
<groupId>com.example</groupId>

spring-graalvm-native-samples/commandlinerunner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.4.0-SNAPSHOT</version>
10+
<version>2.4.0-M2</version>
1111
<relativePath/>
1212
</parent>
1313
<groupId>com.example</groupId>

spring-graalvm-native-samples/data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-parent</artifactId>
12-
<version>2.4.0-SNAPSHOT</version>
12+
<version>2.4.0-M2</version>
1313
<relativePath/>
1414
</parent>
1515

spring-graalvm-native-samples/data-redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-parent</artifactId>
12-
<version>2.4.0-SNAPSHOT</version>
12+
<version>2.4.0-M2</version>
1313
<relativePath/>
1414
</parent>
1515

spring-graalvm-native-samples/features/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.4.0-SNAPSHOT</version>
10+
<version>2.4.0-M2</version>
1111
<relativePath/>
1212
</parent>
1313
<groupId>com.example</groupId>

spring-graalvm-native-samples/function-aws/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0-M2</version>
1010
<relativePath/>
1111
</parent>
1212
<groupId>com.example</groupId>

spring-graalvm-native-samples/function-netty-fun/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0-M2</version>
1010
<relativePath/>
1111
</parent>
1212
<groupId>com.example</groupId>

spring-graalvm-native-samples/function-netty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0-M2</version>
1010
<relativePath/>
1111
</parent>
1212
<groupId>com.example</groupId>

spring-graalvm-native-samples/grpc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.4.0-SNAPSHOT</version>
15+
<version>2.4.0-M2</version>
1616
<relativePath />
1717
</parent>
1818

spring-graalvm-native-samples/hibernate/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.4.0-SNAPSHOT</version>
14+
<version>2.4.0-M2</version>
1515
</parent>
1616

1717
<properties>

spring-graalvm-native-samples/jdbc-tx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.4.0-SNAPSHOT</version>
14+
<version>2.4.0-M2</version>
1515
</parent>
1616

1717
<properties>

spring-graalvm-native-samples/jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.4.0-SNAPSHOT</version>
14+
<version>2.4.0-M2</version>
1515
</parent>
1616

1717
<properties>

spring-graalvm-native-samples/logger/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0-M2</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

spring-graalvm-native-samples/petclinic-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.4.0-SNAPSHOT</version>
11+
<version>2.4.0-M2</version>
1212
<relativePath />
1313
</parent>
1414

spring-graalvm-native-samples/petclinic-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.4.0-SNAPSHOT</version>
11+
<version>2.4.0-M2</version>
1212
</parent>
1313

1414
<properties>

spring-graalvm-native-samples/security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0-M2</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

spring-graalvm-native-samples/wavefront/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0-M2</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

spring-graalvm-native-samples/webclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.4.0-SNAPSHOT</version>
10+
<version>2.4.0-M2</version>
1111
<relativePath/>
1212
</parent>
1313
<groupId>com.example</groupId>

spring-graalvm-native-samples/webflux-netty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0-M2</version>
1010
<relativePath/>
1111
</parent>
1212
<groupId>com.example</groupId>

spring-graalvm-native-samples/webflux-r2dbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0-M2</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>

spring-graalvm-native-samples/webflux-thymeleaf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.4.0-SNAPSHOT</version>
13+
<version>2.4.0-M2</version>
1414
</parent>
1515
<properties>
1616
<java.version>1.8</java.version>

spring-graalvm-native-samples/webmvc-jafu/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.4.0-SNAPSHOT</version>
10+
<version>2.4.0-M2</version>
1111
<relativePath/>
1212
</parent>
1313
<groupId>com.example</groupId>

spring-graalvm-native-samples/webmvc-kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
33

44
plugins {
5-
id("org.springframework.boot") version "2.4.0-SNAPSHOT"
5+
id("org.springframework.boot") version "2.4.0-M2"
66
id("io.spring.dependency-management") version "1.0.9.RELEASE"
77
kotlin("jvm") version "1.3.72"
88
kotlin("plugin.spring") version "1.3.72"

spring-graalvm-native-samples/webmvc-tomcat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0-M2</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)