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 Oct 8, 2024
1 parent 2fa51f0 commit 83449e7
Show file tree
Hide file tree
Showing 2 changed files with 15 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.1-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="6.1.1" # next release version
POM_CURRENT_VERSION="6.1.2-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="6.1.2" # next release version

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


## [6.1.2] - 2024-10-08

### Changed
- Maven plugin upgrades:
- central-publishing-maven-plugin 0.5.0 -> 0.6.0
- checkstyle 10.18.1 -> 10.18.2
- doxia-module-markdown 1.12.0 -> 2.0.0
- extra-enforcer-rules 1.8.0 -> 1.9.0
- gmavenplus-plugin 3.0.2 -> 4.0.1
- maven-javadoc-plugin 3.10.0 -> 3.10.1
- maven.surefire.version 3.5.0 -> 3.5.1


## [6.1.1] - 2024-09-19

### Change
Expand Down

0 comments on commit 83449e7

Please sign in to comment.