Skip to content

Commit

Permalink
Bump version to 2024.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sonallux committed Jun 16, 2024
1 parent 2ff8d28 commit 2b6ac1c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion fixed-spotify-open-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
The base URI for all Web API requests is `https://api.spotify.com/v1`.
Need help? See our <a href="https://developer.spotify.com/documentation/web-api/guides/">Web API guides</a> for more information, or visit the <a href="https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer">Spotify for Developers community forum</a> to ask questions and connect with other developers.
version: 2024.3.3
version: 2024.6.16
title: Spotify Web API with fixes and improvements from sonallux
termsOfService: https://developer.spotify.com/terms/
contact:
Expand Down
4 changes: 2 additions & 2 deletions json-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-parent</artifactId>
<version>2024.3.3</version>
<version>2024.6.16</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>json-utils</artifactId>
<version>2024.3.3</version>
<version>2024.6.16</version>
<packaging>jar</packaging>

<name>json-utils</name>
Expand Down
4 changes: 2 additions & 2 deletions open-api-response-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-parent</artifactId>
<version>2024.3.3</version>
<version>2024.6.16</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>open-api-response-validator</artifactId>
<version>2024.3.3</version>
<version>2024.6.16</version>
<packaging>jar</packaging>

<name>open-api-response-validator</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-parent</artifactId>
<version>2024.3.3</version>
<version>2024.6.16</version>
<packaging>pom</packaging>

<name>spotify-web-api-parent</name>
Expand Down
6 changes: 3 additions & 3 deletions spotify-web-api-open-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-parent</artifactId>
<version>2024.3.3</version>
<version>2024.6.16</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>spotify-web-api-open-api</artifactId>
<version>2024.3.3</version>
<version>2024.6.16</version>
<packaging>jar</packaging>

<name>spotify-web-api-open-api</name>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>de.sonallux.spotify</groupId>
<artifactId>json-utils</artifactId>
<version>2024.3.3</version>
<version>2024.6.16</version>
</dependency>
<dependency>
<groupId>io.swagger.parser.v3</groupId>
Expand Down

0 comments on commit 2b6ac1c

Please sign in to comment.