slfan1989 opened a new issue, #2396:
URL: https://github.com/apache/auron/issues/2396
## Description
Apache Auron 8.0.0-incubating has been released. The version on the `master`
branch should now be updated to the next development version, `9.0.0-SNAPSHOT`.
The release build workflows also contain hard-coded Auron version values.
These values need to be updated together with the Maven project version to
ensure that workflow artifact paths and names remain consistent with the actual
build output.
## Proposed Changes
- Update `project.version` in the root `pom.xml`:
- From `8.0.0-incubating`
- To `9.0.0-SNAPSHOT`
- Update `auronver` to `9.0.0-SNAPSHOT` in:
- `.github/workflows/build-amd64-releases.yml`
- `.github/workflows/build-arm-releases.yml`
- `.github/workflows/build-macos-releases.yml`
- Update the explicit Spark 4.0 and Spark 4.1 matrix entries in the AMD64
release workflow.
## Motivation
After a formal release, continued development on `master` should use a
snapshot version rather than the released version.
Keeping the workflow version synchronized with the Maven project version
also prevents mismatches between the generated JAR name and the artifact path
expected by GitHub Actions.
## Expected Result
- Maven resolves the project version as `9.0.0-SNAPSHOT`.
- AMD64, ARM64, and macOS release workflows use `9.0.0-SNAPSHOT`.
- No release workflow continues to reference `8.0.0-incubating`.
- Generated artifact names and upload paths remain consistent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]