File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ mvn versions:set-property -Dproperty=dapr.sdk.alpha.version -DnewVersion=$DAPR_J
1919# ##################
2020
2121# sdk-workflows
22- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f sdk-workflows/pom.xml
22+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f sdk-workflows/pom.xml
2323
2424# testcontainers-dapr
25- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f testcontainers-dapr/pom.xml
25+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f testcontainers-dapr/pom.xml
2626
2727# dapr-spring
28- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -DprocessDependencies=true -f dapr-spring/pom.xml
29- mvn versions:set-property -Dproperty=dapr.spring.version -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f dapr-spring/pom.xml
28+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -DprocessDependencies=true -f dapr-spring/pom.xml
29+ mvn versions:set-property -Dproperty=dapr.spring.version -DnewVersion=$DAPR_JAVA_SDK_VERSION -f dapr-spring/pom.xml
3030
3131# spring-boot-examples
32- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f spring-boot-examples/pom.xml
32+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f spring-boot-examples/pom.xml
3333
3434git clean -f
Original file line number Diff line number Diff line change 5858 <dependency >
5959 <groupId >io.dapr</groupId >
6060 <artifactId >dapr-sdk-workflows</artifactId >
61- <version >${dapr.sdk.alpha. version} </version >
61+ <version >${dapr.sdk.version} </version >
6262 </dependency >
6363 <dependency >
6464 <groupId >io.dapr.spring</groupId >
Original file line number Diff line number Diff line change 127127 <dependency >
128128 <groupId >io.dapr</groupId >
129129 <artifactId >dapr-sdk-workflows</artifactId >
130- <version >${dapr.sdk.alpha. version} </version >
130+ <version >${dapr.sdk.version} </version >
131131 </dependency >
132132 <dependency >
133133 <groupId >io.dapr</groupId >
You can’t perform that action at this time.
0 commit comments