Skip to content

Commit ba2e764

Browse files
committed
ci: trigger release build
1 parent 2914962 commit ba2e764

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.2-SNAPSHOT" # perform release if pom.xml matches this version
4-
POM_RELEASE_VERSION="1.0.2" # next release version
3+
POM_CURRENT_VERSION="1.0.3-SNAPSHOT" # perform release if pom.xml matches this version
4+
POM_RELEASE_VERSION="1.0.3" # 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)