This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit e29dd9197e2430898b09444c9c4d473db57d656a Author: Claus Ibsen <[email protected]> AuthorDate: Tue Jul 31 08:23:47 2018 +0200 Polished --- components/camel-testcontainers-spring/pom.xml | 2 +- components/readme.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-testcontainers-spring/pom.xml b/components/camel-testcontainers-spring/pom.xml index 9be4a41..ceb0f51 100644 --- a/components/camel-testcontainers-spring/pom.xml +++ b/components/camel-testcontainers-spring/pom.xml @@ -29,7 +29,7 @@ <artifactId>camel-testcontainers-spring</artifactId> <packaging>jar</packaging> <name>Camel :: Testcontainers :: Spring</name> - <description>Camel unit testing with Spring and testcontainers</description> + <description>Camel unit testing with Spring and testcontainers</description> <properties> <!-- use by camel-catalog --> diff --git a/components/readme.adoc b/components/readme.adoc index 347d1d9..0e95827 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -1173,7 +1173,7 @@ Number of Miscellaneous Components: 44 in 44 JAR artifacts (13 deprecated) | link:camel-testcontainers/src/main/docs/testcontainers.adoc[Testcontainers] (camel-testcontainers) | 2.22 | Camel support for testcontainers -| link:camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc[Testcontainers Spring] (camel-testcontainers-spring) | 2.22 | Camel unit testing with Spring and testcontainers +| link:camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc[Testcontainers Spring] (camel-testcontainers-spring) | 2.22 | Camel unit testing with Spring and testcontainers | link:camel-testng/src/main/docs/testng.adoc[TestNG] (camel-testng) | 2.8 | *deprecated* Camel unit testing with TestNG
