🔖 Set versions to 1.1.0

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-11-28 20:42:21 -03:00
parent 01ae643f67
commit c3460ee150
9 changed files with 11 additions and 11 deletions

View File

@ -21,7 +21,7 @@ For Maven based projects, use the following to configure the CloudEvents Java SD
<dependency> <dependency>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-api</artifactId> <artifactId>cloudevents-api</artifactId>
<version>1.0.1</version> <version>1.1.0</version>
</dependency> </dependency>
``` ```

View File

@ -20,13 +20,13 @@
<parent> <parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId> <artifactId>cloudevents-parent</artifactId>
<version>1.0.1</version> <version>1.1.0</version>
</parent> </parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-api</artifactId> <artifactId>cloudevents-api</artifactId>
<name>CloudEvents - API</name> <name>CloudEvents - API</name>
<version>1.0.1</version> <version>1.1.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>

View File

@ -8,7 +8,7 @@ For Maven based projects, use the following to configure the CloudEvents CDI lib
<dependency> <dependency>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cdi</artifactId> <artifactId>cdi</artifactId>
<version>1.0.1</version> <version>1.1.0</version>
</dependency> </dependency>
``` ```

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId> <artifactId>cloudevents-parent</artifactId>
<version>1.0.1</version> <version>1.1.0</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>

View File

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

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId> <artifactId>cloudevents-parent</artifactId>
<version>1.0.1</version> <version>1.1.0</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -14,7 +14,7 @@ Add the dependency in your project:
<dependency> <dependency>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-kafka</artifactId> <artifactId>cloudevents-kafka</artifactId>
<version>1.0.1</version> <version>1.1.0</version>
</dependency> </dependency>
``` ```

View File

@ -14,12 +14,12 @@
<parent> <parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId> <artifactId>cloudevents-parent</artifactId>
<version>1.0.1</version> <version>1.1.0</version>
</parent> </parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-kafka</artifactId> <artifactId>cloudevents-kafka</artifactId>
<version>1.0.1</version> <version>1.1.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CloudEvents - Kafka Transport Binding</name> <name>CloudEvents - Kafka Transport Binding</name>

View File

@ -26,7 +26,7 @@
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId> <artifactId>cloudevents-parent</artifactId>
<name>CloudEvents</name> <name>CloudEvents</name>
<version>1.0.1</version> <version>1.1.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<scm> <scm>