Repository: camel Updated Branches: refs/heads/master 9d661ab4b -> 5a8714aaa
Minor polish in API Component Framework Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5a8714aa Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5a8714aa Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5a8714aa Branch: refs/heads/master Commit: 5a8714aaa6fd377c3943f43f7f6f61d639a25108 Parents: 9d661ab Author: Dhiraj Bokde <dhira...@yahoo.com> Authored: Wed Jul 2 10:48:17 2014 -0700 Committer: Dhiraj Bokde <dhira...@yahoo.com> Committed: Wed Jul 2 10:49:16 2014 -0700 ---------------------------------------------------------------------- .../main/resources/archetype-resources/__artifactId__-api/pom.xml | 1 - .../resources/archetype-resources/__artifactId__-component/pom.xml | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5a8714aa/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml index da5ed70..7f9b5bc 100644 --- a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml +++ b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml @@ -27,7 +27,6 @@ <artifactId>${artifactId}-api</artifactId> <name>Camel ${name} Component API</name> - <url>http://www.myorganization.org</url> <description>API for Camel ${name} Component</description> <properties> http://git-wip-us.apache.org/repos/asf/camel/blob/5a8714aa/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 b8df7f7..10f709c 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 @@ -29,7 +29,6 @@ <packaging>bundle</packaging> <name>Camel ${name} Component</name> <description>Camel Component for ${name}</description> - <url>http://www.myorganization.org</url> <properties> <schemeName>${scheme}</schemeName>