Skip to content

Commit db5d348

Browse files
committed
ci: trigger release build
1 parent ff3bbfd commit db5d348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/release-trigger.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this file is evaluated by .ci/build.sh
22

3-
POM_CURRENT_VERSION="1.0.5-SNAPSHOT" # perform release if pom.xml matches this version
4-
POM_RELEASE_VERSION="1.0.5" # next release version
3+
POM_CURRENT_VERSION="1.0.6-SNAPSHOT" # perform release if pom.xml matches this version
4+
POM_RELEASE_VERSION="1.1.0" # next release version
55

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

0 commit comments

Comments
 (0)