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 98084b8 commit 1dae104Copy full SHA for 1dae104
.github/workflows/maven-central-publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
23
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
24
- name: Publish
25
- run: mvn clean deploy -Dgroups='!acceptance'
+ run: mvn -B clean deploy -Dgroups='!acceptance'
26
env:
27
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
28
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.erosb</groupId>
7
<artifactId>json-sKema</artifactId>
8
- <version>0.21.0</version>
+ <version>0.0.0-SNAPSHOT</version>
9
10
<name>json-sKema</name>
11
<description>JSON Schema Parser and Validator</description>
0 commit comments