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-kafka-connector-examples.git
commit c6883769893b272c595ab697ea44d00f93d7d19d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Dec 3 14:46:20 2020 +0100 SFTP Examples: Moved to 0.6.1 --- sftp/sftp-sink/README.adoc | 4 ++-- sftp/sftp-source/README.adoc | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/sftp/sftp-sink/README.adoc b/sftp/sftp-sink/README.adoc index e93a482..df8d40a 100644 --- a/sftp/sftp-sink/README.adoc +++ b/sftp/sftp-sink/README.adoc @@ -60,8 +60,8 @@ Download the connector package zip and extract the content to the plugin.path di [source] ---- > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sftp-kafka-connector/0.6.0/camel-sftp-kafka-connector-0.6.0-package.zip -> unzip camel-sftp-kafka-connector-0.6.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sftp-kafka-connector/0.6.1/camel-sftp-kafka-connector-0.6.1-package.zip +> unzip camel-sftp-kafka-connector-0.6.1-package.zip ---- Open the SFTP sink configuration file diff --git a/sftp/sftp-source/README.adoc b/sftp/sftp-source/README.adoc index 3c70e91..f3e3850 100644 --- a/sftp/sftp-source/README.adoc +++ b/sftp/sftp-source/README.adoc @@ -41,7 +41,7 @@ and set the `plugin.path` property to your choosen location You'll need to build your connector starting from an archetype: ``` -> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype -DarchetypeVersion=0.6.0 +> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype -DarchetypeVersion=0.6.1 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- @@ -55,34 +55,34 @@ You'll need to build your connector starting from an archetype: [INFO] [INFO] --- maven-archetype-plugin:3.1.2:generate (default-cli) @ standalone-pom --- [INFO] Generating project in Interactive mode -[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.0] found in catalog remote +[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.1] found in catalog remote Define value for property 'groupId': org.apache.camel.kafkaconnector Define value for property 'artifactId': sftp-extended -Define value for property 'version' 1.0-SNAPSHOT: : 0.6.0 +Define value for property 'version' 1.0-SNAPSHOT: : 0.6.1 Define value for property 'package' com.github.oscerd: : Define value for property 'camel-kafka-connector-name': camel-sftp-kafka-connector -[INFO] Using property: camel-kafka-connector-version = 0.6.0 +[INFO] Using property: camel-kafka-connector-version = 0.6.1 Confirm properties configuration: groupId: org.apache.camel.kafkaconnector artifactId: sftp-extended -version: 0.6.0 +version: 0.6.1 package: com.github.oscerd camel-kafka-connector-name: camel-sftp-kafka-connector -camel-kafka-connector-version: 0.6.0 +camel-kafka-connector-version: 0.6.1 Y: : Y [INFO] ---------------------------------------------------------------------------- -[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0 +[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1 [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector [INFO] Parameter: artifactId, Value: sftp-extended -[INFO] Parameter: version, Value: 0.6.0 +[INFO] Parameter: version, Value: 0.6.1 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector [INFO] Parameter: packageInPathFormat, Value: org/apache/camel/kafkaconnector [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector -[INFO] Parameter: version, Value: 0.6.0 +[INFO] Parameter: version, Value: 0.6.1 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector [INFO] Parameter: camel-kafka-connector-name, Value: camel-sftp-kafka-connector -[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0 +[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1 [INFO] Parameter: artifactId, Value: sftp-extended [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/sftp-extended [INFO] ------------------------------------------------------------------------ @@ -164,8 +164,8 @@ In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll n ``` > cd /home/oscerd/connectors/ -> cp /home/workspace/miscellanea/sftp-extended/target/sftp-extended-0.6.0-package.zip . -> unzip sftp-extended-0.6.0-package.zip +> cp /home/workspace/miscellanea/sftp-extended/target/sftp-extended-0.6.1-package.zip . +> unzip sftp-extended-0.6.1-package.zip ``` Now it's time to setup the connector