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 2021/11/03 07:34:54 UTC

[camel-kafka-connector-examples] branch main updated: Replace all ftps-extended words with github-extended in github source events example doc

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 056cef3  Replace all ftps-extended words with github-extended in github source events example doc
056cef3 is described below

commit 056cef3f81a9843d9d47b1c1852c7b8d2c52b486
Author: Nan Yu <aa...@live.com>
AuthorDate: Wed Nov 3 15:27:21 2021 +0800

    Replace all ftps-extended words with github-extended in github source events example doc
---
 github/github-source-events/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/github/github-source-events/README.adoc b/github/github-source-events/README.adoc
index 4709595..bc08cc6 100644
--- a/github/github-source-events/README.adoc
+++ b/github/github-source-events/README.adoc
@@ -72,7 +72,7 @@ camel-kafka-connector-version: 0.11.0
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-github-kafka-connector
 [INFO] Parameter: camel-kafka-connector-version, Value: 0.11.0
-[INFO] Parameter: artifactId, Value: ftps-extended
+[INFO] Parameter: artifactId, Value: github-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/github-extended
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
@@ -80,10 +80,10 @@ camel-kafka-connector-version: 0.11.0
 [INFO] Total time:  24.590 s
 [INFO] Finished at: 2020-11-05T07:45:43+01:00
 [INFO] ------------------------------------------------------------------------
-> cd /home/workspace/miscellanea/ftps-extended
+> cd /home/workspace/miscellanea/github-extended
 ```
 
-We'll need to add a little transform for this example. So import the ftp-extended project in your IDE and create a class in the only package there
+We'll need to add a little transform for this example. So import the github-extended project in your IDE and create a class in the only package there
 
 ```
 package org.apache.camel.kafkaconnector;