File tree Expand file tree Collapse file tree 7 files changed +17
-12
lines changed
spotify-web-api-generator-open-api Expand file tree Collapse file tree 7 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,10 @@ jobs:
3232 OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
3333 OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
3434 OSSRH_GPG_PASSPHRASE : ${{ secrets.OSSRH_GPG_PASSPHRASE }}
35- run : mvn -B deploy -Pdeploy
35+ run : ./mvnw -B deploy -Pdeploy
3636 - name : Create release on GitHub
3737 uses : softprops/action-gh-release@v1
3838 if : startsWith(github.ref, 'refs/tags/')
39-
4039 env :
4140 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4241 with :
Original file line number Diff line number Diff line change 66
77 <groupId >de.sonallux.spotify</groupId >
88 <artifactId >spotify-web-api-parent</artifactId >
9- <version >2021.4.14 </version >
9+ <version >2021.4.19 </version >
1010 <packaging >pom</packaging >
1111
1212 <name >spotify-web-api-parent</name >
Original file line number Diff line number Diff line change 2323 exit $generationExitCode
2424fi
2525
26+ git diff --exit-code
27+ if [ " $? " != " 0" ]
28+ then
29+ ./mvnw versions:set -DnewVersion=" $( date +" %Y.%-m.%-d" ) " -DgenerateBackupPoms=false
30+ fi
31+
2632exit 0
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >de.sonallux.spotify</groupId >
99 <artifactId >spotify-web-api-parent</artifactId >
10- <version >2021.4.14 </version >
10+ <version >2021.4.19 </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
1414 <artifactId >spotify-web-api-core</artifactId >
15- <version >2021.4.14 </version >
15+ <version >2021.4.19 </version >
1616 <packaging >jar</packaging >
1717
1818 <name >spotify-web-api-core</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >de.sonallux.spotify</groupId >
99 <artifactId >spotify-web-api-parent</artifactId >
10- <version >2021.4.14 </version >
10+ <version >2021.4.19 </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
1414 <artifactId >spotify-web-api-generator-open-api</artifactId >
15- <version >2021.4.14 </version >
15+ <version >2021.4.19 </version >
1616 <packaging >jar</packaging >
1717
1818 <name >spotify-web-api-generator-open-api</name >
2929 <dependency >
3030 <groupId >de.sonallux.spotify</groupId >
3131 <artifactId >spotify-web-api-core</artifactId >
32- <version >2021.4.14 </version >
32+ <version >2021.4.19 </version >
3333 </dependency >
3434 <dependency >
3535 <groupId >io.swagger.core.v3</groupId >
Original file line number Diff line number Diff line change 44 contact :
55 name : sonallux
66 url : https://github.com/sonallux/spotify-web-api
7- version : 2021.4.14
7+ version : 2021.4.19
88externalDocs :
99 description : Find more info on the official Spotify Web API Reference
1010 url : https://developer.spotify.com/documentation/web-api/reference
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >de.sonallux.spotify</groupId >
99 <artifactId >spotify-web-api-parent</artifactId >
10- <version >2021.4.14 </version >
10+ <version >2021.4.19 </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
1414 <artifactId >spotify-web-api-parser</artifactId >
15- <version >2021.4.14 </version >
15+ <version >2021.4.19 </version >
1616 <packaging >jar</packaging >
1717
1818 <name >spotify-web-api-parser</name >
2727 <dependency >
2828 <groupId >de.sonallux.spotify</groupId >
2929 <artifactId >spotify-web-api-core</artifactId >
30- <version >2021.4.14 </version >
30+ <version >2021.4.19 </version >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.jsoup</groupId >
You can’t perform that action at this time.
0 commit comments