Skip to content

Commit

Permalink
new release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jlolling committed May 16, 2022
1 parent ecec9a7 commit 90cc414
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,17 @@
<plugin>
<groupId>de.cimt.talendcomp</groupId>
<artifactId>cimt-talendcomp-maven-plugin</artifactId>
<version>1.8</version>
<version>2.1</version>
<configuration>
<componentName>tHashRow</componentName>
<copyFromSourceBaseDir>${project.basedir}/talend_component</copyFromSourceBaseDir>
<componentBaseDir>${project.basedir}/talend_component</componentBaseDir>
<studioUserComponentFolder>${custom_component_folder}</studioUserComponentFolder>
</configuration>
<executions>
<execution>
<configuration>
<componentName>tHashRow</componentName>
</configuration>
<goals>
<goal>component</goal>
</goals>
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions talend_component/tHashRow/tHashRow_java.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<COMPONENT>
<HEADER AUTHOR="cimt AG" COMPATIBILITY="ALL" DATA_AUTO_PROPAGATE="false" SCHEMA_AUTO_PROPAGATE="false" PLATEFORM="ALL" RELEASE_DATE="20220516" SERIAL="1" STARTABLE="false" STATUS="PROD" VERSION="1.5">
<HEADER AUTHOR="cimt AG" COMPATIBILITY="ALL" DATA_AUTO_PROPAGATE="false" SCHEMA_AUTO_PROPAGATE="false" PLATEFORM="ALL" RELEASE_DATE="20220516" SERIAL="1" STARTABLE="false" STATUS="PROD" VERSION="1.6">
<SIGNATURE/>
</HEADER>
<FAMILIES>
Expand Down Expand Up @@ -88,12 +88,12 @@
<PARAMETER NAME="EXPOSE_HASH_BASE" FIELD="CHECK" NUM_ROW="50"/>
<PARAMETER NAME="HASH_BASE_OUTPUT_COLUMN" FIELD="COLUMN_LIST" NUM_ROW="60" SHOW_IF="EXPOSE_HASH_BASE == 'true'"/>
<PARAMETER NAME="RELEASE_LABEL_20220516" FIELD="LABEL" COLOR="0;0;0" NUM_ROW="900">
<DEFAULT>Release: 1.5 build at: 20220516</DEFAULT>
<DEFAULT>Release: 1.6 build at: 20220516</DEFAULT>
</PARAMETER>
</ADVANCED_PARAMETERS>
<CODEGENERATION>
<IMPORTS>
<IMPORT NAME="cimt-talendcomp-hashrow" MODULE="cimt-talendcomp-hashrow-1.5.jar" REQUIRED="true"/>
<IMPORT NAME="cimt-talendcomp-hashrow" MODULE="cimt-talendcomp-hashrow-1.6.jar" MVN="mvn:org.talend.libraries/cimt-talendcomp-hashrow-1.6/6.0.0-SNAPSHOT" REQUIRED="true"/>
</IMPORTS>
</CODEGENERATION>
<RETURNS>
Expand Down

0 comments on commit 90cc414

Please sign in to comment.