File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -8,27 +8,11 @@ DAPR_JAVA_SDK_VERSION=$1
88# Replaces the SDK major version to 0 for alpha artifacts.
99DAPR_JAVA_SDK_ALPHA_VERSION=` echo $DAPR_JAVA_SDK_VERSION | sed ' s/^[0-9]*\./0./' `
1010
11- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION
11+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -DprocessDependencies=true
1212mvn versions:set-property -Dproperty=dapr.sdk.alpha.version -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION
1313mvn versions:set-property -Dproperty=dapr.sdk.version -DnewVersion=$DAPR_JAVA_SDK_VERSION
1414mvn versions:set-property -Dproperty=dapr.sdk.version -DnewVersion=$DAPR_JAVA_SDK_VERSION -f sdk-tests/pom.xml
1515mvn versions:set-property -Dproperty=dapr.sdk.alpha.version -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f sdk-tests/pom.xml
1616
17- # ##################
18- # Alpha artifacts #
19- # ##################
20-
21- # sdk-workflows
22- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f sdk-workflows/pom.xml
23-
24- # testcontainers-dapr
25- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f testcontainers-dapr/pom.xml
26-
27- # dapr-spring
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
30-
31- # spring-boot-examples
32- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f spring-boot-examples/pom.xml
3317
3418git clean -f
You can’t perform that action at this time.
0 commit comments