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 5656 JRELEASER_MAVENCENTRAL_TOKEN : ${{ secrets.JRELEASER_MAVENCENTRAL_TOKEN }}
5757 - name : Set next version
5858 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
6060 - name : Commit & Push changes
6161 uses : actions-js/push@master
6262 with :
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >io.getunleash</groupId >
55 <artifactId >unleash-client-java</artifactId >
6- <version >10.2.3</version >
6+ <version >10.2.3-SNAPSHOT </version >
77
88 <properties >
99 <version .slf4j>2.0.13</version .slf4j>
You can’t perform that action at this time.
0 commit comments