🔖 Set versions to 1.3.0

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2020-03-04 20:48:47 -03:00
parent c35b313d15
commit 361a34cc63
9 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

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>http-vertx</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

View File

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

View File

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

View File

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

View File

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