Skip to content

Commit

Permalink
Updated Pom versions for release changes (#331)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
  • Loading branch information
ckm007 and Prafulrakhade authored Sep 27, 2024
1 parent fc36a22 commit e9a95cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uitest-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.testrig.adminui</groupId>
<artifactId>uitest-admin</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<name>uitest-admin</name>
<description>Parent project of uitest-admin</description>
<url>https://github.com/mosip/admin-ui</url>
Expand Down Expand Up @@ -41,7 +41,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>adminui-1.2.1-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>adminui-1.3.0-SNAPSHOT-jar-with-dependencies</fileName>

<!-- maven -->
<maven.compiler.target>21</maven.compiler.target>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-bom</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e9a95cc

Please sign in to comment.