You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/20 12:40:39 UTC

[camel-quarkus] branch sql-fix-first-version created (now 478c13c)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch sql-fix-first-version
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


      at 478c13c  Regen extensions list

This branch includes the following new commits:

     new efc9069  Set the correct first version for Camel-SQL extension, 1.0.0-M2
     new 478c13c  Regen extensions list

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-quarkus] 01/02: Set the correct first version for Camel-SQL extension, 1.0.0-M2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sql-fix-first-version
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit efc90694f8b92e77aba79fc9db020fb5e75e81e1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 20 13:35:47 2019 +0100

    Set the correct first version for Camel-SQL extension, 1.0.0-M2
---
 extensions/sql/runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/sql/runtime/pom.xml b/extensions/sql/runtime/pom.xml
index de33cfa..fc6c8d7 100644
--- a/extensions/sql/runtime/pom.xml
+++ b/extensions/sql/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: SQL :: Runtime</name>
 
     <properties>
-        <firstVersion>1.1.0</firstVersion>
+        <firstVersion>1.0.0-M2</firstVersion>
     </properties>
 
     <dependencyManagement>


[camel-quarkus] 02/02: Regen extensions list

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sql-fix-first-version
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 478c13ce0285fa17569e164b1ad5ee469d4344fa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 20 13:40:09 2019 +0100

    Regen extensions list
---
 docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc | 4 ++--
 extensions/readme.adoc                                        | 4 ++--
 2 files changed, 4 insertions(+), 4 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 bbbeb53..2cc929e 100644
--- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
+++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
@@ -139,10 +139,10 @@ Number of Camel components: 51 in 43 JAR artifacts (0 deprecated)
 `slack:channel` | 0.3.0 | The slack component allows you to send messages to Slack.
 
 | xref:extensions/sql.adoc[SQL] (camel-quarkus-sql) +
-`sql:query` | 1.1.0 | The sql component allows you to work with databases using JDBC SQL queries.
+`sql:query` | 1.0.0-M2 | The sql component allows you to work with databases using JDBC SQL queries.
 
 | xref:extensions/sql.adoc[SQL Stored Procedure] (camel-quarkus-sql) +
-`sql-stored:template` | 1.1.0 | The sql component allows you to work with databases using JDBC Stored Procedure queries.
+`sql-stored:template` | 1.0.0-M2 | The sql component allows you to work with databases using JDBC Stored Procedure queries.
 
 | link:https://camel.apache.org/components/latest/timer-component.html[Timer] (camel-quarkus-timer) +
 `timer:timerName` | 0.2.0 | The timer component is used for generating message exchanges when a timer fires.
diff --git a/extensions/readme.adoc b/extensions/readme.adoc
index 2cec3bf..79dd319 100644
--- a/extensions/readme.adoc
+++ b/extensions/readme.adoc
@@ -138,10 +138,10 @@ Number of Camel components: 51 in 43 JAR artifacts (0 deprecated)
 `slack:channel` | 0.3.0 | The slack component allows you to send messages to Slack.
 
 | xref:extensions/sql.adoc[SQL] (camel-quarkus-sql) +
-`sql:query` | 1.1.0 | The sql component allows you to work with databases using JDBC SQL queries.
+`sql:query` | 1.0.0-M2 | The sql component allows you to work with databases using JDBC SQL queries.
 
 | xref:extensions/sql.adoc[SQL Stored Procedure] (camel-quarkus-sql) +
-`sql-stored:template` | 1.1.0 | The sql component allows you to work with databases using JDBC Stored Procedure queries.
+`sql-stored:template` | 1.0.0-M2 | The sql component allows you to work with databases using JDBC Stored Procedure queries.
 
 | link:https://camel.apache.org/components/latest/timer-component.html[Timer] (camel-quarkus-timer) +
 `timer:timerName` | 0.2.0 | The timer component is used for generating message exchanges when a timer fires.