Skip to content

Commit

Permalink
Bump to 4.0.0 in docs (#649)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: pierDipi <pierDipi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and pierDipi committed Jul 1, 2024
1 parent e056d1b commit 01a9111
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/amqp-proton.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ binding for CloudEvents:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-amqp-proton</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-api</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/avro.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-avro-compact</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-core</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/http-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ HTTP Transport:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-http-basic</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/http-jakarta-restful-ws-jakarta.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/http-jakarta-restful-ws.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RESTful Web Services Binding for Jakarta EE 8:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-http-restful-ws</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/http-vertx.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HTTP Transport:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-http-vertx</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/json-jackson.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-json-jackson</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For Maven based projects, use the following to configure the
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-kafka</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/protobuf.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-protobuf</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-spring</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For Maven based projects, use the following dependency:
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-xml</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

Expand Down

0 comments on commit 01a9111

Please sign in to comment.