File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
JRELEASER_MAVENCENTRAL_TOKEN : ${{ secrets.JRELEASER_MAVENCENTRAL_TOKEN }}
57
57
- name : Set next version
58
58
run : |
59
- mvn --no-transfer-progress --batch-mode versions:set -DnewVersion=${{ github.event.inputs.nextVersion }}
59
+ mvn --no-transfer-progress --batch-mode versions:set -DnewVersion=${{ github.event.inputs.nextVersion }}-SNAPSHOT
60
60
- name : Commit & Push changes
61
61
uses : actions-js/push@master
62
62
with :
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.getunleash</groupId >
5
5
<artifactId >unleash-client-java</artifactId >
6
- <version >10.2.3</version >
6
+ <version >10.2.3-SNAPSHOT </version >
7
7
8
8
<properties >
9
9
<version .slf4j>2.0.13</version .slf4j>
You can’t perform that action at this time.
0 commit comments