You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/10/06 10:04:20 UTC

camel git commit: Polished should be in A..Z order

Repository: camel
Updated Branches:
  refs/heads/master e37cf3fde -> fb8d3acd0


Polished should be in A..Z order


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fb8d3acd
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fb8d3acd
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fb8d3acd

Branch: refs/heads/master
Commit: fb8d3acd025d1fadfd506b4c5dbe53c4d675e197
Parents: e37cf3f
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Oct 6 11:38:12 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Oct 6 12:04:11 2017 +0200

----------------------------------------------------------------------
 apache-camel/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fb8d3acd/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 506906b..03111c6 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1845,12 +1845,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-master-starter</artifactId>
+      <artifactId>camel-mail-starter</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-mail-starter</artifactId>
+      <artifactId>camel-master-starter</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>