Fixed some docs
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
parent
69e605e2ef
commit
c3904fbff4
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue