From 6aa86fb60d8d27a14d0434cac6bca859fded522b Mon Sep 17 00:00:00 2001 From: Dapr Bot Date: Wed, 21 May 2025 15:57:15 +0000 Subject: [PATCH] Release 1.15.0-rc-5 Signed-off-by: Dapr Bot Signed-off-by: siri-varma --- dapr-spring/dapr-spring-boot-autoconfigure/pom.xml | 2 +- .../dapr-spring-boot-starter-test/pom.xml | 2 +- .../dapr-spring-boot-starter/pom.xml | 2 +- dapr-spring/dapr-spring-boot-tests/pom.xml | 2 +- dapr-spring/dapr-spring-data/pom.xml | 2 +- dapr-spring/dapr-spring-messaging/pom.xml | 2 +- dapr-spring/dapr-spring-workflows/pom.xml | 2 +- dapr-spring/pom.xml | 4 ++-- examples/pom.xml | 4 ++-- pom.xml | 6 +++--- sdk-actors/pom.xml | 4 ++-- sdk-autogen/pom.xml | 4 ++-- sdk-springboot/pom.xml | 4 ++-- sdk-tests/pom.xml | 8 ++++---- sdk-workflows/pom.xml | 4 ++-- sdk/pom.xml | 4 ++-- spring-boot-examples/consumer-app/pom.xml | 2 +- spring-boot-examples/pom.xml | 4 ++-- spring-boot-examples/producer-app/pom.xml | 2 +- testcontainers-dapr/pom.xml | 4 ++-- 20 files changed, 34 insertions(+), 34 deletions(-) diff --git a/dapr-spring/dapr-spring-boot-autoconfigure/pom.xml b/dapr-spring/dapr-spring-boot-autoconfigure/pom.xml index 2bf159e96..c1fa6181f 100644 --- a/dapr-spring/dapr-spring-boot-autoconfigure/pom.xml +++ b/dapr-spring/dapr-spring-boot-autoconfigure/pom.xml @@ -6,7 +6,7 @@ io.dapr.spring dapr-spring-parent - 0.15.0-rc-4 + 0.15.0-rc-5 dapr-spring-boot-autoconfigure diff --git a/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml index cafad1843..094308e78 100644 --- a/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml +++ b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml @@ -6,7 +6,7 @@ io.dapr.spring dapr-spring-parent - 0.15.0-rc-4 + 0.15.0-rc-5 ../../pom.xml diff --git a/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter/pom.xml b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter/pom.xml index 7c885c145..fc1fcbfaf 100644 --- a/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter/pom.xml +++ b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ io.dapr.spring dapr-spring-parent - 0.15.0-rc-4 + 0.15.0-rc-5 ../../pom.xml diff --git a/dapr-spring/dapr-spring-boot-tests/pom.xml b/dapr-spring/dapr-spring-boot-tests/pom.xml index e529b5d15..7c384cf1e 100644 --- a/dapr-spring/dapr-spring-boot-tests/pom.xml +++ b/dapr-spring/dapr-spring-boot-tests/pom.xml @@ -6,7 +6,7 @@ io.dapr.spring dapr-spring-parent - 0.15.0-rc-4 + 0.15.0-rc-5 dapr-spring-boot-tests diff --git a/dapr-spring/dapr-spring-data/pom.xml b/dapr-spring/dapr-spring-data/pom.xml index e9f25fa4b..97ec75d96 100644 --- a/dapr-spring/dapr-spring-data/pom.xml +++ b/dapr-spring/dapr-spring-data/pom.xml @@ -6,7 +6,7 @@ io.dapr.spring dapr-spring-parent - 0.15.0-rc-4 + 0.15.0-rc-5 dapr-spring-data diff --git a/dapr-spring/dapr-spring-messaging/pom.xml b/dapr-spring/dapr-spring-messaging/pom.xml index 058a98009..8b7398133 100644 --- a/dapr-spring/dapr-spring-messaging/pom.xml +++ b/dapr-spring/dapr-spring-messaging/pom.xml @@ -6,7 +6,7 @@ io.dapr.spring dapr-spring-parent - 0.15.0-rc-4 + 0.15.0-rc-5 dapr-spring-messaging diff --git a/dapr-spring/dapr-spring-workflows/pom.xml b/dapr-spring/dapr-spring-workflows/pom.xml index 387ae0e5d..13cecd4ff 100644 --- a/dapr-spring/dapr-spring-workflows/pom.xml +++ b/dapr-spring/dapr-spring-workflows/pom.xml @@ -6,7 +6,7 @@ io.dapr.spring dapr-spring-parent - 0.15.0-rc-4 + 0.15.0-rc-5 dapr-spring-workflows diff --git a/dapr-spring/pom.xml b/dapr-spring/pom.xml index 2a481859a..f4d9dc794 100644 --- a/dapr-spring/pom.xml +++ b/dapr-spring/pom.xml @@ -7,13 +7,13 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 io.dapr.spring dapr-spring-parent pom - 0.15.0-rc-4 + 0.15.0-rc-5 dapr-spring-parent SDK extension for Spring and Spring Boot diff --git a/examples/pom.xml b/examples/pom.xml index f9b6ead95..b72fa83b6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-examples jar - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-examples diff --git a/pom.xml b/pom.xml index 3b4ebb56f..69c82e65a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.dapr dapr-sdk-parent pom - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-parent SDK for Dapr. https://dapr.io @@ -18,8 +18,8 @@ 3.25.5 protoc https://raw.githubusercontent.com/dapr/dapr/v1.15.4/dapr/proto - 1.15.0-rc-4 - 0.15.0-rc-4 + 1.15.0-rc-5 + 0.15.0-rc-5 1.7.1 3.1.1 1.8 diff --git a/sdk-actors/pom.xml b/sdk-actors/pom.xml index b5cbb1603..0296acfa8 100644 --- a/sdk-actors/pom.xml +++ b/sdk-actors/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-actors jar - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-actors SDK for Actors on Dapr diff --git a/sdk-autogen/pom.xml b/sdk-autogen/pom.xml index 7dc5bf076..d60333b35 100644 --- a/sdk-autogen/pom.xml +++ b/sdk-autogen/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-autogen jar - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-autogen Auto-generated SDK for Dapr diff --git a/sdk-springboot/pom.xml b/sdk-springboot/pom.xml index 68d455cbd..1f6d35789 100644 --- a/sdk-springboot/pom.xml +++ b/sdk-springboot/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-springboot jar - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-springboot SDK extension for Springboot diff --git a/sdk-tests/pom.xml b/sdk-tests/pom.xml index e379da103..0da579c07 100644 --- a/sdk-tests/pom.xml +++ b/sdk-tests/pom.xml @@ -7,11 +7,11 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-tests - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-tests Tests for Dapr's Java SDK - not to be published as a jar. @@ -22,8 +22,8 @@ 17 17 true - 1.15.0-rc-4 - 0.15.0-rc-4 + 1.15.0-rc-5 + 0.15.0-rc-5 ${project.build.directory}/generated-sources ${project.basedir}/proto 1.69.0 diff --git a/sdk-workflows/pom.xml b/sdk-workflows/pom.xml index 8acbe2971..98a06a0c8 100644 --- a/sdk-workflows/pom.xml +++ b/sdk-workflows/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk-workflows jar - 0.15.0-rc-4 + 0.15.0-rc-5 dapr-sdk-workflows SDK for Workflows on Dapr diff --git a/sdk/pom.xml b/sdk/pom.xml index 78a0d914d..77ca78b22 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk jar - 1.15.0-rc-4 + 1.15.0-rc-5 dapr-sdk SDK for Dapr diff --git a/spring-boot-examples/consumer-app/pom.xml b/spring-boot-examples/consumer-app/pom.xml index 87bea6b9d..a1dcfda7a 100644 --- a/spring-boot-examples/consumer-app/pom.xml +++ b/spring-boot-examples/consumer-app/pom.xml @@ -5,7 +5,7 @@ io.dapr spring-boot-examples - 0.15.0-rc-4 + 0.15.0-rc-5 consumer-app diff --git a/spring-boot-examples/pom.xml b/spring-boot-examples/pom.xml index 2577c93a0..b1be8fc34 100644 --- a/spring-boot-examples/pom.xml +++ b/spring-boot-examples/pom.xml @@ -6,11 +6,11 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 spring-boot-examples - 0.15.0-rc-4 + 0.15.0-rc-5 pom diff --git a/spring-boot-examples/producer-app/pom.xml b/spring-boot-examples/producer-app/pom.xml index 470196c76..ba4ff2731 100644 --- a/spring-boot-examples/producer-app/pom.xml +++ b/spring-boot-examples/producer-app/pom.xml @@ -6,7 +6,7 @@ io.dapr spring-boot-examples - 0.15.0-rc-4 + 0.15.0-rc-5 producer-app diff --git a/testcontainers-dapr/pom.xml b/testcontainers-dapr/pom.xml index 8880d624b..c9f3e6843 100644 --- a/testcontainers-dapr/pom.xml +++ b/testcontainers-dapr/pom.xml @@ -5,13 +5,13 @@ io.dapr dapr-sdk-parent - 1.15.0-rc-4 + 1.15.0-rc-5 testcontainers-dapr testcontainers-dapr Testcontainers Dapr Module - 0.15.0-rc-4 + 0.15.0-rc-5 jar