You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/10/25 13:59:34 UTC

[camel] branch master updated: [CAMEL-11946] Invalid artifactId in docs for camel-json-validator

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 22abd3c  [CAMEL-11946] Invalid artifactId in docs for camel-json-validator
22abd3c is described below

commit 22abd3c376bffdfa3db1704b05095c96287bbc92
Author: Thomas Diesler <td...@redhat.com>
AuthorDate: Wed Oct 25 13:45:55 2017 +0200

    [CAMEL-11946] Invalid artifactId in docs for camel-json-validator
---
 .../camel-json-validator/src/main/docs/json-validator-component.adoc    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-json-validator/src/main/docs/json-validator-component.adoc b/components/camel-json-validator/src/main/docs/json-validator-component.adoc
index c046296..5b00b1f 100644
--- a/components/camel-json-validator/src/main/docs/json-validator-component.adoc
+++ b/components/camel-json-validator/src/main/docs/json-validator-component.adoc
@@ -13,7 +13,7 @@ for this component:
 ----
 <dependency>
     <groupId>org.apache.camel</groupId>
-    <artifactId>camel-everit-json-schema</artifactId>
+    <artifactId>camel-json-validator</artifactId>
     <version>x.y.z</version>
     <!-- use the same version as your Camel core version -->
 </dependency>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].