Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The next is 1.0.0-CR3 #1339

Merged
merged 1 commit into from
Jun 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/vertx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
= Vert.x

[.badges]
[.badge-key]##Since Camel Quarkus##[.badge-version]##1.0.0-CR2## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-supported]##supported##
[.badge-key]##Since Camel Quarkus##[.badge-version]##1.0.0-CR3## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-supported]##supported##

Send and receive messages to/from Vert.x Event Bus.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Number of Camel components: 149 in 114 JAR artifacts (0 deprecated)

| xref:extensions/validator.adoc[Validator] | camel-quarkus-validator | Native + Stable | 0.4.0 | Validate the payload using XML Schema and JAXP Validation.

| xref:extensions/vertx.adoc[Vert.x] | camel-quarkus-vertx | Native + Stable | 1.0.0-CR2 | Send and receive messages to/from Vert.x Event Bus.
| xref:extensions/vertx.adoc[Vert.x] | camel-quarkus-vertx | Native + Stable | 1.0.0-CR3 | Send and receive messages to/from Vert.x Event Bus.

| xref:extensions/vm.adoc[VM] | camel-quarkus-vm | Native + Stable | 0.3.0 | Call another endpoint in the same CamelContext asynchronously.

Expand Down
2 changes: 1 addition & 1 deletion extensions/vertx/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Send and receive messages to/from Vert.x Event Bus.</description>

<properties>
<firstVersion>1.0.0-CR2</firstVersion>
<firstVersion>1.0.0-CR3</firstVersion>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion tooling/create-extension-templates/runtime-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>[=description]</description>

<properties>
<firstVersion>1.0.0-CR2</firstVersion>
<firstVersion>1.0.0-CR3</firstVersion>
</properties>

<dependencyManagement>
Expand Down