Skip to content

Commit 623342b

Browse files
committed
1.6.0 version updated
1 parent c49eb45 commit 623342b

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#This is a cucumblan-env.properties properties file
2-
#Sat Feb 19 21:40:34 CST 2022
2+
#Sun Feb 20 09:32:16 CST 2022
33
password=1password
44

execute-feature-file/LakesideMutual/Customer-Self-Service/DB/cucumblan.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Sat Feb 19 21:40:34 CST 2022
2+
#Sun Feb 20 09:32:16 CST 2022
33
css.cucumblan.jdbc.url=jdbc\:mysql\://microservices.virtualandemo.com\:3306/customerselfservice?allowPublicKeyRetrieval\=true&useSSL\=false
44
virtualan.data.heading=CSS-Accept-DB - Workflow;CSS-Reject-DB - Workflow;
55
virtualan.data.load=CSS-Accept-DB-0.json;CSS-Reject-DB-1.json;

execute-feature-file/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#This is a cucumblan-env.properties properties file
2-
#Sat Feb 19 21:40:30 CST 2022
2+
#Sun Feb 20 09:32:12 CST 2022
33
password=1password
44

generate-feature-file/LakesideMutual/Customer-Self-Service/DB/cucumblan.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Sat Feb 19 21:40:30 CST 2022
2+
#Sun Feb 20 09:32:12 CST 2022
33
css.cucumblan.jdbc.url=jdbc\:mysql\://microservices.virtualandemo.com\:3306/customerselfservice?useSSL\=false
44
virtualan.data.heading=CSS-Accept-DB - Workflow;CSS-Reject-DB - Workflow;
55
virtualan.data.load=CSS-Accept-DB-0.json;CSS-Reject-DB-1.json;

generate-feature-file/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

graphql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

rest-db-kafka-protobuf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<junit.version>5.5.2</junit.version>
1111
<cucumber.version>6.7.0</cucumber.version>
1212
<virtualan.version>1.3.0</virtualan.version>
13-
<idaithalam.version>1.5.0</idaithalam.version>
13+
<idaithalam.version>1.6.0</idaithalam.version>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616
<description>

rest-db-kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<junit.version>5.5.2</junit.version>
1111
<cucumber.version>6.7.0</cucumber.version>
1212
<virtualan.version>1.3.0</virtualan.version>
13-
<idaithalam.version>1.5.0</idaithalam.version>
13+
<idaithalam.version>1.6.0</idaithalam.version>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616
<description>

rest-get/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

rest-post/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<testng.ver>7.4.0</testng.ver>
1414
<aspectj.version>1.8.10</aspectj.version>
1515
</properties>

rest-with-db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#This is a cucumblan-env.properties properties file
2-
#Sat Feb 19 21:40:54 CST 2022
2+
#Sun Feb 20 09:32:38 CST 2022
33
password=1password
44

workflow-rest/LakesideMutual/Customer-Self-Service/DB/cucumblan.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Sat Feb 19 21:40:54 CST 2022
2+
#Sun Feb 20 09:32:38 CST 2022
33
css.cucumblan.jdbc.url=jdbc\:mysql\://microservices.virtualandemo.com\:3306/customerselfservice?useSSL\=false
44
virtualan.data.heading=CSS-Accept-DB - Workflow;CSS-Reject-DB - Workflow;
55
virtualan.data.load=CSS-Accept-DB-0.json;CSS-Reject-DB-1.json;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#This is a cucumblan-env.properties properties file
2-
#Sat Feb 19 21:40:54 CST 2022
2+
#Sun Feb 20 09:32:38 CST 2022
33
password=1password
44

workflow-rest/LakesideMutual/Customer-Self-Service/EXCEL/cucumblan.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Sat Feb 19 21:40:54 CST 2022
2+
#Sun Feb 20 09:32:38 CST 2022
33
virtualan.data.heading=Customer Self Service-Accept - Workflow;Customer Self-Service-Reject - Workflow;
44
virtualan.data.type=VIRTUALAN
55
service.api.quote=http\://microservices.virtualandemo.com\:8090

workflow-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

workflow-virtualan-collection-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.5.0</idaithalam.version>
12+
<idaithalam.version>1.6.0</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

0 commit comments

Comments
 (0)