From 430f97a7e95c24e167de74557d8a1b9c759f65fb Mon Sep 17 00:00:00 2001 From: Sean Arms <67096+lesserwhirls@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:20:02 -0600 Subject: [PATCH 1/2] Release 5.6.3 --- libs.versions.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs.versions.toml b/libs.versions.toml index 80a8a1d98..e5384375d 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -16,7 +16,7 @@ # # project version # -ds3SdkVersion = "5.6.3-SNAPSHOT" +ds3SdkVersion = "5.6.3" # # dependency versions # @@ -76,4 +76,5 @@ versionsPlugin = { group = "com.github.ben-manes", name = "gradle-versions-plugi [plugins] gradleDepVers = { id = "com.github.ben-manes.versions", version = "0.47.0" } gitVersionPlugin = { id = "com.palantir.git-version", version = "0.12.2" } # stuck on this version until we move from building with java 8 -shadowPlugin = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } \ No newline at end of file +shadowPlugin = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } + From 4568abe9778b97c5c3070274962938565a273eef Mon Sep 17 00:00:00 2001 From: Sean Arms <67096+lesserwhirls@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:20:39 -0600 Subject: [PATCH 2/2] Begin work on 5.6.4-SNAPSHOT --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index e5384375d..3a9d5104f 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -16,7 +16,7 @@ # # project version # -ds3SdkVersion = "5.6.3" +ds3SdkVersion = "5.6.4-SNAPSHOT" # # dependency versions #