Update to 0.2.1

Signed-off-by: Bruno Borges <bruno.borges@microsoft.com>
This commit is contained in:
Bruno Borges 2019-03-20 14:01:31 +01:00
parent c85c691ea6
commit 9035156ec2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ For Maven based projects, use the following to configure the CloudEvents Java SD
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-api</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```