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 Sep 5, 2024
1 parent 982791a commit 768536a
Show file tree
Hide file tree
Showing 3 changed files with 7 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.7-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="3.1.7" # next release version
POM_CURRENT_VERSION="3.1.8-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="4.0.0" # next release version

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

## [Unreleased]

## [4.0.0] - 2024-09-05

### Changed
- set default Java version to 17
- enable automatic source code validation via formatter-maven-plugin
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,9 @@
<checkModificationExcludes>
<!-- workaround for https://stackoverflow.com/questions/16199154/maven-releaseprepare-cannot-prepare-the-release -->
<checkModificationExclude>pom.xml</checkModificationExclude>

<!-- because of chmod u+x in build.sh -->
<checkModificationExclude>mvnw</checkModificationExclude>
</checkModificationExcludes>

<providerImplementations>
Expand Down

0 comments on commit 768536a

Please sign in to comment.