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 e58ccf2 commit 5272897Copy full SHA for 5272897
.github/workflows/maven-publish.yml
@@ -22,8 +22,6 @@ jobs:
22
server-password: "CENTRAL_TOKEN_PASSWORD"
23
gpg-private-key: "GPG_SIGNING_KEY"
24
gpg-passphrase: "GPG_SIGNING_KEY_PASSWORD"
25
- - name: "Set version"
26
- run: "mvn versions:set -DnewVersion=${{ github.event.release.tag_name }}"
27
- name: "Build with Maven"
28
run: "mvn -B package --file pom.xml"
29
- name: "Publish package"
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>dev.resms</groupId>
6
<artifactId>resms-java-sdk</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.1</version>
8
<packaging>jar</packaging>
9
10
<name>reSMS Java SDK</name>
0 commit comments