From 9c85093ac1732ccb07467654131b6e1a7457a0ab Mon Sep 17 00:00:00 2001 From: Arne Franken Date: Sun, 29 Sep 2024 18:50:54 +0200 Subject: [PATCH] Prepare for 3.11.0 --- CHANGELOG.md | 5 +++++ build-config/pom.xml | 2 +- docker/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 2 +- server/pom.xml | 2 +- testsupport/common/pom.xml | 2 +- testsupport/junit4/pom.xml | 2 +- testsupport/junit5/pom.xml | 2 +- testsupport/pom.xml | 2 +- testsupport/testcontainers/pom.xml | 2 +- testsupport/testng/pom.xml | 2 +- 12 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a257eb31..bc2e5c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * [CURRENT - 3.x - THIS VERSION IS UNDER ACTIVE DEVELOPMENT](#current---3x---this-version-is-under-active-development) * [3.12.0 - PLANNED](#3120---planned) * [3.11.0](#3110) + * [3.10.3](#3103) * [3.10.2](#3102) * [3.10.1](#3101) * [3.10.0](#3100) @@ -159,6 +160,10 @@ Version 3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav * Bump alpine from 3.20.2 to 3.20.3 in /docker * Bump kotlin.version from 2.0.0 to 2.0.20 +## 3.10.3 +Test release that incremented the patch version number. +Please refer / update to version 3.11.0, thanks. + ## 3.10.2 3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration. diff --git a/build-config/pom.xml b/build-config/pom.xml index c497bb06..94a9b240 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -21,7 +21,7 @@ com.adobe.testing s3mock-parent - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock-build-config diff --git a/docker/pom.xml b/docker/pom.xml index d8092b3f..c65b8cba 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -22,7 +22,7 @@ com.adobe.testing s3mock-parent - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock-docker diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 9869bbca..cab6c441 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ com.adobe.testing s3mock-parent - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock-integration-tests diff --git a/pom.xml b/pom.xml index 73e2f109..a6b8fc9a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ com.adobe.testing s3mock-parent - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT pom S3Mock - Parent diff --git a/server/pom.xml b/server/pom.xml index 4ce5f302..a64f0181 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -22,7 +22,7 @@ com.adobe.testing s3mock-parent - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock diff --git a/testsupport/common/pom.xml b/testsupport/common/pom.xml index d43df3b3..a505c6c3 100644 --- a/testsupport/common/pom.xml +++ b/testsupport/common/pom.xml @@ -22,7 +22,7 @@ com.adobe.testing s3mock-testsupport-reactor - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock-testsupport-common diff --git a/testsupport/junit4/pom.xml b/testsupport/junit4/pom.xml index 5591ff19..c837c30f 100644 --- a/testsupport/junit4/pom.xml +++ b/testsupport/junit4/pom.xml @@ -22,7 +22,7 @@ com.adobe.testing s3mock-testsupport-reactor - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock-junit4 diff --git a/testsupport/junit5/pom.xml b/testsupport/junit5/pom.xml index 300b25c3..ee205f5c 100644 --- a/testsupport/junit5/pom.xml +++ b/testsupport/junit5/pom.xml @@ -22,7 +22,7 @@ com.adobe.testing s3mock-testsupport-reactor - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock-junit5 diff --git a/testsupport/pom.xml b/testsupport/pom.xml index dbd30d0e..afd5cac7 100644 --- a/testsupport/pom.xml +++ b/testsupport/pom.xml @@ -22,7 +22,7 @@ com.adobe.testing s3mock-parent - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock-testsupport-reactor diff --git a/testsupport/testcontainers/pom.xml b/testsupport/testcontainers/pom.xml index 107a7ede..9c9d6242 100644 --- a/testsupport/testcontainers/pom.xml +++ b/testsupport/testcontainers/pom.xml @@ -22,7 +22,7 @@ com.adobe.testing s3mock-testsupport-reactor - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock-testcontainers diff --git a/testsupport/testng/pom.xml b/testsupport/testng/pom.xml index 93738267..dec831d5 100644 --- a/testsupport/testng/pom.xml +++ b/testsupport/testng/pom.xml @@ -22,7 +22,7 @@ com.adobe.testing s3mock-testsupport-reactor - 3.10.4-SNAPSHOT + 3.11.0-SNAPSHOT s3mock-testng