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

git commit: Minor polishing

Repository: camel
Updated Branches:
  refs/heads/master dfa698fca -> f6acb63b0


Minor polishing


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

Branch: refs/heads/master
Commit: f6acb63b03c8b3e3f6b50ec8f30d1967ce1efc40
Parents: dfa698f
Author: Dhiraj Bokde <dh...@yahoo.com>
Authored: Thu Jun 19 19:15:52 2014 -0700
Committer: Dhiraj Bokde <dh...@yahoo.com>
Committed: Thu Jun 19 19:15:52 2014 -0700

----------------------------------------------------------------------
 .../resources/archetype-resources/__artifactId__-component/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f6acb63b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml
index 7e31a39..f86474d 100644
--- a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml
+++ b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml
@@ -60,7 +60,7 @@
       <scope>provided</scope>
     </dependency>
 
-    <!-- Component API javadoc in test scope to read API signatures -->
+    <!-- Component API javadoc in provided scope to read API signatures -->
     <dependency>
       <groupId>${groupId}</groupId>
       <artifactId>${artifactId}-api</artifactId>