From bf72800220f3ebf0882fa5cfcc1b8748c44524be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Mon, 30 Sep 2019 13:34:45 -0300 Subject: [PATCH] Set the release version to 0.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 2 +- api/pom.xml | 4 ++-- cdi/README.md | 2 +- cdi/pom.xml | 2 +- http/vertx/README.md | 2 +- http/vertx/pom.xml | 2 +- kafka/README.md | 2 +- kafka/pom.xml | 4 ++-- pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5b09d73f..0ccdaf82 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For Maven based projects, use the following to configure the CloudEvents Java SD io.cloudevents cloudevents-api - 0.3.0 + 0.3.1 ``` diff --git a/api/pom.xml b/api/pom.xml index 14adb469..320eebc3 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -20,13 +20,13 @@ io.cloudevents cloudevents-parent - 0.3.0 + 0.3.1 io.cloudevents cloudevents-api CloudEvents - API - 0.3.0 + 0.3.1 jar diff --git a/cdi/README.md b/cdi/README.md index a69f3a07..49818bc6 100644 --- a/cdi/README.md +++ b/cdi/README.md @@ -8,7 +8,7 @@ For Maven based projects, use the following to configure the CloudEvents CDI lib io.cloudevents cdi - 0.3.0 + 0.3.1 ``` diff --git a/cdi/pom.xml b/cdi/pom.xml index cdf481f1..c3182f49 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -20,7 +20,7 @@ io.cloudevents cloudevents-parent - 0.3.0 + 0.3.1 ../ diff --git a/http/vertx/README.md b/http/vertx/README.md index 4e69a609..1d678e5e 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 http-vertx - 0.3.0 + 0.3.1 ``` diff --git a/http/vertx/pom.xml b/http/vertx/pom.xml index 7dd46303..7fe4c3c4 100644 --- a/http/vertx/pom.xml +++ b/http/vertx/pom.xml @@ -20,7 +20,7 @@ io.cloudevents cloudevents-parent - 0.3.0 + 0.3.1 ../.. diff --git a/kafka/README.md b/kafka/README.md index c923bad6..558085ec 100644 --- a/kafka/README.md +++ b/kafka/README.md @@ -14,7 +14,7 @@ Add the dependency in your project: io.cloudevents cloudevents-kafka - 0.3.0 + 0.3.1 ``` diff --git a/kafka/pom.xml b/kafka/pom.xml index 2eb18c47..1a8978b6 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -14,12 +14,12 @@ io.cloudevents cloudevents-parent - 0.3.0 + 0.3.1 io.cloudevents cloudevents-kafka - 0.3.0 + 0.3.1 jar CloudEvents - Kafka Transport Binding diff --git a/pom.xml b/pom.xml index ffb10a11..ffe1b97e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.cloudevents cloudevents-parent CloudEvents - 0.3.0 + 0.3.1 pom