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 ff3bbfd commit db5d348Copy full SHA for db5d348
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.5-SNAPSHOT" # perform release if pom.xml matches this version
4
-POM_RELEASE_VERSION="1.0.5" # next release version
+POM_CURRENT_VERSION="1.0.6-SNAPSHOT" # perform release if pom.xml matches this version
+POM_RELEASE_VERSION="1.1.0" # next release version
5
6
DRY_RUN=false # is dry run?
7
SKIP_TESTS=true # skip tests during release build?
0 commit comments