Skip to content

Commit

Permalink
ci: trigger release build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Dec 18, 2024
1 parent 2217054 commit 22b9db6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/release-trigger.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# this file is evaluated by .ci/build.sh

POM_CURRENT_VERSION="6.1.4-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="6.1.4" # next release version
POM_CURRENT_VERSION="6.1.5-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="6.1.5" # next release version

DRY_RUN=false # is dry run?
SKIP_TESTS=true # skip tests during release build?
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.1.5] - 2024-12-18

### Changed
- upgrade Eclipse Java Compiler 3.39.0 -> 3.40.0
- Maven plugin upgrades:
- checkstyle 10.20.1 -> 10.21.0
- jrebel-maven-plugin 1.2.0 -> 1.2.1
- license-maven-plugin 2.4.0 -> 2.5.0
- maven-bundle-plugin 5.1.9 -> 6.0.0
- maven-javadoc-plugin 3.11.1 -> 3.11.2
- versions-maven-plugin 2.17.1 -> 2.18.0


## [6.1.4] - 2024-11-08

Expand Down

0 comments on commit 22b9db6

Please sign in to comment.