Bump to 4.0.1

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
pierDipi 2024-07-03 14:05:14 +00:00 committed by GitHub
parent 1de03ad38a
commit dd394caf9f
13 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@ binding for CloudEvents:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-amqp-proton</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -16,7 +16,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-avro-compact</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -16,7 +16,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-core</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -27,7 +27,7 @@ HTTP Transport:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-http-basic</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -14,7 +14,7 @@ RESTful Web Services Binding for Jakarta EE 9+:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-http-restful-ws-jakarta</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -14,7 +14,7 @@ RESTful Web Services Binding for Jakarta EE 8:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-http-restful-ws</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -14,7 +14,7 @@ HTTP Transport:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-http-vertx</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-json-jackson</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -17,7 +17,7 @@ For Maven based projects, use the following to configure the
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-kafka</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -18,7 +18,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-protobuf</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-spring</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

View File

@ -18,7 +18,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-xml</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```