mirror of https://github.com/dapr/java-sdk.git
Change proto file commit for subscribe callback response (#316)
* Change proto file commit for subscribe callback response * Add DAPR_CLI_REF, DAPR_REF for daprd cli arg changes
This commit is contained in:
parent
bc4c5e1cee
commit
b62fde00cd
|
@ -24,8 +24,8 @@ jobs:
|
|||
JDK_VER: 13.0.x
|
||||
DAPR_RUNTIME_VER: 0.9.0-rc.1
|
||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/e498de9f7dd92c30aa592d6e6761dc924bb53cc2/install/install.sh
|
||||
DAPR_CLI_REF: v0.9.0-rc.2
|
||||
DAPR_REF:
|
||||
DAPR_CLI_REF: 35b9a824d2fd9e2dcf8e75d1d49ce59a39c7cf5b
|
||||
DAPR_REF: b53586d1e5a880a3f87044975ace25b9ae51daec
|
||||
OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }}
|
||||
OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }}
|
||||
GPG_KEY: ${{ secrets.GPG_KEY }}
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -17,7 +17,7 @@
|
|||
<grpc.version>1.25.0</grpc.version>
|
||||
<protobuf.version>3.11.0</protobuf.version>
|
||||
<protoc.version>3.10.0</protoc.version>
|
||||
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/9bf8de18aead509f08075318cb7fa198ed25f354/dapr/proto</dapr.proto.baseurl>
|
||||
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/b59f7895191db87195ea24667bc96902ad2a1b98/dapr/proto</dapr.proto.baseurl>
|
||||
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
|
||||
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
|
||||
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
|
||||
|
|
Loading…
Reference in New Issue