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 fec1b16 commit 155b202Copy full SHA for 155b202
.github/workflows/release_jreleaser.yml
@@ -62,7 +62,6 @@ jobs:
62
with:
63
github_token: ${{ steps.generate-token.outputs.token }}
64
message: Setting SNAPSHOT version ${{ github.event.inputs.nextVersion }}-SNAPSHOT
65
- tags: true
66
- name: JReleaser release output
67
if: always()
68
uses: actions/upload-artifact@v4
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>io.getunleash</groupId>
5
<artifactId>unleash-client-java</artifactId>
6
- <version>10.2.2</version>
+ <version>10.2.3-SNAPSHOT</version>
7
8
<properties>
9
<version.slf4j>2.0.13</version.slf4j>
0 commit comments