Polished. This closes #1964

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

Branch: refs/heads/master
Commit: b5511b9237be5a97f0f8ccdfae976494211aadb9
Parents: 952f08b
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Sep 28 09:14:27 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Sep 28 09:14:27 2017 +0200

----------------------------------------------------------------------
 tooling/maven/camel-api-component-maven-plugin/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b5511b92/tooling/maven/camel-api-component-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml 
b/tooling/maven/camel-api-component-maven-plugin/pom.xml
index 35d39a6..0787594 100644
--- a/tooling/maven/camel-api-component-maven-plugin/pom.xml
+++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml
@@ -109,10 +109,10 @@
       <artifactId>doxia-site-renderer</artifactId>
       <version>1.6</version>
       <exclusions>
-       <exclusion>
-               <groupId>org.apache.velocity</groupId>
-               <artifactId>velocity</artifactId>
-       </exclusion>
+        <exclusion>
+          <groupId>org.apache.velocity</groupId>
+          <artifactId>velocity</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 

Reply via email to