Add build/license/gitter badges (#161)

Add build/license/gitter badges
This commit is contained in:
Young Bu Park 2020-01-28 13:03:15 -08:00 committed by GitHub
parent a40afafca4
commit 62f43e3f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
## Dapr SDK for Java
[![Build Status](https://github.com/dapr/java-sdk/workflows/Build/badge.svg?event=push&branch=master)](https://github.com/dapr/java-sdk/actions?workflow=Build)
[![Gitter](https://badges.gitter.im/Dapr/java-sdk.svg)](https://gitter.im/Dapr/java-sdk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
This is the Dapr SDK for Java, including the following features:
* PubSub
@ -143,4 +147,4 @@ When releasing a new version of this SDK you must increase the version of all mo
```sh
mvn versions:set -DnewVersion="0.1.0-preview02"
mvn versions:commit
```
```