Skip to content

Commit

Permalink
updated API Test rig pom
Browse files Browse the repository at this point in the history
Signed-off-by: Aiham <[email protected]>
  • Loading branch information
aihamh committed Jul 12, 2024
1 parent 520037d commit e10ed8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apitest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>apitest-prereg</name>
<description>Parent project of MOSIP Pre-Registration apitests</description>
<url>https://github.com/mosip/pre-registration</url>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1-java21-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -49,14 +49,14 @@
<maven.source.plugin.version>2.2.1</maven.source.plugin.version>

<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
<fileName>apitest-prereg-1.2.1-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>apitest-prereg-1.2.1-java21-SNAPSHOT-jar-with-dependencies</fileName>
</properties>

<dependencies>
<dependency>
<groupId>io.mosip.testrig.apirig.apitest.commons</groupId>
<artifactId>apitest-commons</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1-java21-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion apitest/src/main/resources/config/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ picturevalue=iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAAXNSR0IArs4c6QAAAAR
## Check are we using these properties. If not remove them
zoneCode_to_beMapped=NTH
expireOtpTime=180000
demoAppVersion=1.2.1-SNAPSHOT
demoAppVersion=1.2.1-java21-SNAPSHOT
AttributetoBeUpdate:Name
ValuetoBeUpdate:Sohan

Expand Down

0 comments on commit e10ed8b

Please sign in to comment.