Fixed some docs

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
slinkydeveloper 2020-09-01 12:30:38 +02:00 committed by Francesco Guardiani
parent 69e605e2ef
commit c3904fbff4
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ For Maven:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-json-jackson</artifactId>
<version>2.0.0-milestone1 </version>
<version>2.0.0-milestone2</version>
</dependency>
```

View File

@ -8,7 +8,7 @@ For Maven based projects, use the following to configure the CloudEvents Jakarta
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-http-restful-ws</artifactId>
<version>2.0.0-milestone1</version>
<version>2.0.0-milestone2</version>
</dependency>
```

View File

@ -8,7 +8,7 @@ For Maven based projects, use the following to configure the CloudEvents Vertx H
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-http-vertx</artifactId>
<version>2.0.0-milestone1</version>
<version>2.0.0-milestone2</version>
</dependency>
```