Purpose
The 2.x branch needs to have the Spring Boot versions migrated all the way to Spring Boot 4.1.
Scope
- Create a new sprint branches off of
2.x after cutting release tags in the previous release for the current sprint (sprint10-base and sprint10-staging).
- Change the version number from
2.2.0-SNAPSHOT to 2.3.0-SNAPSHOT.
- Use
internal_sprint10-3x-base and internal_sprint10-3x-staging` branch names.
Details
Every pom.xml file needs the version changed.
References
|
<version>2.2.0-SNAPSHOT</version> |
|
<version>2.2.0-SNAPSHOT</version> |
- etc... for all
pom.xml files.
Purpose
The
2.xbranch needs to have the Spring Boot versions migrated all the way to Spring Boot 4.1.Scope
2.xafter cutting release tags in the previous release for the current sprint (sprint10-baseandsprint10-staging).2.2.0-SNAPSHOTto2.3.0-SNAPSHOT.internal_sprint10-3x-baseand internal_sprint10-3x-staging` branch names.Details
Every
pom.xmlfile needs the version changed.References
Weaver-Webservice-Core/pom.xml
Line 8 in 9f2a422
Weaver-Webservice-Core/auth/pom.xml
Line 15 in 9f2a422
pom.xmlfiles.