Skip to content

Commit 1dae104

Browse files
committed
making build output more CI friendly and starting new development iteration
1 parent 98084b8 commit 1dae104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-central-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2323
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
2424
- name: Publish
25-
run: mvn clean deploy -Dgroups='!acceptance'
25+
run: mvn -B clean deploy -Dgroups='!acceptance'
2626
env:
2727
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
2828
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.erosb</groupId>
77
<artifactId>json-sKema</artifactId>
8-
<version>0.21.0</version>
8+
<version>0.0.0-SNAPSHOT</version>
99

1010
<name>json-sKema</name>
1111
<description>JSON Schema Parser and Validator</description>

0 commit comments

Comments
 (0)