Skip to content

Commit ba0626f

Browse files
committed
Upgrade to Spring Boot 2.3.0.M4.
1 parent 1969b56 commit ba0626f

File tree

19 files changed

+31
-27
lines changed

19 files changed

+31
-27
lines changed

1-classic/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
8+
<version>2.3.0.M4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>

1-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
12+
<version>2.3.0.M4</version>
1313
<relativePath/> <!-- lookup parent from repository -->
1414
</parent>
1515
<!-- end::parent[] -->

2-classic/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

2-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

2b-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

3-classic/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
8+
<version>2.3.0.M4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>

3-reactive/pom.xml

Lines changed: 5 additions & 3 deletions
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.3.0.M2</version>
8+
<version>2.3.0.M4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>io.projectreactor.tools</groupId>
5151
<artifactId>blockhound</artifactId>
52-
<version>1.0.2.RELEASE</version>
52+
<version>1.0.3.RELEASE</version>
5353
</dependency>
5454
<!-- end::blockhound[] -->
5555

@@ -81,7 +81,9 @@
8181
<groupId>org.springframework.boot</groupId>
8282
<artifactId>spring-boot-maven-plugin</artifactId>
8383
<configuration>
84-
<mainClass>com.greglturnquist.hackingspringboot.reactive.HackingSpringBootApplicationPlainBlockHound</mainClass>
84+
<mainClass>
85+
com.greglturnquist.hackingspringboot.reactive.HackingSpringBootApplicationPlainBlockHound
86+
</mainClass>
8587
</configuration>
8688
</plugin>
8789
</plugins>

4-classic/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
8+
<version>2.3.0.M4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>

4-reactive/pom.xml

Lines changed: 3 additions & 3 deletions
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.3.0.M2</version>
8+
<version>2.3.0.M4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.projectreactor.tools</groupId>
4848
<artifactId>blockhound-junit-platform</artifactId>
49-
<version>1.0.2.RELEASE</version>
49+
<version>1.0.3.RELEASE</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<!-- end::blockhound[] -->
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>io.projectreactor.tools</groupId>
7171
<artifactId>blockhound-junit-platform</artifactId>
72-
<version>1.0.2.RELEASE</version>
72+
<version>1.0.3.RELEASE</version>
7373
<scope>test</scope>
7474
</dependency>
7575
</dependencies>

5-reactive/pom.xml

Lines changed: 5 additions & 3 deletions
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>io.projectreactor.tools</groupId>
5757
<artifactId>blockhound-junit-platform</artifactId>
58-
<version>1.0.2.RELEASE</version>
58+
<version>1.0.3.RELEASE</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
@@ -81,7 +81,9 @@
8181
<groupId>org.springframework.boot</groupId>
8282
<artifactId>spring-boot-maven-plugin</artifactId>
8383
<configuration>
84-
<layout>LAYERED_JAR</layout>
84+
<layers>
85+
<enabled>true</enabled>
86+
</layers>
8587
</configuration>
8688
</plugin>
8789
<!-- end::docker[] -->

6-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>io.projectreactor.tools</groupId>
7575
<artifactId>blockhound-junit-platform</artifactId>
76-
<version>1.0.2.RELEASE</version>
76+
<version>1.0.3.RELEASE</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>

7-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>io.projectreactor.tools</groupId>
7474
<artifactId>blockhound-junit-platform</artifactId>
75-
<version>1.0.2.RELEASE</version>
75+
<version>1.0.3.RELEASE</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

8-reactive-client/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

8-reactive-server/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-custom-config/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-method-security/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-oauth/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-quick/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-repository/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0.M2</version>
10+
<version>2.3.0.M4</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

0 commit comments

Comments
 (0)