Merge pull request #35 from brunoborges/master

Update to 0.2.1
This commit is contained in:
Matthias Wessendorf 2019-03-20 14:02:25 +01:00 committed by GitHub
commit 19ac10b176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>
```