This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 42e30cf chore: fix first version information in camel-quarkus-sjms
42e30cf is described below
commit 42e30cfae6fb946f6c30b5600bd42b812d4a619b
Author: lburgazzoli <[email protected]>
AuthorDate: Mon Nov 18 10:21:54 2019 +0100
chore: fix first version information in camel-quarkus-sjms
---
docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc | 4 ++--
extensions/readme.adoc | 4 ++--
extensions/sjms/runtime/pom.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
index f68543b..85dc749 100644
--- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
+++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
@@ -97,10 +97,10 @@ Number of Camel components: 38 in 33 JAR artifacts (0
deprecated)
`servlet:contextPath` | 0.2 | To use a HTTP Servlet as entry for Camel routes
when running in a servlet container.
| link:https://camel.apache.org/components/latest/sjms-component.html[Simple
JMS] (camel-quarkus-sjms) +
-`sjms:destinationType:destinationName` | 0.4.1 | The sjms component (simple
jms) allows messages to be sent to (or consumed from) a JMS Queue or Topic
(uses JMS 1.x API).
+`sjms:destinationType:destinationName` | 0.5 | The sjms component (simple jms)
allows messages to be sent to (or consumed from) a JMS Queue or Topic (uses JMS
1.x API).
|
link:https://camel.apache.org/components/latest/sjms-batch-component.html[Simple
JMS Batch] (camel-quarkus-sjms) +
-`sjms-batch:destinationName` | 0.4.1 | The sjms-batch component is a
specialized for highly performant, transactional batch consumption from a JMS
queue.
+`sjms-batch:destinationName` | 0.5 | The sjms-batch component is a specialized
for highly performant, transactional batch consumption from a JMS queue.
| link:https://camel.apache.org/components/latest/slack-component.html[Slack]
(camel-quarkus-slack) +
`slack:channel` | 0.3 | The slack component allows you to send messages to
Slack.
diff --git a/extensions/readme.adoc b/extensions/readme.adoc
index 905bbbd..29ef433 100644
--- a/extensions/readme.adoc
+++ b/extensions/readme.adoc
@@ -96,10 +96,10 @@ Number of Camel components: 38 in 33 JAR artifacts (0
deprecated)
`servlet:contextPath` | 0.2 | To use a HTTP Servlet as entry for Camel routes
when running in a servlet container.
| link:https://camel.apache.org/components/latest/sjms-component.html[Simple
JMS] (camel-quarkus-sjms) +
-`sjms:destinationType:destinationName` | 0.4.1 | The sjms component (simple
jms) allows messages to be sent to (or consumed from) a JMS Queue or Topic
(uses JMS 1.x API).
+`sjms:destinationType:destinationName` | 0.5 | The sjms component (simple jms)
allows messages to be sent to (or consumed from) a JMS Queue or Topic (uses JMS
1.x API).
|
link:https://camel.apache.org/components/latest/sjms-batch-component.html[Simple
JMS Batch] (camel-quarkus-sjms) +
-`sjms-batch:destinationName` | 0.4.1 | The sjms-batch component is a
specialized for highly performant, transactional batch consumption from a JMS
queue.
+`sjms-batch:destinationName` | 0.5 | The sjms-batch component is a specialized
for highly performant, transactional batch consumption from a JMS queue.
| link:https://camel.apache.org/components/latest/slack-component.html[Slack]
(camel-quarkus-slack) +
`slack:channel` | 0.3 | The slack component allows you to send messages to
Slack.
diff --git a/extensions/sjms/runtime/pom.xml b/extensions/sjms/runtime/pom.xml
index 5f81e29..8df5128 100644
--- a/extensions/sjms/runtime/pom.xml
+++ b/extensions/sjms/runtime/pom.xml
@@ -29,7 +29,7 @@
<name>Camel Quarkus :: SJMS :: Runtime</name>
<properties>
- <firstVersion>0.4.1</firstVersion>
+ <firstVersion>0.5.0</firstVersion>
</properties>
<dependencyManagement>