Skip to content

Commit

Permalink
trigger release build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jun 25, 2024
1 parent 25942f3 commit 5653a12
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="3.1.5-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="3.1.5" # next release version
POM_CURRENT_VERSION="3.1.6-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="3.1.6" # 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 @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [3.1.6] - 2024-06-25

### Changed
- Maven plugin upgrades:
- maven-clean-plugin 3.3.2 -> 3.4.0
- maven-dependency-plugin 3.7.0 -> 3.7.1
- maven-jar-plugin 3.4.1 -> 3.4.2
- maven-project-info-reports-plugin 3.5.0 -> 3.6.0
- maven-release-plugin 3.0.1 -> 3.1.0
- maven.surefire.version 3.2.5 -> 3.3.0


## [3.1.5] - 2024-06-12

### Fixed
Expand Down

0 comments on commit 5653a12

Please sign in to comment.