File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2121 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2222 gpg-passphrase : MAVEN_GPG_PASSPHRASE
2323 - name : Publish package
24- run : mvn -B deploy
24+ run : mvn --no-transfer-progress --batch-mode deploy
2525 env :
2626 MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
2727 MAVEN_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
Original file line number Diff line number Diff line change 55
66 <groupId >engineer.nightowl</groupId >
77 <artifactId >sonos-api-java</artifactId >
8- <version >0.0.22 </version >
8+ <version >0.0.23-SNAPSHOT </version >
99 <packaging >jar</packaging >
1010
1111 <name >sonos-api-java</name >
1717 <connection >scm:git:git://github.com/nightowlengineer/sonos-api-java.git</connection >
1818 <developerConnection >scm:git:ssh://git@github.com/nightowlengineer/sonos-api-java.git</developerConnection >
1919 <url >https://github.com/nightowlengineer/sonos-api-java/tree/master</url >
20- <tag >0.0.22 </tag >
20+ <tag >HEAD </tag >
2121 </scm >
2222
2323 <developers >
5656 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
5757 </properties >
5858
59- <prerequisites >
60- <maven >3.2.5</maven >
61- </prerequisites >
62-
6359 <dependencies >
6460 <dependency >
6561 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments