File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 33
33
GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
34
34
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
35
35
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
36
- run : ./mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}
36
+ run : |
37
+ cd spring-modulith-examples
38
+ ../mvnw -B versions:update-parent -DskipResolution=true -DparentVersion=${{ matrix.version }}
39
+ ../mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}
Original file line number Diff line number Diff line change 40
40
<lombok .version>1.18.30</lombok .version>
41
41
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
42
42
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
43
- <spring .version>6.1.0-RC1 </spring .version> <!-- For Javadoc links only -->
44
- <spring-boot .version>3.2.0-RC1 </spring-boot .version>
43
+ <spring .version>6.1.0-RC2 </spring .version> <!-- For Javadoc links only -->
44
+ <spring-boot .version>3.2.0-RC2 </spring-boot .version>
45
45
<spring-cloud-aws-bom .version>3.0.2</spring-cloud-aws-bom .version>
46
46
47
47
</properties >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.boot</groupId >
6
6
<artifactId >spring-boot-starter-parent</artifactId >
7
- <version >3.2.0-RC1 </version >
7
+ <version >3.2.0-RC2 </version >
8
8
<relativePath />
9
9
</parent >
10
10
25
25
26
26
<properties >
27
27
<java .version>17</java .version>
28
- <spring-boot .version>3.2.0-RC1 </spring-boot .version>
28
+ <spring-boot .version>3.2.0-RC2 </spring-boot .version>
29
29
</properties >
30
30
31
31
<build >
You can’t perform that action at this time.
0 commit comments