Skip to content

Commit 843af8f

Browse files
committed
ci: trigger release build
1 parent 030b800 commit 843af8f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.ci/release-trigger.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# this file is evaluated by shared workflow https://github.com/sebthom/gha-shared/blob/v1/.github/workflows/maven-build.yml
55

6-
POM_CURRENT_VERSION="7.0.0-SNAPSHOT" # perform release if pom.xml matches this version
7-
POM_RELEASE_VERSION="7.0.0" # next release version
6+
POM_CURRENT_VERSION="7.0.1-SNAPSHOT" # perform release if pom.xml matches this version
7+
POM_RELEASE_VERSION="8.0.0" # next release version
88

99
DRY_RUN=false # is dry run?
1010
SKIP_TESTS=true # skip tests during release build?

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
12+
## [8.0.0] - 2026-01-27
13+
1114
### Changed
1215
- **BREAKING** renamed `java.*` Maven properties to `jdk.*` to prevent clashing with the JVM’s standard system properties
1316
`java.version`/`java.vendor` (e.g. via `-Djava.*`) and misleading Maven/plugin prerequisite checks when Maven runs on a newer JDK while toolchains target an older JDK.

0 commit comments

Comments
 (0)