From b8f453b75120c1e309ac82e4b437c6066cc50924 Mon Sep 17 00:00:00 2001 From: yyin-talend Date: Thu, 4 Jul 2024 16:37:41 +0800 Subject: [PATCH] feat(TCOMP-2408): add description in readme --- sample-parent/tck-validator/README.adoc | 13 ++++++++++++- sample-parent/tck-validator/pom.xml | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/sample-parent/tck-validator/README.adoc b/sample-parent/tck-validator/README.adoc index 422dd8eceeee3..7439540b5d4a5 100644 --- a/sample-parent/tck-validator/README.adoc +++ b/sample-parent/tck-validator/README.adoc @@ -1,2 +1,13 @@ -= A tck sample Family +# TCK Validator +## Description +This module contains a an official rejector components, +when need to , +or , it will be able to implement it in this connector and we will capitalize on it. + + +## Goal +This connector is used for +- demonstrate a new tck function +- generate a specific event for a manual or automatic test +We will implement it in this connector and capitalize on it. diff --git a/sample-parent/tck-validator/pom.xml b/sample-parent/tck-validator/pom.xml index 70cbaedf7f2bf..57abf4d6d469f 100644 --- a/sample-parent/tck-validator/pom.xml +++ b/sample-parent/tck-validator/pom.xml @@ -35,13 +35,13 @@ org.talend.sdk.component component-api - 1.65.0M4-SNAPSHOT + ${project.version} provided org.talend.sdk.component component-runtime-impl - 1.65.0M4-SNAPSHOT + ${project.version} compile