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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f8763ae05f3 camel-wal should be in correct order. Regen
f8763ae05f3 is described below

commit f8763ae05f3c942ea13eaa0f381b50490f8f8036
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Dec 1 08:02:30 2022 +0100

    camel-wal should be in correct order. Regen
---
 catalog/camel-allcomponents/pom.xml | 4 ++--
 components/pom.xml                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index 458daebfc8f..a6e20a14158 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1582,8 +1582,8 @@
                        <artifactId>camel-zookeeper</artifactId>
                </dependency>
             <dependency>
-                <groupId>org.apache.camel.maven</groupId>
-                <artifactId>camel-salesforce-maven-plugin</artifactId>
+                <groupId>org.apache.camel</groupId>
+                <artifactId>camel-wal</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
diff --git a/components/pom.xml b/components/pom.xml
index 2296f2397fd..64e418a687e 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -323,6 +323,7 @@
         <module>camel-univocity-parsers</module>
         <module>camel-velocity</module>
         <module>camel-vertx</module>
+        <module>camel-wal</module>
         <module>camel-weather</module>
         <module>camel-web3j</module>
         <module>camel-webhook</module>
@@ -349,7 +350,6 @@
         <module>camel-rest-swagger</module>
         <!-- build jooq last as it cause component builds to be slower 
afterwards -->
         <module>camel-jooq</module>
-        <module>camel-wal</module>
     </modules>
 
     <properties>

Reply via email to