Done
Details
Details
Assignee
Julian Ladisch
Julian LadischReporter
Julian Ladisch
Julian LadischPriority
Development Team
Volaris
Release
Sunflower (R1 2025)
RCA Group
TBD
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 14, 2025 at 10:41 AM
Updated March 14, 2025 at 2:25 PM
Resolved March 14, 2025 at 2:25 PM
The reference environments like https://folio-snapshot.dev.folio.org/ should be built using the latest master branch version of all repositories.
This is implemented by using the latest SNAPSHOT version.
This only works if
the master branch uses the next minor version: 3.5.0-SNAPSHOT, and
the b3.4 branch uses the next patch version: 3.4.1-SNAPSHOT.
See
https://folio-project.slack.com/archives/C210RP0T1/p1741274898916269
https://folio-project.slack.com/archives/C210RP0T1/p1741816909580189
https://dev.folio.org/guidelines/release-procedures/#maven-based-modules
Currently the master branch incorrectly uses 3.4.1-SNAPSHOT so that a commit to the b3.4 branch ends up in there reference environment. This is not wanted.
Solution: Change the master branch version to 3.5.0-SNAPSHOT.