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 3333 GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
3434 GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
3535 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 4040 <lombok .version>1.18.30</lombok .version>
4141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4242 <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>
4545 <spring-cloud-aws-bom .version>3.0.2</spring-cloud-aws-bom .version>
4646
4747 </properties >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.boot</groupId >
66 <artifactId >spring-boot-starter-parent</artifactId >
7- <version >3.2.0-RC1 </version >
7+ <version >3.2.0-RC2 </version >
88 <relativePath />
99 </parent >
1010
2525
2626 <properties >
2727 <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>
2929 </properties >
3030
3131 <build >
You can’t perform that action at this time.
0 commit comments