Skip to content

Commit

Permalink
Merge pull request mosip#1221 from pg-techno123/develop
Browse files Browse the repository at this point in the history
MOSIP-30517
  • Loading branch information
lsivanand authored Nov 30, 2023
2 parents 0390ec6 + 69a8d86 commit 5abd44b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion authentication-demo-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


<groupId>io.mosip.testrig.authentication.demo</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1-develop-SNAPSHOT</version>
<artifactId>authentication-demo-service</artifactId>
<name>authentication-demo-service</name>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions automationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>jar</packaging>
<name>mosip-functional-test</name>
<url>http://maven.apache.org</url>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1-develop-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -186,7 +186,7 @@
<rest.assured.version>3.0.7</rest.assured.version>
<testng.version>6.11</testng.version>
<zt.zip.version>1.13</zt.zip.version>
<fileName>automationtests-1.2.1-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>automationtests-1.2.1-develop-SNAPSHOT-jar-with-dependencies</fileName>

</properties>
<dependencies>
Expand Down Expand Up @@ -461,7 +461,7 @@
<dependency>
<groupId>io.mosip.testrig.authentication.demo</groupId>
<artifactId>authentication-demo-service</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1-develop-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>dom4j</groupId>
Expand Down

0 comments on commit 5abd44b

Please sign in to comment.