Skip to content

Commit

Permalink
Merge pull request #201 from anup-nehe/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
aranaravi authored Jul 12, 2023
2 parents a1d712f + 9feffa8 commit 239fc7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admintest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.test</groupId>
<artifactId>admintest</artifactId>
<groupId>io.mosip.testrig.adminui</groupId>
<artifactId>adminui</artifactId>
<version>1.2.1</version>
<name>admin-ui-automation</name>
<description>admin-ui-automation</description>
Expand Down Expand Up @@ -45,7 +45,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>io.mosip.test.admintest.utility.TestRunner</mainClass>
<mainClass>io.mosip.testrig.adminui.utility.TestRunner</mainClass>
</manifest>
</archive>
</configuration>
Expand Down

0 comments on commit 239fc7e

Please sign in to comment.