From 2b6ac1cb8df35ab7e110ec3a07b304c89bc52423 Mon Sep 17 00:00:00 2001 From: sonallux <13821543+sonallux@users.noreply.github.com> Date: Sun, 16 Jun 2024 14:20:54 +0000 Subject: [PATCH] Bump version to 2024.6.16 --- fixed-spotify-open-api.yml | 2 +- json-utils/pom.xml | 4 ++-- open-api-response-validator/pom.xml | 4 ++-- pom.xml | 2 +- spotify-web-api-open-api/pom.xml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fixed-spotify-open-api.yml b/fixed-spotify-open-api.yml index c170894..f5c1edf 100644 --- a/fixed-spotify-open-api.yml +++ b/fixed-spotify-open-api.yml @@ -8,7 +8,7 @@ info: The base URI for all Web API requests is `https://api.spotify.com/v1`. Need help? See our Web API guides for more information, or visit the Spotify for Developers community forum 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: diff --git a/json-utils/pom.xml b/json-utils/pom.xml index 8da5c9c..5db6998 100644 --- a/json-utils/pom.xml +++ b/json-utils/pom.xml @@ -7,12 +7,12 @@ de.sonallux.spotify spotify-web-api-parent - 2024.3.3 + 2024.6.16 ../pom.xml json-utils - 2024.3.3 + 2024.6.16 jar json-utils diff --git a/open-api-response-validator/pom.xml b/open-api-response-validator/pom.xml index 1989103..3d4186a 100644 --- a/open-api-response-validator/pom.xml +++ b/open-api-response-validator/pom.xml @@ -7,12 +7,12 @@ de.sonallux.spotify spotify-web-api-parent - 2024.3.3 + 2024.6.16 ../pom.xml open-api-response-validator - 2024.3.3 + 2024.6.16 jar open-api-response-validator diff --git a/pom.xml b/pom.xml index d0fe2f8..cd3a5fa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.sonallux.spotify spotify-web-api-parent - 2024.3.3 + 2024.6.16 pom spotify-web-api-parent diff --git a/spotify-web-api-open-api/pom.xml b/spotify-web-api-open-api/pom.xml index 1fa3df4..0ac9f92 100644 --- a/spotify-web-api-open-api/pom.xml +++ b/spotify-web-api-open-api/pom.xml @@ -7,12 +7,12 @@ de.sonallux.spotify spotify-web-api-parent - 2024.3.3 + 2024.6.16 ../pom.xml spotify-web-api-open-api - 2024.3.3 + 2024.6.16 jar spotify-web-api-open-api @@ -30,7 +30,7 @@ de.sonallux.spotify json-utils - 2024.3.3 + 2024.6.16 io.swagger.parser.v3