File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f sdk-workflows/pom.
2525mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f testcontainers-dapr/pom.xml
2626
2727# dapr-spring
28- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f dapr-spring/pom.xml
28+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -DprocessDependencies=true - f dapr-spring/pom.xml
2929
3030# spring-boot-examples
3131mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f spring-boot-examples/pom.xml
Original file line number Diff line number Diff line change 3333 <maven .compiler.release>11</maven .compiler.release>
3434 <testcontainers .version>1.19.8</testcontainers .version>
3535 <junit .version>5.11.2</junit .version>
36- <dapr .spring.version>0.16.0-SNAPSHOT </dapr .spring.version>
36+ <dapr .spring.version>0.16.0-rc-1 </dapr .spring.version>
3737 </properties >
3838
3939 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments