8000 chore(ci): Make sure release cycle does add snapshot to the version · Unleash/unleash-client-java@fb576bf · GitHub
[go: up one dir, main page]

Skip to content

Commit fb576bf

Browse files
comm 10000 itted
chore(ci): Make sure release cycle does add snapshot to the version
1 parent b385cd8 commit fb576bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)
0