Skip to content

chore: bump GH Actions versions and fix version extraction for Maven 4#71

Merged
deer merged 1 commit into
mainfrom
ci_versions
May 17, 2026
Merged

chore: bump GH Actions versions and fix version extraction for Maven 4#71
deer merged 1 commit into
mainfrom
ci_versions

Conversation

@deer

@deer deer commented May 17, 2026

Copy link
Copy Markdown
Collaborator

release.yml's "Determine Versions" step previously used ./mvnw help:evaluate -DforceStdout to read the current version. Maven 4 wraps the output in [INFO] [stdout] <value> when writing to a TTY but drops the prefix when stdout is piped, making it impossible to strip reliably. Replaced with a direct grep/sed on pom.xml's <revision> property — no Maven invocation, no format ambiguity.

The new approach works for both 3 and 4.

@deer deer merged commit 8651d79 into main May 17, 2026
3 checks passed
@deer deer deleted the ci_versions branch May 17, 2026 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant