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:40 UTC

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

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>