We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2914962 commit ba2e764Copy full SHA for ba2e764
1 file changed
.ci/release-trigger.sh
@@ -1,7 +1,7 @@
1
# this file is evaluated by .ci/build.sh
2
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
+POM_CURRENT_VERSION="1.0.3-SNAPSHOT" # perform release if pom.xml matches this version
+POM_RELEASE_VERSION="1.0.3" # next release version
5
6
DRY_RUN=false # is dry run?
7
SKIP_TESTS=true # skip tests during release build?
0 commit comments