diff --git a/.github/scripts/update_sdk_version.sh b/.github/scripts/update_sdk_version.sh index 4bf194d13..6d07850a9 100755 --- a/.github/scripts/update_sdk_version.sh +++ b/.github/scripts/update_sdk_version.sh @@ -26,6 +26,7 @@ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f testcontainers-dap # 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 # spring-boot-examples mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f spring-boot-examples/pom.xml diff --git a/dapr-spring/pom.xml b/dapr-spring/pom.xml index 76a470b7e..e1cc1e937 100644 --- a/dapr-spring/pom.xml +++ b/dapr-spring/pom.xml @@ -33,7 +33,8 @@ 11 1.19.8 5.11.2 - 0.16.0-SNAPSHOT + + 0.17.0-SNAPSHOT