From 9505baf73f905cb74d06a34d1be97e1f7ee2a68c Mon Sep 17 00:00:00 2001 From: Javier Aliaga Date: Fri, 29 Aug 2025 11:53:13 +0200 Subject: [PATCH] chore: Move alpha components to stable Signed-off-by: Javier Aliaga --- .github/scripts/update_sdk_version.sh | 10 +++++----- 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 | 2 +- pom.xml | 8 ++++---- sdk-workflows/pom.xml | 2 +- spring-boot-examples/consumer-app/pom.xml | 2 +- spring-boot-examples/pom.xml | 2 +- spring-boot-examples/producer-app/pom.xml | 2 +- spring-boot-examples/workflows/pom.xml | 2 +- testcontainers-dapr/pom.xml | 2 +- 17 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/scripts/update_sdk_version.sh b/.github/scripts/update_sdk_version.sh index 6d07850a9..f11dd3db6 100755 --- a/.github/scripts/update_sdk_version.sh +++ b/.github/scripts/update_sdk_version.sh @@ -19,16 +19,16 @@ mvn versions:set-property -Dproperty=dapr.sdk.alpha.version -DnewVersion=$DAPR_J ################### # sdk-workflows -mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f sdk-workflows/pom.xml +mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f sdk-workflows/pom.xml # testcontainers-dapr -mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f testcontainers-dapr/pom.xml +mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f testcontainers-dapr/pom.xml # dapr-spring -mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -DprocessDependencies=true -f dapr-spring/pom.xml -mvn versions:set-property -Dproperty=dapr.spring.version -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f dapr-spring/pom.xml +mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -DprocessDependencies=true -f dapr-spring/pom.xml +mvn versions:set-property -Dproperty=dapr.spring.version -DnewVersion=$DAPR_JAVA_SDK_VERSION -f dapr-spring/pom.xml # spring-boot-examples -mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f spring-boot-examples/pom.xml +mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f spring-boot-examples/pom.xml git clean -f diff --git a/dapr-spring/dapr-spring-boot-autoconfigure/pom.xml b/dapr-spring/dapr-spring-boot-autoconfigure/pom.xml index ee2a65906..a3b7000dc 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.17.0-SNAPSHOT + 1.17.0-SNAPSHOT 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 ee3a53ee2..112f8b56f 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.17.0-SNAPSHOT + 1.17.0-SNAPSHOT ../../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 b6ed660bb..ee548054a 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.17.0-SNAPSHOT + 1.17.0-SNAPSHOT ../../pom.xml diff --git a/dapr-spring/dapr-spring-boot-tests/pom.xml b/dapr-spring/dapr-spring-boot-tests/pom.xml index fc7404557..5cb08b9bf 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.17.0-SNAPSHOT + 1.17.0-SNAPSHOT dapr-spring-boot-tests diff --git a/dapr-spring/dapr-spring-data/pom.xml b/dapr-spring/dapr-spring-data/pom.xml index 63617e4e0..b41c7c85f 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.17.0-SNAPSHOT + 1.17.0-SNAPSHOT dapr-spring-data diff --git a/dapr-spring/dapr-spring-messaging/pom.xml b/dapr-spring/dapr-spring-messaging/pom.xml index 81a312137..90a73c904 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.17.0-SNAPSHOT + 1.17.0-SNAPSHOT dapr-spring-messaging diff --git a/dapr-spring/dapr-spring-workflows/pom.xml b/dapr-spring/dapr-spring-workflows/pom.xml index 73af8d632..80e12a468 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.17.0-SNAPSHOT + 1.17.0-SNAPSHOT dapr-spring-workflows diff --git a/dapr-spring/pom.xml b/dapr-spring/pom.xml index e1cc1e937..e6132ed5c 100644 --- a/dapr-spring/pom.xml +++ b/dapr-spring/pom.xml @@ -13,7 +13,7 @@ io.dapr.spring dapr-spring-parent pom - 0.17.0-SNAPSHOT + 1.17.0-SNAPSHOT dapr-spring-parent SDK extension for Spring and Spring Boot @@ -58,7 +58,7 @@ io.dapr dapr-sdk-workflows - ${dapr.sdk.alpha.version} + ${dapr.sdk.version} io.dapr.spring diff --git a/examples/pom.xml b/examples/pom.xml index bba7fc43d..2c2e5b5d5 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -127,7 +127,7 @@ io.dapr dapr-sdk-workflows - ${dapr.sdk.alpha.version} + ${dapr.sdk.version} io.dapr diff --git a/pom.xml b/pom.xml index b25660eae..763f2fd19 100644 --- a/pom.xml +++ b/pom.xml @@ -207,12 +207,12 @@ io.dapr.spring dapr-spring-boot-starter - ${dapr.sdk.alpha.version} + ${dapr.sdk.version} io.dapr.spring dapr-spring-boot-starter-test - ${dapr.sdk.alpha.version} + ${dapr.sdk.version} org.springframework.boot @@ -247,7 +247,7 @@ io.dapr testcontainers-dapr - ${dapr.sdk.alpha.version} + ${dapr.sdk.version} org.testcontainers @@ -365,7 +365,7 @@ io.dapr dapr-sdk-workflows - ${dapr.sdk.alpha.version} + ${dapr.sdk.version} org.wiremock diff --git a/sdk-workflows/pom.xml b/sdk-workflows/pom.xml index b49f76ef3..c558ab5ca 100644 --- a/sdk-workflows/pom.xml +++ b/sdk-workflows/pom.xml @@ -12,7 +12,7 @@ dapr-sdk-workflows jar - 0.17.0-SNAPSHOT + 1.17.0-SNAPSHOT dapr-sdk-workflows SDK for Workflows on Dapr diff --git a/spring-boot-examples/consumer-app/pom.xml b/spring-boot-examples/consumer-app/pom.xml index 1351e3fc4..46b2569cf 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.17.0-SNAPSHOT + 1.17.0-SNAPSHOT consumer-app diff --git a/spring-boot-examples/pom.xml b/spring-boot-examples/pom.xml index 80a0c2bd5..8849630b1 100644 --- a/spring-boot-examples/pom.xml +++ b/spring-boot-examples/pom.xml @@ -10,7 +10,7 @@ spring-boot-examples - 0.17.0-SNAPSHOT + 1.17.0-SNAPSHOT pom diff --git a/spring-boot-examples/producer-app/pom.xml b/spring-boot-examples/producer-app/pom.xml index 970472cb3..1d816cd12 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.17.0-SNAPSHOT + 1.17.0-SNAPSHOT producer-app diff --git a/spring-boot-examples/workflows/pom.xml b/spring-boot-examples/workflows/pom.xml index 7b1757b84..0411a3e12 100644 --- a/spring-boot-examples/workflows/pom.xml +++ b/spring-boot-examples/workflows/pom.xml @@ -6,7 +6,7 @@ io.dapr spring-boot-examples - 0.17.0-SNAPSHOT + 1.17.0-SNAPSHOT workflows diff --git a/testcontainers-dapr/pom.xml b/testcontainers-dapr/pom.xml index 429306524..c364e669f 100644 --- a/testcontainers-dapr/pom.xml +++ b/testcontainers-dapr/pom.xml @@ -11,7 +11,7 @@ testcontainers-dapr testcontainers-dapr Testcontainers Dapr Module - 0.17.0-SNAPSHOT + 1.17.0-SNAPSHOT jar