Skip to content

Commit

Permalink
Updated Pom version and Chart version for post-release changes
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Prafulrakhade authored Jan 31, 2025
1 parent df69009 commit d5a9f3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/resident-uitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=resident
CHART_VERSION=0.0.1-develop
CHART_VERSION=0.9.1
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
2 changes: 1 addition & 1 deletion helm/resident-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: resident-ui
description: A Helm chart for resident-ui
type: application
version: 0.9.0-develop
version: 0.9.1
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions residenttest/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.test</groupId>
<artifactId>uitest-resident</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<name>uitest-resident</name>
<description>Parent project of uitest-resident</description>
<url>https://github.com/mosip/resident-ui</url>
Expand Down Expand Up @@ -43,7 +43,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>uitest-resident-0.9.1-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>uitest-resident-0.9.1-jar-with-dependencies</fileName>

<!-- maven -->
<maven.compiler.target>21</maven.compiler.target>
Expand Down

0 comments on commit d5a9f3c

Please sign in to comment.