Skip to content

Commit

Permalink
trigger release build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Feb 27, 2024
1 parent 079332c commit 84efec4
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 456 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="7.8.3-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="7.8.3" # next release version
POM_CURRENT_VERSION="7.8.4-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="7.9.0" # next release version

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

0 comments on commit 84efec4

Please sign in to comment.