This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new c569d3b Lets sort components in pom.xml like ls would do c569d3b is described below commit c569d3b8a21d7b6299978cfd9a9b160ddb89e0a2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Apr 26 09:39:10 2018 +0200 Lets sort components in pom.xml like ls would do --- apache-camel/pom.xml | 4 ++-- apache-camel/src/main/descriptors/common-bin.xml | 4 ++-- components/pom.xml | 2 +- parent/pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 9ce60cf..8a4b80a 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -1127,11 +1127,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-websocket</artifactId> + <artifactId>camel-web3j</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-web3j</artifactId> + <artifactId>camel-websocket</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index 105ed91..3ab0c73 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -289,8 +289,8 @@ <include>org.apache.camel:camel-velocity</include> <include>org.apache.camel:camel-vertx</include> <include>org.apache.camel:camel-weather</include> - <include>org.apache.camel:camel-websocket</include> <include>org.apache.camel:camel-web3j</include> + <include>org.apache.camel:camel-websocket</include> <include>org.apache.camel:camel-wordpress</include> <include>org.apache.camel:camel-xmlbeans</include> <include>org.apache.camel:camel-xchange</include> @@ -589,8 +589,8 @@ <include>org.apache.camel:camel-velocity-starter</include> <include>org.apache.camel:camel-vertx-starter</include> <include>org.apache.camel:camel-weather-starter</include> - <include>org.apache.camel:camel-websocket-starter</include> <include>org.apache.camel:camel-web3j-starter</include> + <include>org.apache.camel:camel-websocket-starter</include> <include>org.apache.camel:camel-wordpress-starter</include> <include>org.apache.camel:camel-xmlbeans-starter</include> <include>org.apache.camel:camel-xchange-starter</include> diff --git a/components/pom.xml b/components/pom.xml index eeccf68..74b4e4c 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -305,8 +305,8 @@ <module>camel-velocity</module> <module>camel-vertx</module> <module>camel-weather</module> - <module>camel-websocket</module> <module>camel-web3j</module> + <module>camel-websocket</module> <module>camel-wordpress</module> <module>camel-xchange</module> <module>camel-xmlbeans</module> diff --git a/parent/pom.xml b/parent/pom.xml index f26fede..36341a8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2174,12 +2174,12 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-websocket</artifactId> + <artifactId>camel-web3j</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-web3j</artifactId> + <artifactId>camel-websocket</artifactId> <version>${project.version}</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact davscl...@apache.org.