Polished
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a345799b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a345799b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a345799b Branch: refs/heads/master Commit: a345799bac056ae1e0a5ac08d62a59811d500b2f Parents: 7764c32 Author: Claus Ibsen <[email protected]> Authored: Sun Sep 21 17:25:22 2014 +0200 Committer: Claus Ibsen <[email protected]> Committed: Sun Sep 21 17:25:52 2014 +0200 ---------------------------------------------------------------------- components/camel-test-spring/pom.xml | 2 +- components/camel-test-spring3/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a345799b/components/camel-test-spring/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-test-spring/pom.xml b/components/camel-test-spring/pom.xml index a15f34a..dcc2152 100644 --- a/components/camel-test-spring/pom.xml +++ b/components/camel-test-spring/pom.xml @@ -28,7 +28,7 @@ <artifactId>camel-test-spring</artifactId> <packaging>bundle</packaging> - <name>Camel :: Test :: Spring</name> + <name>Camel :: Test :: Spring 4.1+</name> <description>Camel Testing Library using JUnit and Spring 4.1+</description> <properties> http://git-wip-us.apache.org/repos/asf/camel/blob/a345799b/components/camel-test-spring3/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-test-spring3/pom.xml b/components/camel-test-spring3/pom.xml index 7417b34..581c7b3 100644 --- a/components/camel-test-spring3/pom.xml +++ b/components/camel-test-spring3/pom.xml @@ -27,8 +27,8 @@ <artifactId>camel-test-spring3</artifactId> <packaging>bundle</packaging> - <name>Camel :: Test :: Spring</name> - <description>Camel Testing Library using JUnit and Spring3</description> + <name>Camel :: Test :: Spring 3.x</name> + <description>Camel Testing Library using JUnit and Spring 3.x</description> <properties> <camel.osgi.export.pkg>org.apache.camel.test.spring.*</camel.osgi.export.pkg>
