Skip to content

Commit 2560ba6

Browse files
Merge pull request #1902 from mohanachandran-s/release-1.4.x
MOSIP-44486 - Updated the POM version and readme file
2 parents 94c5c5e + b96438d commit 2560ba6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To use this repository, ensure you have:
3434
<dependency>
3535
<groupId>io.mosip.testrig.apirig.apitest.commons</groupId>
3636
<artifactId>apitest-commons</artifactId>
37-
<version>1.4.0</version>
37+
<version>1.4.1</version>
3838
</dependency>
3939

4040
---

apitest-commons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Ensure the following software is installed on the machine from where the automat
8484
<dependency>
8585
<groupId>io.mosip.testrig.apitest.commons</groupId>
8686
<artifactId>apitest-commons</artifactId>
87-
<version>1.4.0</version>
87+
<version>1.4.1</version>
8888
</dependency>
8989

9090
---

apitest-commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>apitest-commons</name>
99
<description>Parent project of MOSIP functional tests</description>
1010
<url>https://github.com/mosip/mosip-functional-tests</url>
11-
<version>1.4.0</version>
11+
<version>1.4.1-SNAPSHOT</version>
1212

1313
<licenses>
1414
<license>
@@ -67,7 +67,7 @@
6767
<maven.model.version>3.3.9</maven.model.version>
6868
<testng.version>7.11.0</testng.version>
6969
<zt.zip.version>1.13</zt.zip.version>
70-
<fileName>apitest-commons-1.4.0-jar-with-dependencies</fileName>
70+
<fileName>apitest-commons-1.4.1-SNAPSHOT-jar-with-dependencies</fileName>
7171
</properties>
7272

7373
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.mosip.testrig</groupId>
88
<artifactId>mosip-functional-test</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.4.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<name>mosip-function-test</name>
1212
<description>Parent project of MOSIP Functional test</description>

0 commit comments

Comments
 (0)