mirror of https://github.com/dapr/java-sdk.git
parent
a40afafca4
commit
62f43e3f38
|
@ -1,5 +1,9 @@
|
||||||
## Dapr SDK for Java
|
## Dapr SDK for Java
|
||||||
|
|
||||||
|
[](https://github.com/dapr/java-sdk/actions?workflow=Build)
|
||||||
|
[](https://gitter.im/Dapr/java-sdk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
This is the Dapr SDK for Java, including the following features:
|
This is the Dapr SDK for Java, including the following features:
|
||||||
|
|
||||||
* PubSub
|
* PubSub
|
||||||
|
@ -143,4 +147,4 @@ When releasing a new version of this SDK you must increase the version of all mo
|
||||||
```sh
|
```sh
|
||||||
mvn versions:set -DnewVersion="0.1.0-preview02"
|
mvn versions:set -DnewVersion="0.1.0-preview02"
|
||||||
mvn versions:commit
|
mvn versions:commit
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue