Skip to content

Commit 6505f1b

Browse files
committed
Bump version to 2024.12.23
1 parent fe670e6 commit 6505f1b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

fixed-spotify-open-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
The base URI for all Web API requests is `https://api.spotify.com/v1`.
99
1010
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.
11-
version: 2024.11.2
11+
version: 2024.12.23
1212
title: Spotify Web API with fixes and improvements from sonallux
1313
termsOfService: https://developer.spotify.com/terms/
1414
contact:

json-utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.sonallux.spotify</groupId>
99
<artifactId>spotify-web-api-parent</artifactId>
10-
<version>2024.11.2</version>
10+
<version>2024.12.23</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>json-utils</artifactId>
15-
<version>2024.11.2</version>
15+
<version>2024.12.23</version>
1616
<packaging>jar</packaging>
1717

1818
<name>json-utils</name>

open-api-response-validator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.sonallux.spotify</groupId>
99
<artifactId>spotify-web-api-parent</artifactId>
10-
<version>2024.11.2</version>
10+
<version>2024.12.23</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>open-api-response-validator</artifactId>
15-
<version>2024.11.2</version>
15+
<version>2024.12.23</version>
1616
<packaging>jar</packaging>
1717

1818
<name>open-api-response-validator</name>

pom.xml

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

77
<groupId>de.sonallux.spotify</groupId>
88
<artifactId>spotify-web-api-parent</artifactId>
9-
<version>2024.11.2</version>
9+
<version>2024.12.23</version>
1010
<packaging>pom</packaging>
1111

1212
<name>spotify-web-api-parent</name>

spotify-web-api-open-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.sonallux.spotify</groupId>
99
<artifactId>spotify-web-api-parent</artifactId>
10-
<version>2024.11.2</version>
10+
<version>2024.12.23</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>spotify-web-api-open-api</artifactId>
15-
<version>2024.11.2</version>
15+
<version>2024.12.23</version>
1616
<packaging>jar</packaging>
1717

1818
<name>spotify-web-api-open-api</name>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>de.sonallux.spotify</groupId>
3232
<artifactId>json-utils</artifactId>
33-
<version>2024.11.2</version>
33+
<version>2024.12.23</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>io.swagger.parser.v3</groupId>

0 commit comments

Comments
 (0)