Maven name consistent with other components
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5be46e4e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5be46e4e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5be46e4e Branch: refs/heads/master Commit: 5be46e4e90df1b38723a3ab08f684265bdd6307e Parents: 95b60ce Author: Antonin Stefanutti <[email protected]> Authored: Thu Feb 18 17:55:19 2016 +0100 Committer: Claus Ibsen <[email protected]> Committed: Thu Feb 18 19:57:39 2016 +0100 ---------------------------------------------------------------------- components/camel-cdi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5be46e4e/components/camel-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml index 61296f1..f2c5f47 100644 --- a/components/camel-cdi/pom.xml +++ b/components/camel-cdi/pom.xml @@ -26,7 +26,7 @@ <artifactId>camel-cdi</artifactId> <packaging>bundle</packaging> - <name>Camel :: CDI Component</name> + <name>Camel :: CDI</name> <description>Camel Contexts and Dependency Injection Support</description> <properties>
