Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To use this repository, ensure you have:
<dependency>
<groupId>io.mosip.testrig.apirig.apitest.commons</groupId>
<artifactId>apitest-commons</artifactId>
<version>1.3.5</version>
<version>1.3.6</version>
</dependency>

---
Expand Down
2 changes: 1 addition & 1 deletion apitest-commons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Ensure the following software is installed on the machine from where the automat
<dependency>
<groupId>io.mosip.testrig.apitest.commons</groupId>
<artifactId>apitest-commons</artifactId>
<version>1.3.5</version>
<version>1.3.6</version>
</dependency>

---
Expand Down
4 changes: 2 additions & 2 deletions apitest-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>apitest-commons</name>
<description>Parent project of MOSIP functional tests</description>
<url>https://github.com/mosip/mosip-functional-tests</url>
<version>1.3.5</version>
<version>1.3.6-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -67,7 +67,7 @@
<maven.model.version>3.3.9</maven.model.version>
<testng.version>7.11.0</testng.version>
<zt.zip.version>1.13</zt.zip.version>
<fileName>apitest-commons-1.3.5-jar-with-dependencies</fileName>
<fileName>apitest-commons-1.3.6-SNAPSHOT-jar-with-dependencies</fileName>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,7 @@ public static String getKeysDirPath(String certsDir, String moduleName) {
if (moduleName != null && moduleName.length() != 0) {
certsModuleName = moduleName;
}
return certsTargetDir + File.separator + certsModuleName + "-IDA-" + System.getProperty("env.user")
+ BaseTestCase.domain;
return certsTargetDir + File.separator + certsModuleName + "-IDA-" + BaseTestCase.domain;
}

public static MDSRCaptureModel regenBiometricViaMDS(ResidentBiometricModel resident, String mdsMode, int qualityScore)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.testrig</groupId>
<artifactId>mosip-functional-test</artifactId>
<version>1.3.5</version>
<version>1.3.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>mosip-function-test</name>
<description>Parent project of MOSIP Functional test</description>
Expand Down