diff --git a/formats/json-jackson/README.md b/formats/json-jackson/README.md index 5b49d649..91e7c534 100644 --- a/formats/json-jackson/README.md +++ b/formats/json-jackson/README.md @@ -10,7 +10,7 @@ For Maven: io.cloudevents cloudevents-json-jackson - 2.0.0-milestone1 + 2.0.0-milestone2 ``` diff --git a/http/restful-ws/README.md b/http/restful-ws/README.md index 9c1dc0bb..aeb24a86 100644 --- a/http/restful-ws/README.md +++ b/http/restful-ws/README.md @@ -8,7 +8,7 @@ For Maven based projects, use the following to configure the CloudEvents Jakarta io.cloudevents cloudevents-http-restful-ws - 2.0.0-milestone1 + 2.0.0-milestone2 ``` diff --git a/http/vertx/README.md b/http/vertx/README.md index c6b4ed59..ff64c8c4 100644 --- a/http/vertx/README.md +++ b/http/vertx/README.md @@ -8,7 +8,7 @@ For Maven based projects, use the following to configure the CloudEvents Vertx H io.cloudevents cloudevents-http-vertx - 2.0.0-milestone1 + 2.0.0-milestone2 ```