mirror of https://github.com/dapr/java-sdk.git
Merge branch 'master' into javi-use-name-to-register-activity
This commit is contained in:
commit
b9c3d38f4b
|
|
@ -26,6 +26,7 @@ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f testcontainers-dap
|
||||||
|
|
||||||
# dapr-spring
|
# dapr-spring
|
||||||
mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -DprocessDependencies=true -f dapr-spring/pom.xml
|
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
|
# 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_ALPHA_VERSION -f spring-boot-examples/pom.xml
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,8 @@
|
||||||
<maven.compiler.release>11</maven.compiler.release>
|
<maven.compiler.release>11</maven.compiler.release>
|
||||||
<testcontainers.version>1.19.8</testcontainers.version>
|
<testcontainers.version>1.19.8</testcontainers.version>
|
||||||
<junit.version>5.11.2</junit.version>
|
<junit.version>5.11.2</junit.version>
|
||||||
<dapr.spring.version>0.16.0-SNAPSHOT</dapr.spring.version>
|
<!-- WARNING: don't change this property unless you also update .github/scripts/update_sdk_version.sh -->
|
||||||
|
<dapr.spring.version>0.17.0-SNAPSHOT</dapr.spring.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue