Skip to content

Commit

Permalink
Merge pull request #791 from anup-nehe/release-0.9.x
Browse files Browse the repository at this point in the history
MOSIP-39395 update the pom.xml
  • Loading branch information
lsivanand authored Jan 31, 2025
2 parents cdb4bdb + ab41bcf commit df69009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Upload the springboot jars
if: ${{ !contains(github.ref, 'master') || !contains(github.ref, 'main') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_ARTIFACT }}
path: ${{ env.BUILD_ARTIFACT }}.zip
Expand Down
6 changes: 3 additions & 3 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>1.2.1-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</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-1.2.1-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>uitest-resident-0.9.1-SNAPSHOT-jar-with-dependencies</fileName>

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

0 comments on commit df69009

Please sign in to comment.